mirror of
https://github.com/Freescale/meta-freescale-3rdparty.git
synced 2025-07-05 05:15:24 +02:00

Also remove obsolete code needed for imx-boot. Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
13 lines
453 B
BlitzBasic
13 lines
453 B
BlitzBasic
require recipes-bsp/u-boot/u-boot.inc
|
|
require recipes-bsp/u-boot/u-boot-boundary-common_${PV}.inc
|
|
|
|
inherit deploy ${@oe.utils.ifelse(d.getVar('UBOOT_PROVIDES_BOOT_CONTAINER') == '1', 'imx-boot-container', '')}
|
|
|
|
DEPENDS += "bison-native dtc-native python3-setuptools-native"
|
|
|
|
SRC_URI += "file://fw_env.config"
|
|
|
|
PROVIDES += "u-boot"
|
|
|
|
COMPATIBLE_MACHINE = "(nitrogen6x-lite|nitrogen6x|nitrogen6sx|nitrogen7|nitrogen8m|nitrogen8mm|nitrogen8mn|nitrogen8mp)"
|