diff options
author | Saul Wold <sgw@linux.intel.com> | 2016-02-12 10:55:37 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-15 16:28:22 +0000 |
commit | cb512c0c189f5a1196da233042113a708243daa0 (patch) | |
tree | 99a0e325e29223887246aca8c0d554bcdbf6126f /meta/conf/machine | |
parent | 030bc0b2f9636f5cacef29c939b323569cd5673f (diff) | |
download | openembedded-core-cb512c0c189f5a1196da233042113a708243daa0.tar.gz openembedded-core-cb512c0c189f5a1196da233042113a708243daa0.tar.bz2 openembedded-core-cb512c0c189f5a1196da233042113a708243daa0.zip |
qemu.inc: Add rng-tools to qemu images
This patch adds rng-tools to MACHINE_EXTRA_RRECOMMENDS so that can be
used to provide the additional entropy to prevent hangs in getrandom()
for qemu images
[YOCTO #8681]
[YOCTO #8816]
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r-- | meta/conf/machine/include/qemu.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index 16e94691dc..f44dbe6580 100644 --- a/meta/conf/machine/include/qemu.inc +++ b/meta/conf/machine/include/qemu.inc @@ -27,3 +27,5 @@ 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" |