From c3c8c5b5577731ddb9e3c8b179d7d0559b81a1db Mon Sep 17 00:00:00 2001 From: "Steven Hung (洪于玉)" Date: Mon, 11 Mar 2019 02:24:50 +0000 Subject: tune-cortexa*: Add missing BASE_LIB tune overrides MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit For multilib to work correctly, BASE_LIB overrides must be provided. (From OE-Core rev: b32ec63e48a3552f2e7f3cc5caf61432af716283) Signed-off-by: teven Hung (洪于玉) Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-cortexa32.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/machine/include/tune-cortexa32.inc') 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" -- cgit v1.2.3-54-g00ecf