base image: Add spitools based on spi machine feature
BugzID: 73593
This commit is contained in:
parent
2afbf30779
commit
b3c8d64b18
|
|
@ -65,10 +65,10 @@ IMAGE_INSTALL_append = " \
|
||||||
${@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)} \
|
${@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", "am335x-wakeup-timer", "wakeup-timer", "", d)} \
|
||||||
|
${@bb.utils.contains("MACHINE_FEATURES", "spi", "spitools", "", d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
spitools \
|
|
||||||
socat \
|
socat \
|
||||||
cryptodev-module \
|
cryptodev-module \
|
||||||
imu-setup \
|
imu-setup \
|
||||||
|
|
@ -84,7 +84,6 @@ IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||||
packagegroup-ublox-modules \
|
packagegroup-ublox-modules \
|
||||||
gnss-init \
|
gnss-init \
|
||||||
gnss-mgr \
|
gnss-mgr \
|
||||||
spitools \
|
|
||||||
imu-setup \
|
imu-setup \
|
||||||
chrony \
|
chrony \
|
||||||
chronyc \
|
chronyc \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue