From 24f607267f72e06771a5a034a93ade42f887d929 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 11 Nov 2014 00:13:16 +0100 Subject: cbootimage/imx-loader/mtd-utils/tegrarcm: fix 32-bit build of our bsp/devtools --- recipes-bsp/cbootimage/cbootimage.bb | 3 +++ recipes-bsp/tegrarcm/tegrarcm.bb | 3 +++ 2 files changed, 6 insertions(+) (limited to 'recipes-bsp') diff --git a/recipes-bsp/cbootimage/cbootimage.bb b/recipes-bsp/cbootimage/cbootimage.bb index 9cf6705..66e5594 100644 --- a/recipes-bsp/cbootimage/cbootimage.bb +++ b/recipes-bsp/cbootimage/cbootimage.bb @@ -15,6 +15,9 @@ PV = "1.4" EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' +#we want cbootimage binary to run on a 32-bit architecture, on x86_64 this requires the 32-bit compatibility libs +EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -m32' 'BUILDDIR=${S}'" + S = "${WORKDIR}/git" inherit autotools diff --git a/recipes-bsp/tegrarcm/tegrarcm.bb b/recipes-bsp/tegrarcm/tegrarcm.bb index 0180a36..b4aedb6 100644 --- a/recipes-bsp/tegrarcm/tegrarcm.bb +++ b/recipes-bsp/tegrarcm/tegrarcm.bb @@ -15,6 +15,9 @@ PV = "1.6" EXTRA_OEMAKE='PREFIX="${prefix}" LIBDIR="${libdir}"' +#we want tegrarcm binary to run on a 32-bit architecture, on x86_64 this requires the 32-bit compatibility libs +EXTRA_OEMAKE_class-native = "CC='${CC} -m32' CXX='${CXX} -m32'" + do_compile () { oe_runmake CPPFLAGS=-I${includedir}/cryptopp || die "make failed" } -- cgit v1.2.3