overlay update_engine: bump to 2025-07-10

Bump coreos-base/update_engine to 2025-07-10.

Pulls in https://github.com/flatcar/update_engine/pull/44,
https://github.com/flatcar/update_engine/pull/45,
https://github.com/flatcar/update_engine/pull/46.

Signed-off-by: Dongsu Park <dongsu@dpark.io>
This commit is contained in:
Dongsu Park 2025-07-10 15:12:54 +02:00
parent 0514e5123c
commit ea6f43bd44
2 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ EGIT_REPO_URI="https://github.com/flatcar/update_engine.git"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
EGIT_COMMIT="46e1984f2c91e3d14bad9323a6bf32a9c6662fbc" # flatcar-master
EGIT_COMMIT="4ecb5e3b073dfc3818d8d0db2f4c3e15dccb0e5c" # main
KEYWORDS="amd64 arm64"
fi