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 <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2025-03-11 13:16:15 +01:00
parent d8e012a885
commit 4d90264af8
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8
2 changed files with 1 additions and 0 deletions

View File

@ -8,6 +8,7 @@ EGIT_REPO_URI="https://github.com/flatcar/init.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_BRANCH="flatcar-4152-backport"
EGIT_COMMIT="562d0a2af7b17957eaa97eb1ba4828e16184476e" # flatcar-4152-backport
KEYWORDS="amd64 arm arm64 x86"
fi