diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-01 13:21:46 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-10-01 14:59:06 -0300 |
| commit | 51b92bef2a8a91a8a5fad6cea55158db364eccef (patch) | |
| tree | 6831d13548465f40a0c2699e60933c28e315b11b | |
| parent | 3cb7cb2470e7dfa12f6262b2387ee2f07ae2b3c5 (diff) | |
| download | meta-freescale-51b92bef2a8a91a8a5fad6cea55158db364eccef.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>
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 5 |
1 files changed, 0 insertions, 5 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 d6591fb09..158c9ea82 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,9 +15,4 @@ 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 | |||
| 23 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
