meta-digi-arm: Define configuration targets for all platforms.

Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
Alex Gonzalez 2013-01-15 10:26:46 +01:00
parent 9a0751048b
commit 5cf109df8b
1 changed files with 4 additions and 0 deletions

View File

@ -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)"