summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa53.inc
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-05-13 22:03:21 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-05-15 16:31:44 +0100
commite19938f8c7ebee54e134d050ff061be5285a95dc (patch)
tree4b0d171c676283b685e84bc43b1bf786dd1abc55 /meta/conf/machine/include/tune-cortexa53.inc
parent030f460b82d793d11a4721c56f9c6f78dc811c96 (diff)
downloadpoky-e19938f8c7ebee54e134d050ff061be5285a95dc.tar.gz
armv8/tunes: Define TUNE_PKGARCH
Now that they uses -mcpu, its better to have tune specific build directories, since aarch64 wont be appropriate any longer (From OE-Core rev: 030cd9021ef50d71482f6acf0e05fe425038c822) 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-cortexa53.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa53.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa53.inc b/meta/conf/machine/include/tune-cortexa53.inc
index 6c0b443eaf..b7327d00c4 100644
--- a/meta/conf/machine/include/tune-cortexa53.inc
+++ b/meta/conf/machine/include/tune-cortexa53.inc
@@ -13,5 +13,9 @@ TUNE_FEATURES_tune-cortexa53 = "aarch64 cortexa53 crc"
13TUNE_FEATURES_tune-cortexa53-crypto = "aarch64 cortexa53 crc crypto" 13TUNE_FEATURES_tune-cortexa53-crypto = "aarch64 cortexa53 crc crypto"
14PACKAGE_EXTRA_ARCHS_tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa53" 14PACKAGE_EXTRA_ARCHS_tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa53"
15PACKAGE_EXTRA_ARCHS_tune-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa53 cortexa53-crypto" 15PACKAGE_EXTRA_ARCHS_tune-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa53 cortexa53-crypto"
16
17TUNE_PKGARCH_tune-cortexa53 = "cortexa53"
18TUNE_PKGARCH_tune-cortexa53-crypto = "cortexa53-crypto"
19
16BASE_LIB_tune-cortexa53 = "lib64" 20BASE_LIB_tune-cortexa53 = "lib64"
17BASE_LIB_tune-cortexa53-crypto = "lib64" 21BASE_LIB_tune-cortexa53-crypto = "lib64"