sys-kernel/bootengine: Reduce size with wrapper scripts

This pulls in https://github.com/flatcar/bootengine/pull/108

Signed-off-by: Kai Lueke <kailuke@microsoft.com>
This commit is contained in:
Kai Lueke 2025-08-12 13:46:01 +02:00
parent 27c212a2bb
commit 3f5a93a311

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/bootengine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="1eb892c1970a158247b3709f81d03b44de7d806e" # flatcar-master
EGIT_COMMIT="31ba2964ce5e77ae5553eb0a3624afcc7078bb09" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi