diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-13 17:33:26 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-21 13:06:12 +0000 |
commit | e75d9c336442cf1108437fbae3ddc43946fbabb0 (patch) | |
tree | d84392bbd6b4fb0e3fcd4af3d34fde3996ef4e6e /meta/conf | |
parent | 6c2fca8f3517c9d064cec3aeec99bc68cb33b134 (diff) | |
download | poky-e75d9c336442cf1108437fbae3ddc43946fbabb0.tar.gz |
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.
(From OE-Core rev: d4b17e841b497f0ee4d31a8c967b5ce1b76157e4)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 0 insertions, 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" | |||
26 | # Provide the nfs server kernel module for all qemu images | 26 | # Provide the nfs server kernel module for all qemu images |
27 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 27 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
28 | 28 | ||
29 | MACHINE_EXTRA_RRECOMMENDS += "rng-tools" | ||
30 | |||
31 | IMAGE_CLASSES += "qemuboot" | 29 | IMAGE_CLASSES += "qemuboot" |