meta-digi-arm: Define configuration targets for all platforms.
Signed-off-by: Alex Gonzalez <alex.gonzalez@digi.com>
This commit is contained in:
parent
9a0751048b
commit
5cf109df8b
|
|
@ -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)"
|
||||
|
|
|
|||
Loading…
Reference in New Issue