Skip to content

Commit da9a184

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]> (cherry picked from commit 0ccac12)
1 parent 648db87 commit da9a184

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-4081-backport"
1112
EGIT_COMMIT="d615ae62f1a779bca374855c6e525b2ce064665e" # flatcar-4081-backport
1213
KEYWORDS="amd64 arm arm64 x86"
1314
fi

0 commit comments

Comments
 (0)