coreos-base/coreos-cloudinit: Point to latest flatcar-master

Pulls in https://github.com/flatcar-linux/coreos-cloudinit/pull/4
to support guestinfo.ignition.config.* variables as data source.
This commit is contained in:
Kai Lüke 2020-04-23 16:11:02 +02:00
parent 5660d8e304
commit 73cb380729
3 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ inherit cros-workon systemd toolchain-funcs udev coreos-go
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm64"
else
CROS_WORKON_COMMIT="3583e75a3d669803b95728e31f87bd7e01c5d43e" # flatcar-master
CROS_WORKON_COMMIT="8911fe016d69f67bfc61f36f59ca083a604f7109" # flatcar-master
KEYWORDS="amd64 arm64"
fi