From 7de306fc2600f7dfff76ed75f041bc807a1b4768 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 26 Mar 2013 11:06:02 +0100 Subject: [PATCH] meta-digi-arm: U-Boot recipe requires UBOOT_MAKE_TARGET override. Signed-off-by: Alex Gonzalez --- meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend index 681753488..82e50b0c1 100644 --- a/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend +++ b/meta-digi-arm/recipes-bsp/u-boot/u-boot-imx_2009.08.bbappend @@ -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)"