diff options
-rw-r--r-- | recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 5 |
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 | ||
16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
17 | 17 | ||
18 | do_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 | |||
18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" |