From af4caefb140ad9ff6d0d4b9bde196c6fec6ed3a2 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 23 Dec 2025 09:38:55 +0100 Subject: [PATCH] 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 --- .../coreos-base/coreos-init/coreos-init-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild index 5279bbaa9af..0cb01ef9ea3 100644 --- a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-9999.ebuild @@ -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-4459-backport" EGIT_COMMIT="e4a70e49b97fbcc427f8e2bea5f8406c10bebeac" # flatcar-4459-backport KEYWORDS="amd64 arm arm64 x86" fi