meta-digi-arm: U-Boot recipe requires UBOOT_MAKE_TARGET override.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-03-26 11:06:02 +01:00
parent 969c1fc214
commit 7de306fc26
1 changed files with 4 additions and 0 deletions

View File

@ -30,4 +30,8 @@ DEPENDS_mxs += "elftosb-native imx-bootlets-del"
BOOTLETSDIR_mxs = "BOOTLETS_DIR=${STAGING_DIR_TARGET}/boot/"
EXTRA_OEMAKE += '${BOOTLETSDIR}'
# The meta-fsl-arm recipe overrides this so it needs to be done here again.
UBOOT_MAKE_TARGET_ccardimx28js = "u-boot-ivt.sb"
UBOOT_MAKE_TARGET_cpx2 = "u-boot-ivt.sb"
COMPATIBLE_MACHINE = "(ccardimx28js|ccimx51js|ccimx53js|cpx2)"