summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa55.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-cortexa55.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-cortexa55.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa55.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa55.inc b/meta/conf/machine/include/tune-cortexa55.inc
index 89032b59ec..274944819e 100644
--- a/meta/conf/machine/include/tune-cortexa55.inc
+++ b/meta/conf/machine/include/tune-cortexa55.inc
@@ -9,5 +9,6 @@ require conf/machine/include/arm/arch-armv8a.inc
9AVAILTUNES += "cortexa55" 9AVAILTUNES += "cortexa55"
10ARMPKGARCH_tune-cortexa55 = "cortexa55" 10ARMPKGARCH_tune-cortexa55 = "cortexa55"
11TUNE_FEATURES_tune-cortexa55 = "aarch64 cortexa55 crc crypto" 11TUNE_FEATURES_tune-cortexa55 = "aarch64 cortexa55 crc crypto"
12TUNE_PKGARCH_tune-cortexa55 = "cortexa55"
12PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa55" 13PACKAGE_EXTRA_ARCHS_tune-cortexa55 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa55"
13BASE_LIB_tune-cortexa55 = "lib64" 14BASE_LIB_tune-cortexa55 = "lib64"