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:
parent
6e71709075
commit
951627ea02
|
|
@ -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"
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Copyright (C) 2016 Digi International.
|
||||||
|
|
||||||
|
KERNEL_MODULE_AUTOLOAD = "cryptodev"
|
||||||
Loading…
Reference in New Issue