meta-digi-arm: add rng-tools for CC6
This daemon (rngd) feeds random data from hardware device to kernel entropy pool. https://jira.digi.com/browse/DEL-2501 Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
parent
2a8e1d7002
commit
988ca78f31
|
|
@ -30,6 +30,6 @@ MACHINE_EXTRA_RDEPENDS += " \
|
|||
u-boot-fw-utils \
|
||||
"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "${MACHINE_FIRMWARE} ${WIRELESS_MODULE}"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module"
|
||||
MACHINE_EXTRA_RRECOMMENDS += "fsl-alsa-plugins cryptodev-module rng-tools"
|
||||
|
||||
MACHINE_FEATURES += "accel-graphics accel-video wifi bluetooth"
|
||||
|
|
|
|||
|
|
@ -0,0 +1,2 @@
|
|||
# Specify rng device
|
||||
RNG_DEVICE=/dev/hwrng
|
||||
|
|
@ -0,0 +1,3 @@
|
|||
# Copyright (C) 2016 Digi International.
|
||||
|
||||
FILESEXTRAPATHS_prepend := "${THISDIR}/${BPN}:"
|
||||
Loading…
Reference in New Issue