summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaeem Khan <naeem.khan@toradex.com>2020-06-24 08:02:53 +0000
committerMax Krummenacher <max.krummenacher@toradex.com>2021-11-15 10:55:10 +0100
commit8146c4e28948e616c1cfdadd5372528757e69abd (patch)
treea616c2660bd9228c33d497777838cbcb794ff024
parent6a040453df0cf4da5abcc825b4b7c4d8cee9e291 (diff)
rngd-tools:disable jitterentropy to avoid high cpu usage at startup
jitterentropy is now added by kernel as well https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux. git/commit/?id=50ee7529ec4500c88f8664560770a7a1b65db72b, so it can be disabled without any issue. Related-to: TOR-1079 Signed-off-by: Naeem Khan <naeem.khan@toradex.com> Ported from meta-toradex-torizon, commit 53fc29e ("rngd-tools:disable jitterentropy to avoid high cpu usage at startup") plus follow up e2c6c9b. Related-to: ELB-4133 Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 5d3c5bedd77106c37c568fbc553e160b463bbb27) Converted to now override style, '_' -> ':'. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
-rw-r--r--recipes-support/rng-tools/rng-tools_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-support/rng-tools/rng-tools_%.bbappend b/recipes-support/rng-tools/rng-tools_%.bbappend
new file mode 100644
index 0000000..32b4d3e
--- /dev/null
+++ b/recipes-support/rng-tools/rng-tools_%.bbappend
@@ -0,0 +1 @@
+PACKAGECONFIG:remove = "libjitterentropy"