summaryrefslogtreecommitdiff
path: root/recipes-support/rng-tools
AgeCommit message (Collapse)Author
2022-04-03meta: use tdx overrides for Toradex specific changesMing Liu
Toradex NXP layer could be used by other external projects, so we should make sure Toradex specific changes dont impact them. Use 'tdx' overrides to ensure Toradex specific changes only valid for Toradex distros. Related-to: ELB-3046 Signed-off-by: Ming Liu <ming.liu@toradex.com> (cherry picked from commit 9400ee43d6b14fbea12a82a047056c8581ec9d70)
2021-11-15rngd-tools:disable jitterentropy to avoid high cpu usage at startupNaeem Khan
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>