cryptodev: install cryptodev-module for CC6

This module is the interface between user-space (openssl, gnutls) and
the hardware cryptographic acceleration support (CAAM).

This commit installs the module in the rootfs and configures it so it is
loaded on boot.

https://jira.digi.com/browse/DEL-2501

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2016-05-11 18:01:32 +02:00
parent 6e71709075
commit 951627ea02
2 changed files with 4 additions and 1 deletions

View File

@ -30,6 +30,6 @@ MACHINE_EXTRA_RDEPENDS += " \
u-boot-fw-utils \ u-boot-fw-utils \
" "
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}" MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins" MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module"
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth" MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth"

View File

@ -0,0 +1,3 @@
# Copyright (C) 2016 Digi International.
KERNEL_MODULE_AUTOLOAD = "cryptodev"