summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa72.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-cortexa72.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-cortexa72.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa72.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa72.inc b/meta/conf/machine/include/tune-cortexa72.inc
index 00f7745a22..23640d5c1f 100644
--- a/meta/conf/machine/include/tune-cortexa72.inc
+++ b/meta/conf/machine/include/tune-cortexa72.inc
@@ -10,4 +10,5 @@ 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"
13BASE_LIB_tune-cortexa72 = "lib64" 14BASE_LIB_tune-cortexa72 = "lib64"