diff options
Diffstat (limited to 'meta/conf/machine/qemuarmv5.conf')
| -rw-r--r-- | meta/conf/machine/qemuarmv5.conf | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf index 48e83f13e1..7e8c9e1fa6 100644 --- a/meta/conf/machine/qemuarmv5.conf +++ b/meta/conf/machine/qemuarmv5.conf | |||
| @@ -14,8 +14,6 @@ QB_SYSTEM_NAME = "qemu-system-arm" | |||
| 14 | QB_MACHINE = "-machine versatilepb" | 14 | QB_MACHINE = "-machine versatilepb" |
| 15 | QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty" | 15 | QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty" |
| 16 | QB_OPT_APPEND = "-usb -device usb-tablet" | 16 | QB_OPT_APPEND = "-usb -device usb-tablet" |
| 17 | # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy | ||
| 18 | QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0" | ||
| 19 | PREFERRED_VERSION_linux-yocto ??= "5.8%" | 17 | PREFERRED_VERSION_linux-yocto ??= "5.8%" |
| 20 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" | 18 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" |
| 21 | 19 | ||
