mirror of
https://git.yoctoproject.org/poky
synced 2026-04-15 12:32:13 +02:00
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>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user