Merge pull request #3178 from flatcar/scripts

sys-kernel/bootengine: Pull in fix for error path and warnings
This commit is contained in:
Kai Lueke 2025-08-13 16:44:31 +02:00
commit a8a0129bfb

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="9062833e9a93602e0e8469070ece4480dae41699" # flatcar-master
EGIT_COMMIT="1eb892c1970a158247b3709f81d03b44de7d806e" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi