blob: 4954f3068c9c39709259bd8983f86c03548d7159 [file] [log] [blame]
Patrick Williamsc0f7c042017-02-23 20:41:17 -06001# For runqemu
2IMAGE_CLASSES += "qemuboot"
Patrick Williamsc0f7c042017-02-23 20:41:17 -06003QB_MACHINE = "-machine malta"
4QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
Andrew Geisslerd25ed322020-06-27 00:28:28 -05005QB_OPT_APPEND = "-usb -device usb-tablet"
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
7# For graphics to work we need to define the VGA device as well as the necessary USB devices
Andrew Geissler95ac1b82021-03-31 14:34:31 -05008QB_GRAPHICS = "-vga std"