image-base: Add can tools based on MACHINE_FEATURES
BugzID: 73593
This commit is contained in:
parent
7cc33a1f8a
commit
8a8345a66b
|
|
@ -50,6 +50,7 @@ IMAGE_INSTALL_append = " \
|
||||||
curl \
|
curl \
|
||||||
less \
|
less \
|
||||||
nmhw-auto-part \
|
nmhw-auto-part \
|
||||||
|
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "${BT_TOOLS}", "", d)} \
|
${@bb.utils.contains("MACHINE_FEATURES", "bluetooth", "${BT_TOOLS}", "", d)} \
|
||||||
${FIRMWARE} \
|
${FIRMWARE} \
|
||||||
|
|
@ -64,7 +65,6 @@ IMAGE_INSTALL_append = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nrhw16 = " \
|
IMAGE_INSTALL_append_am335x-nrhw16 = " \
|
||||||
canutils \
|
|
||||||
wakeup-timer \
|
wakeup-timer \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
@ -73,7 +73,6 @@ IMAGE_INSTALL_append_armada-385-nrhw18 = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
can-utils \
|
|
||||||
spitools \
|
spitools \
|
||||||
socat \
|
socat \
|
||||||
cryptodev-module \
|
cryptodev-module \
|
||||||
|
|
@ -84,13 +83,6 @@ IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
packagegroup-system-state-framework \
|
packagegroup-system-state-framework \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nrhw20 = " \
|
|
||||||
can-utils \
|
|
||||||
"
|
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nmhw24 = " \
|
|
||||||
can-utils \
|
|
||||||
"
|
|
||||||
|
|
||||||
IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||||
dfu-util \
|
dfu-util \
|
||||||
|
|
@ -98,7 +90,6 @@ IMAGE_INSTALL_append_imx8-nmhw23 = " \
|
||||||
packagegroup-ublox-modules \
|
packagegroup-ublox-modules \
|
||||||
gnss-init \
|
gnss-init \
|
||||||
gnss-mgr \
|
gnss-mgr \
|
||||||
can-utils \
|
|
||||||
spitools \
|
spitools \
|
||||||
imu-setup \
|
imu-setup \
|
||||||
chrony \
|
chrony \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue