diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-30 11:06:43 -0300 |
|---|---|---|
| committer | Otavio Salvador <otavio@ossystems.com.br> | 2013-09-30 23:18:25 -0300 |
| commit | 3cb7cb2470e7dfa12f6262b2387ee2f07ae2b3c5 (patch) | |
| tree | 82ad97d197cd11a7d864ae8d686c14152da1b5eb | |
| parent | 718809546108fe88ec146c591fcf64e072bdb89a (diff) | |
| download | meta-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.bb | 5 |
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 | ||
| 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}" |
