diff options
| -rw-r--r-- | meta-fsl-arm/recipes-bsp/u-boot/u-boot-fslc_2013.10.bb | 9 |
1 files changed, 8 insertions, 1 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..f7784dd3a 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 | |||
| @@ -4,7 +4,7 @@ LICENSE = "GPLv2+" | |||
| 4 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" | 4 | LIC_FILES_CHKSUM = "file://Licenses/README;md5=6bc50ecab884fce80cd3ef3da8852b08" |
| 5 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" | 5 | COMPATIBLE_MACHINE = "(mxs|mx3|mx5|mx6|vf60)" |
| 6 | 6 | ||
| 7 | DEPENDS_mxs += "elftosb-native" | 7 | DEPENDS_mxs += "elftosb-native openssl-native" |
| 8 | 8 | ||
| 9 | PROVIDES += "u-boot" | 9 | PROVIDES += "u-boot" |
| 10 | 10 | ||
| @@ -15,4 +15,11 @@ SRC_URI = "git://github.com/Freescale/u-boot-imx.git" | |||
| 15 | 15 | ||
| 16 | S = "${WORKDIR}/git" | 16 | S = "${WORKDIR}/git" |
| 17 | 17 | ||
| 18 | # FIXME: Allow linking of 'tools' binaries with native libraries | ||
| 19 | # used for generating the boot logo and other tools used | ||
| 20 | # during the build process. | ||
| 21 | EXTRA_OEMAKE += 'HOSTCC="${BUILD_CC} ${BUILD_CPPFLAGS}" \ | ||
| 22 | HOSTLDFLAGS="-L${STAGING_BASE_LIBDIR_NATIVE} -L${STAGING_LIBDIR_NATIVE}" \ | ||
| 23 | HOSTSTRIP=true' | ||
| 24 | |||
| 18 | PACKAGE_ARCH = "${MACHINE_ARCH}" | 25 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
