Skip to content

Commit dbe1d8b

Browse files
committed
sys-kernel/bootengine: Make use of ue-rs download_sysext binary
This pulls in flatcar/bootengine#82 to switch from curl and decode_payload to the ue-rs download_sysext binary.
1 parent 56c3e54 commit dbe1d8b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

sdk_container/src/third_party/coreos-overlay/sys-kernel/bootengine/bootengine-9999.ebuild

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
1010
if [[ "${PV}" == 9999 ]]; then
1111
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
1212
else
13-
CROS_WORKON_COMMIT="5295e877b6ebd2fb343e464ffda896534c22d4c3" # flatcar-master
13+
CROS_WORKON_COMMIT="7d72eb9a2539c1de6cb34ff3481323895973698e" # TODO: flatcar-master
1414
KEYWORDS="amd64 arm arm64 x86"
1515
fi
1616

0 commit comments

Comments
 (0)