summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/include/tune-cortexa32.inc
diff options
context:
space:
mode:
authorSteven Hung (洪于玉) <Steven.Hung@mediatek.com>2019-03-11 02:24:50 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-11 05:36:17 -0700
commitb32ec63e48a3552f2e7f3cc5caf61432af716283 (patch)
tree06a062fa1a59789263e9eab4872b56e88930c402 /meta/conf/machine/include/tune-cortexa32.inc
parentcaa2eb174a997e98c52362442e9a1ccfa4f7e9f7 (diff)
downloadopenembedded-core-b32ec63e48a3552f2e7f3cc5caf61432af716283.tar.gz
tune-cortexa*: Add missing BASE_LIB tune overrides
For multilib to work correctly, BASE_LIB overrides must be provided. Signed-off-by: teven Hung (洪于玉) <Steven.Hung@mediatek.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/tune-cortexa32.inc')
-rw-r--r--meta/conf/machine/include/tune-cortexa32.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/tune-cortexa32.inc b/meta/conf/machine/include/tune-cortexa32.inc
index b66ff55e9a..4bf7f774e1 100644
--- a/meta/conf/machine/include/tune-cortexa32.inc
+++ b/meta/conf/machine/include/tune-cortexa32.inc
@@ -14,3 +14,5 @@ TUNE_FEATURES_tune-cortexa32 = "aarch64 cortexa32 simd crc"
TUNE_FEATURES_tune-cortexa32-crypto = "aarch64 cortexa32 simd crc crypto"
PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32"
PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32-crypto"
+BASE_LIB_tune-cortexa32 = "lib64"
+BASE_LIB_tune-cortexa32-crypto = "lib64"