From 61ec507539c38b4f471410c47cc293c2db108499 Mon Sep 17 00:00:00 2001 From: Ting Liu Date: Fri, 16 Jan 2015 18:22:59 +0800 Subject: u-boot: use TARGET_VENDOR to compose multilib sys This aligns with the default setting in Poky. Signed-off-by: Ting Liu --- meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-fsl-ppc') diff --git a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb index 43af42d7f..b78065847 100644 --- a/meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb +++ b/meta-fsl-ppc/recipes-bsp/u-boot/u-boot-qoriq_2014.07.bb @@ -30,7 +30,7 @@ python () { if "e5500-64b:" in arch or "e6500-64b:" in arch: if not "lib32" in ml: raise bb.parse.SkipPackage("Building the u-boot for this arch requires multilib to be enabled") - sys_multilib = 'powerpc-' + d.getVar('DISTRO') + 'mllib32-' + d.getVar('HOST_OS') + sys_multilib = 'powerpc' + d.getVar('TARGET_VENDOR') + 'mllib32-' + d.getVar('HOST_OS') d.setVar('DEPENDS_append', ' lib32-gcc-cross-powerpc lib32-libgcc') d.setVar('PATH_append', ':' + d.getVar('STAGING_BINDIR_NATIVE') + '/' + sys_multilib) d.setVar('TOOLCHAIN_OPTIONS_append', '/../lib32-' + d.getVar("MACHINE")) -- cgit v1.2.3-54-g00ecf