base image: Add spitools based on spi machine feature

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 15:19:39 +02:00
parent 2afbf30779
commit b3c8d64b18
1 changed files with 1 additions and 2 deletions

View File

@ -65,10 +65,10 @@ IMAGE_INSTALL_append = " \
${@bb.utils.contains("MACHINE_FEATURES", "v2x", "v2x-ieee802.11p", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "fpga", "fpga-image", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "am335x-wakeup-timer", "wakeup-timer", "", d)} \
${@bb.utils.contains("MACHINE_FEATURES", "spi", "spitools", "", d)} \
"
IMAGE_INSTALL_append_am335x-nmhw21 = " \
spitools \
socat \
cryptodev-module \
imu-setup \
@ -84,7 +84,6 @@ IMAGE_INSTALL_append_imx8-nmhw23 = " \
packagegroup-ublox-modules \
gnss-init \
gnss-mgr \
spitools \
imu-setup \
chrony \
chronyc \