From 4fa8872da8a6a885267d6af353a1ccb7dd67277e Mon Sep 17 00:00:00 2001 From: Alexandre Bard Date: Tue, 20 Jul 2021 15:48:00 +0200 Subject: [PATCH] base-image: Add cryptodev-module for all hardwares BugzID: 73593 --- recipes-core/images/netmodule-linux-image.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \