coreos-overlay/fero-client: Keyword for arm64

fero-client is a dependency of the Flatcar SDK. Keyword it so that the Flatcar
SDK can be built for arm64. The keyword entry from the profile can be removed,
it wasn't used since the ebuild was upreved to -r1.

Signed-off-by: Jeremi Piotrowski <jpiotrowski@microsoft.com>
This commit is contained in:
Jeremi Piotrowski 2024-05-29 16:10:17 +02:00
parent 564c0fb62f
commit 7c0335326f
2 changed files with 2 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

@ -29,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