[oe-commits] [openembedded-core] branch master-next updated: qemu.inc: Drop rng-tools

git at git.openembedded.org git at git.openembedded.org
Tue Nov 14 17:27:25 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

The following commit(s) were added to refs/heads/master-next by this push:
     new 4b57875  qemu.inc: Drop rng-tools
4b57875 is described below

commit 4b578753febc094564a09141c417ddb9449f7c2d
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Nov 13 17:33:26 2017 +0000

    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 <richard.purdie at linuxfoundation.org>
---
 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 0e4103b..9094279 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list