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:
parent
969c1fc214
commit
7de306fc26
|
|
@ -30,4 +30,8 @@ DEPENDS_mxs += "elftosb-native imx-bootlets-del"
|
||||||
BOOTLETSDIR_mxs = "BOOTLETS_DIR=${STAGING_DIR_TARGET}/boot/"
|
BOOTLETSDIR_mxs = "BOOTLETS_DIR=${STAGING_DIR_TARGET}/boot/"
|
||||||
EXTRA_OEMAKE += '${BOOTLETSDIR}'
|
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)"
|
COMPATIBLE_MACHINE = "(ccardimx28js|ccimx51js|ccimx53js|cpx2)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue