From 2076ae7530a7ed2aa40678502598e74b0f533def Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Mon, 30 Sep 2013 11:06:43 -0300 Subject: u-boot-fslc: Avoid native binary builds The 'tools' directory build native binaries and we ought to avoid them when doing a target build. Signed-off-by: Otavio Salvador --- recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'recipes-bsp/u-boot/u-boot-fslc_2013.10.bb') diff --git a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb index 158c9ea..d6591fb 100644 --- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb +++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb @@ -15,4 +15,9 @@ SRC_URI = "git://github.com/Freescale/u-boot-imx.git" S = "${WORKDIR}/git" +do_configure_prepend() { + # FIXME: Ensure we don't do host binaries build + sed -i 's,SUBDIR_TOOLS = tools,SUBDIR_TOOLS = #tools,g' ${S}/Makefile +} + PACKAGE_ARCH = "${MACHINE_ARCH}" -- cgit v1.2.3-54-g00ecf