parent
b3c8d64b18
commit
b4cccfa2d3
|
|
@ -49,6 +49,7 @@ IMAGE_INSTALL_append = " \
|
||||||
gps-utils \
|
gps-utils \
|
||||||
curl \
|
curl \
|
||||||
less \
|
less \
|
||||||
|
socat \
|
||||||
nmhw-auto-part \
|
nmhw-auto-part \
|
||||||
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
|
${@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)} \
|
||||||
|
|
@ -69,7 +70,6 @@ IMAGE_INSTALL_append = " \
|
||||||
"
|
"
|
||||||
|
|
||||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||||
socat \
|
|
||||||
cryptodev-module \
|
cryptodev-module \
|
||||||
imu-setup \
|
imu-setup \
|
||||||
gnss-mgr \
|
gnss-mgr \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue