Merge pull request #1344 from flatcar/kai/bootengine-no-torcx

sys-kernel/bootengine: Remove Torcx step
This commit is contained in:
Kai Lüke 2023-11-07 11:47:17 +01:00 committed by GitHub
commit c35b486a67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

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