summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/u-boot
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-10-01 13:21:46 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-10-01 14:59:06 -0300
commitbaf77d06923838a6f717dd9719990ded4423c3aa (patch)
tree5261ceb6bfec70496b7b0c1018c8746e41a24937 /recipes-bsp/u-boot
parent2076ae7530a7ed2aa40678502598e74b0f533def (diff)
downloadmeta-fsl-arm-baf77d06923838a6f717dd9719990ded4423c3aa.tar.gz
Revert "u-boot-fslc: Avoid native binary builds"
It causes build failures in several machines and it's too late to rework it properly. This reverts commit 2076ae7530a7ed2aa40678502598e74b0f533def. Change-Id: I2f0c21559516195941832c2bca7b1dc50c90852a 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, 0 insertions, 5 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 d6591fb..158c9ea 100644
--- a/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
+++ b/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb
@@ -15,9 +15,4 @@ 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
23PACKAGE_ARCH = "${MACHINE_ARCH}" 18PACKAGE_ARCH = "${MACHINE_ARCH}"