From: Richard Purdie Date: Mon, 13 Nov 2017 17:33:26 +0000 (+0000) Subject: qemu.inc: Drop rng-tools X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19532 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4b17e841b497f0ee4d31a8c967b5ce1b76157e4;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 0e4103bad77..9094279e8f4 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"