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:43 +0000 |
commit | 6740dd55798641a47744b891aa1d8fa5e04c2cdc (patch) | |
tree | ed2683f38429295efec4ff594201838db2ae202d /meta/conf/machine/include/qemu.inc | |
parent | ce3df21122d7fc4ede6fe36009afb297004672ef (diff) | |
download | poky-6740dd55798641a47744b891aa1d8fa5e04c2cdc.tar.gz |
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]
(From OE-Core rev: cb512c0c189f5a1196da233042113a708243daa0)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/include/qemu.inc')
-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" | |||
27 | 27 | ||
28 | # Provide the nfs server kernel module for all qemu images | 28 | # Provide the nfs server kernel module for all qemu images |
29 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" | 29 | KERNEL_FEATURES_append_pn-linux-yocto = " features/nfsd/nfsd-enable.scc" |
30 | |||
31 | MACHINE_EXTRA_RRECOMMENDS += "rng-tools" | ||