From 5cf109df8bd8182937f959856eb2c45dd90d478f Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Tue, 15 Jan 2013 10:26:46 +0100 Subject: [PATCH] meta-digi-arm: Define configuration targets for all platforms. 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 1be6139a6..7b91ef0aa 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 @@ -12,4 +12,8 @@ UBOOT_MAKE_TARGET = "u-boot.bin" UBOOT_SUFFIX = "bin" UBOOT_PADDING = "2" +UBOOT_MACHINE_ccxmx51js = "ccxmx51js_config" +UBOOT_MACHINE_ccxmx53js = "ccxmx53js_config" +UBOOT_MACHINE_ccardxmx28js = "ccardxmx28js_config" + COMPATIBLE_MACHINE = "(ccardxmx28js|ccxmx51js|ccxmx53js)"