mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-24 23:21:17 +02:00
Merge pull request #2012 from flatcar/profile-add-arm64-sdk-keywords
coreos-overlay/profiles: Add keywords for arm64 sdk
This commit is contained in:
commit
6c0c06e0e6
@ -8,10 +8,10 @@ CROS_WORKON_LOCALNAME="fero"
|
||||
CROS_WORKON_REPO="https://github.com"
|
||||
|
||||
if [[ ${PV} == 9999 ]]; then
|
||||
KEYWORDS="~amd64"
|
||||
KEYWORDS="~amd64 ~arm64"
|
||||
else
|
||||
CROS_WORKON_COMMIT="1fb33da499e51b2699394d158b0b66d36fc52974" # v0.1.1
|
||||
KEYWORDS="amd64"
|
||||
KEYWORDS="amd64 arm64"
|
||||
fi
|
||||
|
||||
inherit cargo cros-workon
|
||||
|
@ -14,6 +14,9 @@
|
||||
# Seems to be the only available ebuild in portage-stable right now.
|
||||
=app-crypt/adcli-0.9.2 ~amd64 ~arm64
|
||||
|
||||
# Needed by arm64-native SDK
|
||||
=app-crypt/ccid-1.5.4 ~arm64
|
||||
|
||||
# The only available ebuild (from GURU) has ~amd64 and no keyword for arm64 yet.
|
||||
=app-crypt/clevis-19-r1 **
|
||||
|
||||
@ -26,9 +29,6 @@
|
||||
# Required for addressing CVE-2022-3715.
|
||||
=app-shells/bash-5.2_p26 ~amd64 ~arm64
|
||||
|
||||
# No keyword for arm64 yet.
|
||||
=coreos-devel/fero-client-0.1.1 **
|
||||
|
||||
# Needed by arm64-native SDK.
|
||||
=dev-embedded/u-boot-tools-2021.04_rc2 ~arm64
|
||||
=dev-lang/nasm-2.15.05 ~arm64
|
||||
|
Loading…
x
Reference in New Issue
Block a user