summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa72.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-26 16:10:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-04 13:27:29 +0100
commit2b9e3c2111ae073b93a4092227fd06f2183812fb (patch)
tree319195b0df317399fd1f85f910e8ccfa3c18822f /meta/conf/machine/include/tune-cortexa72.inc
parent9b135f6f6dbd84f3955a5b7eac72fd67218e7d5b (diff)
downloadpoky-2b9e3c2111ae073b93a4092227fd06f2183812fb.tar.gz
armv8/tunes: Set TUNE_PKGARCH_64 based on ARMPKGARCH
The setting is to modify TUNE_PKGARCH which is filled with TUNE_PKGARCH_64 or TUNE_PKGARCH_32 in arm-arch64.inc This lets higher up tune files for arm64 SOCs override them if needed, this can help building multiple armv8 machines with different tunes in same workspace. No need to set TUNE_PKGARCH in tune files as it is synthesized from ARMPKGARCH Add ARMPKGARCH for aarch64 tunes (From OE-Core rev: 08433cc58abf0cf3e42b22d20870a50287cfb8bc) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-cortexa72.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa72.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/conf/machine/include/tune-cortexa72.inc b/meta/conf/machine/include/tune-cortexa72.inc
index 23640d5c1f..00f7745a22 100644
--- a/meta/conf/machine/include/tune-cortexa72.inc
+++ b/meta/conf/machine/include/tune-cortexa72.inc
@@ -10,5 +10,4 @@ AVAILTUNES += "cortexa72"
10ARMPKGARCH_tune-cortexa72 = "cortexa72" 10ARMPKGARCH_tune-cortexa72 = "cortexa72"
11TUNE_FEATURES_tune-cortexa72 = "aarch64 cortexa72 crc crypto" 11TUNE_FEATURES_tune-cortexa72 = "aarch64 cortexa72 crc crypto"
12PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72" 12PACKAGE_EXTRA_ARCHS_tune-cortexa72 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa72"
13TUNE_PKGARCH_tune-cortexa72 = "cortexa72"
14BASE_LIB_tune-cortexa72 = "lib64" 13BASE_LIB_tune-cortexa72 = "lib64"