summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/rng-tools/rng-tools_6.9.bb
diff options
context:
space:
mode:
authorJulien Massot <julien.massot@iot.bzh>2021-02-03 16:28:37 +0100
committerSteve Sakoman <steve@sakoman.com>2021-02-09 06:12:09 -1000
commit28707d202e56c9fe12492e3370fb56d920560642 (patch)
tree78d137a04ec21c2dbd7081c75780c0bc653b2629 /meta/recipes-support/rng-tools/rng-tools_6.9.bb
parent887f0a606dd323de1098e8e8a0d65b8351b4006d (diff)
downloadopenembedded-core-contrib-28707d202e56c9fe12492e3370fb56d920560642.tar.gz
rng-tools: fix rngd_jitter initialization
rngd daemon may spam the console when using an older version than 6.11. Backport patches from https://github.com/nhorman/rng-tools/pull/99/commits Signed-off-by: Julien Massot <julien.massot@iot.bzh> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-support/rng-tools/rng-tools_6.9.bb')
-rw-r--r--meta/recipes-support/rng-tools/rng-tools_6.9.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-support/rng-tools/rng-tools_6.9.bb b/meta/recipes-support/rng-tools/rng-tools_6.9.bb
index 913342c315..b8c6f022f3 100644
--- a/meta/recipes-support/rng-tools/rng-tools_6.9.bb
+++ b/meta/recipes-support/rng-tools/rng-tools_6.9.bb
@@ -10,6 +10,9 @@ DEPENDS = "sysfsutils"
SRC_URI = "\
git://github.com/nhorman/rng-tools.git \
+ file://0001-rngd_jitter-fix-O_NONBLOCK-setting-for-entropy-pipe.patch \
+ file://0002-rngd_jitter-initialize-AES-key-before-setting-the-en.patch \
+ file://0003-rngd_jitter-always-read-from-entropy-pipe-before-set.patch \
file://init \
file://default \
file://rngd.service \