diff options
author | Jon Mason <jdmason@kudzu.us> | 2020-09-09 18:16:50 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-10 13:48:26 +0100 |
commit | 07b13dfc0d9c2cc66ef262f32359f1804aa601f1 (patch) | |
tree | 861dbd159ba5339575bfeb9b0151fe8acb7e9932 /meta | |
parent | 2d9e3e1ec56e4313a666634ead054da10ad61825 (diff) | |
download | poky-07b13dfc0d9c2cc66ef262f32359f1804aa601f1.tar.gz |
tune-cortexa55.inc: clean-up ARMv8.2a uses
Remove 'crc', as that is implied by 8.2 (per GCC
https://gcc.gnu.org/onlinedocs/gcc/AArch64-Options.html#AArch64-Options).
Also, the PACKAGE_EXTRA_ARCHS should refer to the ARMv8.2a version, not
the more generic ARMv8 version.
(From OE-Core rev: 0e34eeeeb4dd60cfa86beb84f867e1940dbbefaa)
Signed-off-by: Jon Mason <jon.mason@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/conf/machine/include/tune-cortexa55.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/conf/machine/include/tune-cortexa55.inc b/meta/conf/machine/include/tune-cortexa55.inc index b383eb733b..66a5d0c437 100644 --- a/meta/conf/machine/include/tune-cortexa55.inc +++ b/meta/conf/machine/include/tune-cortexa55.inc | |||
@@ -8,6 +8,6 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
8 | # Little Endian base configs | 8 | # Little Endian base configs |
9 | AVAILTUNES += "cortexa55" | 9 | AVAILTUNES += "cortexa55" |
10 | ARMPKGARCH_tune-cortexa55 = "cortexa55" | 10 | ARMPKGARCH_tune-cortexa55 = "cortexa55" |
11 | TUNE_FEATURES_tune-cortexa55 = "aarch64 cortexa55 crc crypto" | 11 | TUNE_FEATURES_tune-cortexa55 = "aarch64 cortexa55 crypto" |
12 | PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa55" | 12 | PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa55" |
13 | BASE_LIB_tune-cortexa55 = "lib64" | 13 | BASE_LIB_tune-cortexa55 = "lib64" |