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
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-02-10 23:55:53 +0000
commit36688f92e75d0147532bc9939ec18012d86c2630 (patch)
treee43d70cf8e90f4c11ec113c7c332323176a98473 /meta/recipes-support/rng-tools/rng-tools_6.9.bb
parentfb3995faec26b19978554326f1739715ed63b809 (diff)
downloadpoky-36688f92e75d0147532bc9939ec18012d86c2630.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 (From OE-Core rev: 28707d202e56c9fe12492e3370fb56d920560642) Signed-off-by: Julien Massot <julien.massot@iot.bzh> Signed-off-by: Steve Sakoman <steve@sakoman.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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"
10 10
11SRC_URI = "\ 11SRC_URI = "\
12 git://github.com/nhorman/rng-tools.git \ 12 git://github.com/nhorman/rng-tools.git \
13 file://0001-rngd_jitter-fix-O_NONBLOCK-setting-for-entropy-pipe.patch \
14 file://0002-rngd_jitter-initialize-AES-key-before-setting-the-en.patch \
15 file://0003-rngd_jitter-always-read-from-entropy-pipe-before-set.patch \
13 file://init \ 16 file://init \
14 file://default \ 17 file://default \
15 file://rngd.service \ 18 file://rngd.service \