diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-10-14 10:28:58 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-10-17 12:34:30 +0100 |
commit | 2afdfbb70d76bcdc1be28e1e26d3505ce0464987 (patch) | |
tree | 44febc42269cd7326801b057ba236f0abaecce61 /meta/conf | |
parent | a1a735e9cf2ca07fad2a784725cbd6a068e97dc8 (diff) | |
download | poky-2afdfbb70d76bcdc1be28e1e26d3505ce0464987.tar.gz |
tune-cortexa76ae.inc: Correct TUNE_FEATURES
* as shown by sanity checker:
Toolchain tunings invalid:
Tuning 'cortexa76ae' has no defined features, and cannot be used.
(From OE-Core rev: 5092e64c71930b9ff82cbba6ef6517ae4fed3475)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc index d368aa104d..8d5a0ef5e2 100644 --- a/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc +++ b/meta/conf/machine/include/arm/armv8-2a/tune-cortexa76ae.inc | |||
@@ -11,6 +11,6 @@ require conf/machine/include/arm/arch-armv8-2a.inc | |||
11 | # Little Endian base configs | 11 | # Little Endian base configs |
12 | AVAILTUNES += "cortexa76ae" | 12 | AVAILTUNES += "cortexa76ae" |
13 | ARMPKGARCH_tune-cortexa76ae = "cortexa76ae" | 13 | ARMPKGARCH_tune-cortexa76ae = "cortexa76ae" |
14 | TUNE_FEATURES_tune-cortexa65ae = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa76ae" | 14 | TUNE_FEATURES_tune-cortexa76ae = "${TUNE_FEATURES_tune-armv8-2a-crypto} cortexa76ae" |
15 | PACKAGE_EXTRA_ARCHS_tune-cortexa76ae = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa76ae" | 15 | PACKAGE_EXTRA_ARCHS_tune-cortexa76ae = "${PACKAGE_EXTRA_ARCHS_tune-armv8-2a-crypto} cortexa76ae" |
16 | BASE_LIB_tune-cortexa76ae = "lib64" | 16 | BASE_LIB_tune-cortexa76ae = "lib64" |