From b32ec63e48a3552f2e7f3cc5caf61432af716283 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. Signed-off-by: teven Hung (洪于玉) Signed-off-by: Richard Purdie --- meta/conf/machine/include/tune-cortexa53.inc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf/machine/include/tune-cortexa53.inc') diff --git a/meta/conf/machine/include/tune-cortexa53.inc b/meta/conf/machine/include/tune-cortexa53.inc index a9d9cdd1f5..9fb37ff639 100644 --- a/meta/conf/machine/include/tune-cortexa53.inc +++ b/meta/conf/machine/include/tune-cortexa53.inc @@ -13,3 +13,5 @@ TUNE_FEATURES_tune-cortexa53 = "aarch64 cortexa53 simd crc" TUNE_FEATURES_tune-cortexa53-crypto = "aarch64 cortexa53 simd crc crypto" PACKAGE_EXTRA_ARCHS_tune-cortexa53 = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} cortexa53" PACKAGE_EXTRA_ARCHS_tune-cortexa53-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto} cortexa53 cortexa53-crypto" +BASE_LIB_tune-cortexa53 = "lib64" +BASE_LIB_tune-cortexa53-crypto = "lib64" -- cgit 1.2.3-korg