Skip to content
Snippets Groups Projects
Commit 785757cd authored by Pete Tucker's avatar Pete Tucker
Browse files

Use imx6ul hw RNG to populate blocking random number pool at start of init

parent 22c8968e
No related branches found
No related tags found
No related merge requests found
SUMMARY = "D-Bus message bus"
DESCRIPTION = "run dbus init script after rng-tools and networking init"
INITSCRIPT_NAME = "dbus-1"
INITSCRIPT_PARAMS = "start 03 5 3 2 . stop 20 0 1 6 ."
SUMMARY = "Basic TCP/IP networking init scripts and configuration files"
DESCRIPTION = "Move networking start number to 02 so it runs after rng-tools"
INITSCRIPT_NAME = "networking"
INITSCRIPT_PARAMS = "start 02 2 3 4 5 . stop 80 0 6 1 ."
# Specify rng device
RNG_DEVICE=/dev/hwrng
#RNG_DEVICE=/dev/urandom
SUMMARY = "Random number generator daemon"
DESCRIPTION = "replace default config file with our own, and run initscript sooner"
FILESEXTRAPATHS_prepend := "${THISDIR}/rng-tools:"
#start rng-tools before networking so if wlan0 is set to auto start, boot does
#not stall waiting for the random number pool to initialize
INITSCRIPT_NAME = "rng-tools"
INITSCRIPT_PARAMS = "start 01 2 3 4 5 . stop 99 0 6 1 ."
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment