base image: Add fpga-image only for fpga machines

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-19 22:09:59 +02:00
parent 8a8345a66b
commit b2b17de9b5
1 changed files with 1 additions and 4 deletions

View File

@ -62,16 +62,13 @@ IMAGE_INSTALL_append = " \
${@bb.utils.contains("DISTRO_FEATURES", "custom-mac-addresses", "mac-address-set", "", d)} \ ${@bb.utils.contains("DISTRO_FEATURES", "custom-mac-addresses", "mac-address-set", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "usb-hub-reset", "usb-hub-reset", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "usb-hub-reset", "usb-hub-reset", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "v2x", "v2x-ieee802.11p", "", d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "v2x", "v2x-ieee802.11p", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "fpga", "fpga-image", "", d)} \
" "
IMAGE_INSTALL_append_am335x-nrhw16 = " \ IMAGE_INSTALL_append_am335x-nrhw16 = " \
wakeup-timer \ wakeup-timer \
" "
IMAGE_INSTALL_append_armada-385-nrhw18 = " \
fpga-image \
"
IMAGE_INSTALL_append_am335x-nmhw21 = " \ IMAGE_INSTALL_append_am335x-nmhw21 = " \
spitools \ spitools \
socat \ socat \