summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-09-30 11:06:43 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-09-30 23:18:25 -0300
commit2076ae7530a7ed2aa40678502598e74b0f533def (patch)
tree2dd43a9842153c716b3c6c0f817c0f3d65b64651 /recipes-bsp/u-boot
parent7fd5374958f55049c66a0f650e344eec6d6791bf (diff)
downloadmeta-fsl-arm-2076ae7530a7ed2aa40678502598e74b0f533def.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/u-boot')
-rw-r--r--recipes-bsp/u-boot/u-boot-fslc_2013.10.bb5
1 files changed, 5 insertions, 0 deletions
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"
15 15
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18do_configure_prepend() {
19 # FIXME: Ensure we don't do host binaries build
20 sed -i 's,SUBDIR_TOOLS = tools,SUBDIR_TOOLS = #tools,g' ${S}/Makefile
21}
22
18PACKAGE_ARCH = "${MACHINE_ARCH}" 23PACKAGE_ARCH = "${MACHINE_ARCH}"