Merge pull request #2012 from flatcar/profile-add-arm64-sdk-keywords

coreos-overlay/profiles: Add keywords for arm64 sdk
This commit is contained in:
Jeremi Piotrowski 2024-05-29 19:46:57 +02:00 committed by GitHub
commit 6c0c06e0e6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 5 deletions

View File

@ -8,10 +8,10 @@ CROS_WORKON_LOCALNAME="fero"
CROS_WORKON_REPO="https://github.com" CROS_WORKON_REPO="https://github.com"
if [[ ${PV} == 9999 ]]; then if [[ ${PV} == 9999 ]]; then
KEYWORDS="~amd64" KEYWORDS="~amd64 ~arm64"
else else
CROS_WORKON_COMMIT="1fb33da499e51b2699394d158b0b66d36fc52974" # v0.1.1 CROS_WORKON_COMMIT="1fb33da499e51b2699394d158b0b66d36fc52974" # v0.1.1
KEYWORDS="amd64" KEYWORDS="amd64 arm64"
fi fi
inherit cargo cros-workon inherit cargo cros-workon

View File

@ -14,6 +14,9 @@
# Seems to be the only available ebuild in portage-stable right now. # Seems to be the only available ebuild in portage-stable right now.
=app-crypt/adcli-0.9.2 ~amd64 ~arm64 =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. # The only available ebuild (from GURU) has ~amd64 and no keyword for arm64 yet.
=app-crypt/clevis-19-r1 ** =app-crypt/clevis-19-r1 **
@ -26,9 +29,6 @@
# Required for addressing CVE-2022-3715. # Required for addressing CVE-2022-3715.
=app-shells/bash-5.2_p26 ~amd64 ~arm64 =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. # Needed by arm64-native SDK.
=dev-embedded/u-boot-tools-2021.04_rc2 ~arm64 =dev-embedded/u-boot-tools-2021.04_rc2 ~arm64
=dev-lang/nasm-2.15.05 ~arm64 =dev-lang/nasm-2.15.05 ~arm64