sys-kernel/bootengine: Make use of ue-rs download_sysext binary

This pulls in
https://github.com/flatcar/bootengine/pull/82 to switch from curl and
decode_payload to the ue-rs download_sysext binary.
This commit is contained in:
Kai Lueke 2024-01-03 18:40:34 +01:00
parent 44fc44f68e
commit 6fba6ae56e
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="https://github.com"
if [[ "${PV}" == 9999 ]]; then if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86" KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else else
CROS_WORKON_COMMIT="5295e877b6ebd2fb343e464ffda896534c22d4c3" # flatcar-master CROS_WORKON_COMMIT="63f54970079d526551e1c28fe9527b12c0b977ed" # flatcar-master
KEYWORDS="amd64 arm arm64 x86" KEYWORDS="amd64 arm arm64 x86"
fi fi