nwl-test-image: Add components required by uboot to boot the image

nrsw-uboot is reading the devicetree and the fpga image from the rootfs.

id:458169
This commit is contained in:
Alexandre Bard 2023-10-31 11:07:09 +01:00
parent 20b9904c2b
commit 16bd38ae2b
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ inherit nwl-image
# NWL specific files can be added as well:
# COREOS_CI_DEPLOY_ARTIFACTS += "${IMAGE_LINK_NAME}.custom.binary"
# Components required by uboot to boot an installed image
IMAGE_INSTALL:append = "\
kernel-devicetree \
${@bb.utils.contains('MACHINE_FEATURES', 'fpga', 'fpga-image', '', d)} \
"
# Add features and packages that are used in our tests:
IMAGE_FEATURES += "ssh-server networkmanager swupdate"
IMAGE_INSTALL:append = " \