Skip to content

Commit af4caef

Browse files
committed
coreos-base/coreos-init: add EGIT_BRANCH
As we are using the git eclass, we can't simply use a git ref if this one is on another branch, we need to pass the git branch as well. Signed-off-by: Mathieu Tortuyaux <[email protected]>
1 parent e6d9d49 commit af4caef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
88
if [[ "${PV}" == 9999 ]]; then
99
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1010
else
11+
EGIT_BRANCH="flatcar-4459-backport"
1112
EGIT_COMMIT="e4a70e49b97fbcc427f8e2bea5f8406c10bebeac" # flatcar-4459-backport
1213
KEYWORDS="amd64 arm arm64 x86"
1314
fi

0 commit comments

Comments
 (0)