From ccadf0ad2f5f8a87d9fd90eec7e8f1cc94fb8f97 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 11 Mar 2025 13:12:51 +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 --- ...reos-init-0.0.1-r198.ebuild => coreos-init-0.0.1-r199.ebuild} | 0 .../coreos-base/coreos-init/coreos-init-9999.ebuild | 1 + 2 files changed, 1 insertion(+) rename sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/{coreos-init-0.0.1-r198.ebuild => coreos-init-0.0.1-r199.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r198.ebuild b/sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r199.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r198.ebuild rename to sdk_container/src/third_party/coreos-overlay/coreos-base/coreos-init/coreos-init-0.0.1-r199.ebuild 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 9d61231073..e7b5ece947 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-4230-backport" EGIT_COMMIT="ade830f1e07aac77781346e9c1758d18d95ca629" # flatcar-4230-backport KEYWORDS="amd64 arm arm64 x86" fi