base-image: Add cryptodev-module for all hardwares
BugzID: 73593
This commit is contained in:
parent
b4cccfa2d3
commit
4fa8872da8
|
|
@ -50,6 +50,7 @@ IMAGE_INSTALL_append = " \
|
|||
curl \
|
||||
less \
|
||||
socat \
|
||||
cryptodev-module \
|
||||
nmhw-auto-part \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "can", "can-utils", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "wwan", "${WWAN_TOOLS}", "", d)} \
|
||||
|
|
@ -70,7 +71,6 @@ IMAGE_INSTALL_append = " \
|
|||
"
|
||||
|
||||
IMAGE_INSTALL_append_am335x-nmhw21 = " \
|
||||
cryptodev-module \
|
||||
imu-setup \
|
||||
gnss-mgr \
|
||||
chrony \
|
||||
|
|
|
|||
Loading…
Reference in New Issue