meta-freescale-3rdparty/recipes-bsp/u-boot/u-boot-boundary_2022.04.bb
Chris Dimich 34290eefbb u-boot-boundary: add support for imx-boot-container
Also remove obsolete code needed for imx-boot.

Signed-off-by: Chris Dimich <chris.dimich@boundarydevices.com>
2022-10-17 22:19:33 -07:00

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