From 03eb84c61eb08b16f5779733e2a7afb780437a02 Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Thu, 23 Feb 2023 19:13:56 +0100 Subject: [PATCH] remove cryptodev support The SW encryption is much faster than decicated HW in our platforms. The HW encryption is limited to the use of CAAM which is used through blob calls, therefore the cryptodev module is not required. https://onedigi.atlassian.net/browse/DEL-8371 Signed-off-by: Isaac Hermida --- .../recipes-kernel/cryptodev/cryptodev-module_%.bbappend | 3 --- .../recipes-core/packagegroups/packagegroup-dey-core.bb | 1 - 2 files changed, 4 deletions(-) delete mode 100644 meta-digi-arm/recipes-kernel/cryptodev/cryptodev-module_%.bbappend diff --git a/meta-digi-arm/recipes-kernel/cryptodev/cryptodev-module_%.bbappend b/meta-digi-arm/recipes-kernel/cryptodev/cryptodev-module_%.bbappend deleted file mode 100644 index 23c454024..000000000 --- a/meta-digi-arm/recipes-kernel/cryptodev/cryptodev-module_%.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -# Copyright (C) 2016-2017 Digi International Inc. - -KERNEL_MODULE_AUTOLOAD = "cryptodev" diff --git a/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb b/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb index ec99cbc41..20a1a6e4c 100644 --- a/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb +++ b/meta-digi-dey/recipes-core/packagegroups/packagegroup-dey-core.bb @@ -38,7 +38,6 @@ RDEPENDS:${PN} = "\ base-passwd \ connectcore-demo-example \ cloudconnector \ - cryptodev-module \ dualboot \ ${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'firmwared', '',d)} \ ${@bb.utils.contains("MACHINE_FEATURES", "keyboard", "${VIRTUAL-RUNTIME_keymaps}", "", d)} \