base-image: Add cryptodev-module for all hardwares

BugzID: 73593
This commit is contained in:
Alexandre Bard 2021-07-20 15:48:00 +02:00
parent b4cccfa2d3
commit 4fa8872da8
1 changed files with 1 additions and 1 deletions

View File

@ -50,6 +50,7 @@ IMAGE_INSTALL_append = " \
curl \ curl \
less \ less \
socat \ socat \
cryptodev-module \
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)} \
@ -70,7 +71,6 @@ IMAGE_INSTALL_append = " \
" "
IMAGE_INSTALL_append_am335x-nmhw21 = " \ IMAGE_INSTALL_append_am335x-nmhw21 = " \
cryptodev-module \
imu-setup \ imu-setup \
gnss-mgr \ gnss-mgr \
chrony \ chrony \