summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa57.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-cortexa57.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-cortexa57.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa57.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa57.inc b/meta/conf/machine/include/tune-cortexa57.inc
index 645a5a7ef6..e8ddeb5786 100644
--- a/meta/conf/machine/include/tune-cortexa57.inc
+++ b/meta/conf/machine/include/tune-cortexa57.inc
@@ -13,5 +13,7 @@ TUNE_FEATURES_tune-cortexa57 = "aarch64 cortexa57 crc"
13TUNE_FEATURES_tune-cortexa57-crypto = "aarch64 cortexa57 crc crypto" 13TUNE_FEATURES_tune-cortexa57-crypto = "aarch64 cortexa57 crc crypto"
14PACKAGE_EXTRA_ARCHS_tune-cortexa57 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa57" 14PACKAGE_EXTRA_ARCHS_tune-cortexa57 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa57"
15PACKAGE_EXTRA_ARCHS_tune-cortexa57-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa57 cortexa57-crypto" 15PACKAGE_EXTRA_ARCHS_tune-cortexa57-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa57 cortexa57-crypto"
16TUNE_PKGARCH_tune-cortexa57 = "cortexa57"
17TUNE_PKGARCH_tune-cortexa57-crypto = "cortexa57-crypto"
16BASE_LIB_tune-cortexa57 = "lib64" 18BASE_LIB_tune-cortexa57 = "lib64"
17BASE_LIB_tune-cortexa57-crypto = "lib64" 19BASE_LIB_tune-cortexa57-crypto = "lib64"