From 620fa33ea984df0bef5378562c7d67af0b53f529 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Fri, 9 Feb 2024 13:54:19 +0000 Subject: [PATCH] bootengine: fix kmod-static-nodes Update the bootengine commit id to use the fix from: https://github.com/flatcar/bootengine/pull/85 Fixes: https://github.com/flatcar/Flatcar/issues/1336 Signed-off-by: Adrian Vladu --- .../sys-kernel/bootengine/bootengine-9999.ebuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild index 906541e2270..8392acf1d60 100644 --- a/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CROS_WORKON_PROJECT="flatcar/bootengine" +CROS_WORKON_PROJECT="ader1990/bootengine" CROS_WORKON_LOCALNAME="bootengine" CROS_WORKON_OUTOFTREE_BUILD=1 CROS_WORKON_REPO="https://github.com" @@ -10,7 +10,9 @@ CROS_WORKON_REPO="https://github.com" if [[ "${PV}" == 9999 ]]; then KEYWORDS="~amd64 ~arm ~arm64 ~x86" else - CROS_WORKON_COMMIT="0b32311f0067d6747eed12e8dd858ad4a6986974" # flatcar-master + # TO BE changed once PR gets merged + # https://github.com/flatcar/bootengine/pull/85 + CROS_WORKON_COMMIT="5f73716fe5370ee9a269f080d445c85479b745ab" # flatcar-master KEYWORDS="amd64 arm arm64 x86" fi