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:37 -0700
commitc3c8c5b5577731ddb9e3c8b179d7d0559b81a1db (patch)
tree3ca3136dd536e7ad3bb63b324fcd2c8d82e7ee7a /meta/conf/machine/include/tune-cortexa32.inc
parentf30aa452f65a79df570f421700e3d5dcb273ea64 (diff)
downloadpoky-c3c8c5b5577731ddb9e3c8b179d7d0559b81a1db.tar.gz
tune-cortexa*: Add missing BASE_LIB tune overrides
For multilib to work correctly, BASE_LIB overrides must be provided. (From OE-Core rev: b32ec63e48a3552f2e7f3cc5caf61432af716283) 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"
14TUNE_FEATURES_tune-cortexa32-crypto = "aarch64 cortexa32 simd crc crypto" 14TUNE_FEATURES_tune-cortexa32-crypto = "aarch64 cortexa32 simd crc crypto"
15PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32" 15PACKAGE_EXTRA_ARCHS_tune-cortexa32 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa32"
16PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32-crypto" 16PACKAGE_EXTRA_ARCHS_tune-cortexa32-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa32 cortexa32-crypto"
17BASE_LIB_tune-cortexa32 = "lib64"
18BASE_LIB_tune-cortexa32-crypto = "lib64"