summaryrefslogtreecommitdiffstats
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
commit3cb7cb2470e7dfa12f6262b2387ee2f07ae2b3c5 (patch)
tree82ad97d197cd11a7d864ae8d686c14152da1b5eb
parent718809546108fe88ec146c591fcf64e072bdb89a (diff)
downloadmeta-freescale-3cb7cb2470e7dfa12f6262b2387ee2f07ae2b3c5.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>
-rw-r--r--meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb b/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
index 158c9ea82..d6591fb09 100644
--- a/meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/meta-fsl-arm/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}"