sys-kernel/bootengine: update CROS_WORKON_COMMIT for backwards compat

For backwards compatibility for ex-coreos users, we need to update
CROS_WORKON_COMMIT in bootengine to the latest commit.
This commit is contained in:
Dongsu Park 2020-02-13 10:11:02 +01:00
parent 99ae493c08
commit a2652dd830
2 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ CROS_WORKON_REPO="git://github.com"
if [[ "${PV}" == 9999 ]]; then
KEYWORDS="~amd64 ~arm ~arm64 ~x86"
else
CROS_WORKON_COMMIT="845251df3cd88620697748afc618e7fc763c8ce7"
CROS_WORKON_COMMIT="4ddaee191d6ee6f8c52fca1d48225c5c57d753d2" # flatcar-master
KEYWORDS="amd64 arm arm64 x86"
fi