[oe-commits] Bogdan Marinescu : Multilib build fixes

git at git.openembedded.org git at git.openembedded.org
Thu Jul 19 16:20:22 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 71907775f601f0a48b995cc3277b61645d2e5068
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=71907775f601f0a48b995cc3277b61645d2e5068

Author: Bogdan Marinescu <bogdan.a.marinescu at intel.com>
Date:   Thu Jul 19 15:00:13 2012 +0300

Multilib build fixes

1. STAGING_KERNEL_DIR was getting an invalid MLPREFIX. Fix this by forcing the expansion in multilib.conf.
2. Added multilib rule for 'perf'.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/conf/multilib.conf |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf
index 2ee4ab2..a23a0ee 100644
--- a/meta/conf/multilib.conf
+++ b/meta/conf/multilib.conf
@@ -6,6 +6,7 @@ MULTILIB_SAVE_VARNAME = "DEFAULTTUNE"
 
 MULTILIBS ??= "multilib:lib32"
 
+STAGING_KERNEL_DIR := "${STAGING_KERNEL_DIR}"
 STAGING_DIR_HOST = "${STAGING_DIR}/${MLPREFIX}${MACHINE}"
 STAGING_DIR_TARGET = "${STAGING_DIR}/${MLPREFIX}${MACHINE}"
 
@@ -511,6 +512,7 @@ BBCLASSEXTEND_append_pn-pax-utils = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-pciutils = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-pcmanfm = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-pcmciautils = " ${MULTILIBS}"
+BBCLASSEXTEND_append_pn-perf = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-perl = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-pixman = " ${MULTILIBS}"
 BBCLASSEXTEND_append_pn-pkgconfig = " ${MULTILIBS}"





More information about the Openembedded-commits mailing list