Skip to content

Commit

Permalink
Merge pull request #2012 from flatcar/profile-add-arm64-sdk-keywords
Browse files Browse the repository at this point in the history
coreos-overlay/profiles: Add keywords for arm64 sdk
  • Loading branch information
jepio authored May 29, 2024
2 parents b11d653 + 7c03353 commit 6c0c06e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 **

Expand All @@ -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
Expand Down

0 comments on commit 6c0c06e

Please sign in to comment.