coreos-base/coreos-cloudinit: Bump for new OEM config location

Signed-off-by: James Le Cuirot <jlecuirot@microsoft.com>
This commit is contained in:
James Le Cuirot 2026-04-16 17:48:58 +01:00
parent 5cfe062996
commit 42975c0251
No known key found for this signature in database
GPG Key ID: 1226415D00DD3137
3 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
DIST coreos-cloudinit-1c1d7f4ae6b933350d7fd36e882dda170123cccc.tar.gz 310707 BLAKE2B 13cb6b452c71285983b6446ec4a40e24a862fe029744b0c66c39e7d0e69616343d70717e94f94ef152ab5a23bdef096bc46df4593ee679a340ef292b81d9df17 SHA512 b3fd07e1e5b26e530cd36cc33d06e5eeeb707ec3c0fef5126c51a4a8d7d68eed2b74aebb0777030fc595dcae3c22f9dffde8ceed914db7ce8323cf4ad22b9710
DIST coreos-cloudinit-8df59e8f39474510fbde9440f16b5587b9a3c82d.tar.gz 311296 BLAKE2B 1795f0bce9bc8166de26d6891457d3c37c0d1754b714be0dadade9c4b363e29cf98edfb907f68d842e1c2c4003ff125608691c01c42a683bb624355d92f20b3d SHA512 2ae95c375f2411eb901bda3a529380460d341623b02fa53d267491822fb0dec5c5a02945ac2cca66353febe53182cbdacdfad189628286fb05fda043e1353440

View File

@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then
EGIT_REPO_URI="https://github.com/flatcar/coreos-cloudinit.git"
inherit git-r3
else
EGIT_VERSION="1c1d7f4ae6b933350d7fd36e882dda170123cccc" # main
EGIT_VERSION="8df59e8f39474510fbde9440f16b5587b9a3c82d" # main
SRC_URI="https://github.com/flatcar/coreos-cloudinit/archive/${EGIT_VERSION}.tar.gz -> ${PN}-${EGIT_VERSION}.tar.gz"
S="${WORKDIR}/${PN}-${EGIT_VERSION}"
KEYWORDS="amd64 arm64"