]> code.ossystems Code Review - openembedded-core.git/commitdiff
qemu.inc: Drop rng-tools
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Nov 2017 17:33:26 +0000 (17:33 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Nov 2017 12:56:25 +0000 (12:56 +0000)
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 <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/qemu.inc

index 0e4103bad771378259c55ff0955945e28c8434dc..9094279e8f44a06d113e56ccb2b12289b5844303 100644 (file)
@@ -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"