All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] qemu.inc: Drop rng-tools
@ 2017-11-13 17:35 Richard Purdie
  2017-11-13 19:30 ` Otavio Salvador
  0 siblings, 1 reply; 12+ messages in thread
From: Richard Purdie @ 2017-11-13 17:35 UTC (permalink / raw)
  To: openembedded-core

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 | 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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread
* [PATCH] qemu.inc: Drop rng-tools
@ 2017-11-13 17:34 Richard Purdie
  0 siblings, 0 replies; 12+ messages in thread
From: Richard Purdie @ 2017-11-13 17:34 UTC (permalink / raw)
  To: openembedded-core

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 | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc
index 0e4103b..eb387d0 100644
--- a/meta/conf/machine/include/qemu.inc
+++ b/meta/conf/machine/include/qemu.inc
@@ -26,6 +26,3 @@ 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"
-- 
2.7.4



^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-11-22 17:49 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 17:35 [PATCH] qemu.inc: Drop rng-tools Richard Purdie
2017-11-13 19:30 ` Otavio Salvador
2017-11-13 19:55   ` Burton, Ross
2017-11-14 17:16     ` Otavio Salvador
2017-11-15 12:26       ` Burton, Ross
2017-11-15 19:59         ` Otavio Salvador
2017-11-16 13:11           ` Burton, Ross
2017-11-16 13:14             ` Richard Purdie
2017-11-16 13:26               ` Otavio Salvador
2018-11-22 17:39                 ` Martin Jansa
2018-11-22 17:48                   ` Otavio Salvador
  -- strict thread matches above, loose matches on Subject: below --
2017-11-13 17:34 Richard Purdie

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.