diff --git a/recipes-core/images/netmodule-linux-image.bb b/recipes-core/images/netmodule-linux-image.bb index 4946a31..f0962b4 100644 --- a/recipes-core/images/netmodule-linux-image.bb +++ b/recipes-core/images/netmodule-linux-image.bb @@ -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 \