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:
parent
20b9904c2b
commit
16bd38ae2b
|
|
@ -12,6 +12,12 @@ inherit nwl-image
|
||||||
# NWL specific files can be added as well:
|
# NWL specific files can be added as well:
|
||||||
# COREOS_CI_DEPLOY_ARTIFACTS += "${IMAGE_LINK_NAME}.custom.binary"
|
# 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:
|
# Add features and packages that are used in our tests:
|
||||||
IMAGE_FEATURES += "ssh-server networkmanager swupdate"
|
IMAGE_FEATURES += "ssh-server networkmanager swupdate"
|
||||||
IMAGE_INSTALL:append = " \
|
IMAGE_INSTALL:append = " \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue