Skip to content

Commit

Permalink
bootengine: fix kmod-static-nodes
Browse files Browse the repository at this point in the history
Update the bootengine commit id to use the fix from:
flatcar/bootengine#85

Fixes: flatcar/Flatcar#1336

Signed-off-by: Adrian Vladu <[email protected]>
  • Loading branch information
ader1990 committed Feb 13, 2024
1 parent 183d174 commit 620fa33
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,17 @@
# 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"

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

Expand Down

0 comments on commit 620fa33

Please sign in to comment.