* [PATCH] arch-armv8a.inc: Add missing BASE_LIB tune overrides
@ 2019-02-23 20:12 Mike Crowe
0 siblings, 0 replies; only message in thread
From: Mike Crowe @ 2019-02-23 20:12 UTC (permalink / raw)
To: openembedded-core; +Cc: Mike Crowe
For multilib to work correctly, BASE_LIB overrides must be provided for
each new tune added in this file.
Signed-off-by: Mike Crowe <mac@mcrowe.com>
---
meta/conf/machine/include/arm/arch-armv8a.inc | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/meta/conf/machine/include/arm/arch-armv8a.inc b/meta/conf/machine/include/arm/arch-armv8a.inc
index 323d0d7f0f..22064559be 100644
--- a/meta/conf/machine/include/arm/arch-armv8a.inc
+++ b/meta/conf/machine/include/arm/arch-armv8a.inc
@@ -26,3 +26,7 @@ PACKAGE_EXTRA_ARCHS_tune-armv8a = "aarch64 armv8a simd"
PACKAGE_EXTRA_ARCHS_tune-armv8a-crc = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} crc"
PACKAGE_EXTRA_ARCHS_tune-armv8a-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a} crypto"
PACKAGE_EXTRA_ARCHS_tune-armv8a-crc-crypto = "${PACKAGE_EXTRA_ARCHS_tune-armv8a-crc} crypto"
+BASE_LIB_tune-armv8a = "lib64"
+BASE_LIB_tune-armv8a-crc = "lib64"
+BASE_LIB_tune-armv8a-crypto = "lib64"
+BASE_LIB_tune-armv8a-crc-crypto = "lib64"
--
2.20.1
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2019-02-23 20:12 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-23 20:12 [PATCH] arch-armv8a.inc: Add missing BASE_LIB tune overrides Mike Crowe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox