From ff102f398a1baf0522c359f356c31c3f935491dd Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Mon, 16 Jan 2023 18:14:47 -0500 Subject: rng-tools: disable jitter entropy generation in VMs Add a bbappend for rng-tools that disables jitter entropy generation for virtio-all machines, as it provides little value in virtual machines that are dependent on the host entropy anyways, and slows their booting very significantly. Bug-AGL: SPEC-4618 Change-Id: Ia61917253b69f37b003c617d4203c823dd51bb6c Signed-off-by: Scott Murray (cherry picked from commit ebeba2f0667d7195597d9131a12d880d503a399a) --- recipes-support/rng-tools/files/default | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-support/rng-tools/files/default (limited to 'recipes-support/rng-tools/files') diff --git a/recipes-support/rng-tools/files/default b/recipes-support/rng-tools/files/default new file mode 100644 index 000000000..6e2f2ca93 --- /dev/null +++ b/recipes-support/rng-tools/files/default @@ -0,0 +1 @@ +EXTRA_ARGS="-r /dev/hwrng -x jitter" -- cgit 1.2.3-korg