rng-tools is not needed anymore since Kernel 5.6 because /dev/random does not block anymore.
https://github.com/torvalds/linux/commit/30c08efec8884fb106b8e57094baa51bb4c44e32 Signed-off-by: Naveen Saini <[email protected]> --- conf/machine/include/qemu-intel.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/conf/machine/include/qemu-intel.inc b/conf/machine/include/qemu-intel.inc index 4608db99..3081d5d9 100644 --- a/conf/machine/include/qemu-intel.inc +++ b/conf/machine/include/qemu-intel.inc @@ -11,9 +11,5 @@ EXTRA_IMAGEDEPENDS += "ovmf" # kernel drivers. KERNEL_FEATURES_INTEL_COMMON += "cfg/virtio.scc" -# Other useful extensions which are not enabled by default: -# rng-tools to take advantage of qemu's virtio-rng-pci device. -# MACHINE_EXTRA_RRECOMMENDS += "rng-tools" - # Creates the necessary .qemuboot.conf file for each image. IMAGE_CLASSES += "qemuboot" -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8202): https://lists.yoctoproject.org/g/meta-intel/message/8202 Mute This Topic: https://lists.yoctoproject.org/mt/103674904/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-intel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
