diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-03-05 15:46:58 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-12 11:57:41 -0700 |
commit | bab9491c329586b42045b0e9a5f58c9548a6f4e8 (patch) | |
tree | 7d03860951abb3fbfbaee3984e327e58f7787afc /meta/conf/machine/qemuarmv5.conf | |
parent | ff35b6c57a380ca4dc158c5104a6137f8faea5cd (diff) | |
download | poky-bab9491c329586b42045b0e9a5f58c9548a6f4e8.tar.gz |
machine: bump preferred version to 5.0
(From OE-Core rev: bb4f4a202d400fd1cf630c29f864d472258cc005)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine/qemuarmv5.conf')
-rw-r--r-- | meta/conf/machine/qemuarmv5.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/machine/qemuarmv5.conf b/meta/conf/machine/qemuarmv5.conf index 5f90accc24..e3948a25da 100644 --- a/meta/conf/machine/qemuarmv5.conf +++ b/meta/conf/machine/qemuarmv5.conf | |||
@@ -17,7 +17,7 @@ QB_KERNEL_CMDLINE_APPEND = "console=ttyAMA0,115200 console=tty" | |||
17 | QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet" | 17 | QB_OPT_APPEND = "-show-cursor -usb -device usb-tablet" |
18 | # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy | 18 | # Add the 'virtio-rng-pci' device otherwise the guest may run out of entropy |
19 | QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0" | 19 | QB_OPT_APPEND += "-object rng-random,filename=/dev/urandom,id=rng0 -device virtio-rng-pci,rng=rng0" |
20 | PREFERRED_VERSION_linux-yocto ??= "4.18%" | 20 | PREFERRED_VERSION_linux-yocto ??= "5.0%" |
21 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" | 21 | QB_DTB = "${@oe.utils.version_less_or_equal('PREFERRED_VERSION_linux-yocto', '4.7', '', 'zImage-versatile-pb.dtb', d)}" |
22 | 22 | ||
23 | KMACHINE_qemuarmv5 = "qemuarm" \ No newline at end of file | 23 | KMACHINE_qemuarmv5 = "qemuarm" \ No newline at end of file |