diff options
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/conf/machine/qemuarm.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/conf/machine/qemuarm.conf b/meta/conf/machine/qemuarm.conf index aa9ce88203..75cfbaf74b 100644 --- a/meta/conf/machine/qemuarm.conf +++ b/meta/conf/machine/qemuarm.conf | |||
| @@ -29,4 +29,8 @@ QB_ROOTFS_OPT = "-drive id=disk0,file=@ROOTFS@,if=none,format=raw -device virtio | |||
| 29 | QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" | 29 | QB_SERIAL_OPT = "-device virtio-serial-device -chardev null,id=virtcon -device virtconsole,chardev=virtcon" |
| 30 | QB_TCPSERIAL_OPT = "-device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" | 30 | QB_TCPSERIAL_OPT = "-device virtio-serial-device -chardev socket,id=virtcon,port=@PORT@,host=127.0.0.1 -device virtconsole,chardev=virtcon" |
| 31 | 31 | ||
| 32 | # 6.4 causes Xorg to fail to read the virtio framebuffer so stick with 6.1 until | ||
| 33 | # that is resolved. | ||
| 34 | PREFERRED_VERSION_linux-yocto ??= "6.1%" | ||
| 35 | |||
| 32 | KMACHINE:qemuarm = "qemuarma15" | 36 | KMACHINE:qemuarm = "qemuarma15" |
