summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine/qemuarm64.conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2019-03-05 15:46:58 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-03-12 11:56:38 -0700
commitbb4f4a202d400fd1cf630c29f864d472258cc005 (patch)
tree9d64e3339187d4e8c72212f35f1df02f95bfa553 /meta/conf/machine/qemuarm64.conf
parentc112be9643f9031964be4068feeb5e2f8528c107 (diff)
downloadopenembedded-core-contrib-bb4f4a202d400fd1cf630c29f864d472258cc005.tar.gz
machine: bump preferred version to 5.0
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta/conf/machine/qemuarm64.conf')
-rw-r--r--meta/conf/machine/qemuarm64.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/conf/machine/qemuarm64.conf b/meta/conf/machine/qemuarm64.conf
index 6919e555a8..22f6cb742b 100644
--- a/meta/conf/machine/qemuarm64.conf
+++ b/meta/conf/machine/qemuarm64.conf
@@ -29,5 +29,3 @@ QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio
# Virtio serial console
QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon"
QB_TCPSERIAL_OPT = "-device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon"
-
-PREFERRED_VERSION_linux-yocto ?= "4.19%"