blob: 230f032c5303cea5300f8561b9ad3355e5298a83 [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
8QB_OPT_APPEND += "-vga std"