From d4b17e841b497f0ee4d31a8c967b5ce1b76157e4 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 13 Nov 2017 17:33:26 +0000 Subject: qemu.inc: Drop rng-tools This was included to allow hwrng to feed data to /dev/random. Since the kernel does this itself (confirmed by the recent kernel Kconfig text change , code inspection and local testing), we can drop rng-tools from these images. Signed-off-by: Richard Purdie --- meta/conf/machine/include/qemu.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 0e4103bad7..9094279e8f 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -26,6 +26,4 @@ EXTRA_IMAGEDEPENDS += "qemu-native qemu-helper-native" # Provide the nfs server kernel module for all qemu images KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" -MACHINE_EXTRA_RRECOMMENDS += "rng-tools" - IMAGE_CLASSES += "qemuboot" -- cgit 1.2.3-korg