summaryrefslogtreecommitdiffstats
path: root/meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend
diff options
context:
space:
mode:
authorJulien Massot <julien.massot@iot.bzh>2021-01-28 08:36:05 +0000
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-02-04 15:38:11 +0000
commit446c37c2d9e1337ccbfecef8dbf7a2de73fbc035 (patch)
treee834125586ae381e8893457cbd62c354157609b5 /meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend
parentdd86e53d3eabcb5cd30b3ddda82b4c2de22c8c38 (diff)
meta-agl-core: fix entropy gathering on rng-tools 6.9
Bug-AGL: SPEC-3775 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, while waiting for an update of rng-tools (>= 6.11) in poky repository. Change-Id: Icf55a648d4c30a3c94d2afaee91e6c0a2207a130 Signed-off-by: Julien Massot <julien.massot@iot.bzh> Change-Id: I08d1856ca6bd0be76b3c7fe0a962d73cebe8bef7 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/25970 Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend')
-rw-r--r--meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend b/meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend
new file mode 100644
index 000000000..def1f8cd6
--- /dev/null
+++ b/meta-agl-core/recipes-support/rng-tools/rng-tools_6.9.bbappend
@@ -0,0 +1,8 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/rng-tools:"
+
+SRC_URI += " \
+ 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 \
+ "
+