xref: /openbmc/openbmc/poky/meta/conf/machine/include/mips/qemuboot-mips.inc (revision d159c7fb39550d7348052766f46e51b26d3fd4cc)
1*d159c7fbSAndrew Geissler# For runqemu
2*d159c7fbSAndrew GeisslerIMAGE_CLASSES += "qemuboot"
3*d159c7fbSAndrew GeisslerQB_MACHINE = "-machine malta"
4*d159c7fbSAndrew GeisslerQB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
5*d159c7fbSAndrew GeisslerQB_OPT_APPEND = "-usb -device usb-tablet"
6*d159c7fbSAndrew Geissler
7*d159c7fbSAndrew Geissler# For graphics to work we need to define the VGA device as well as the necessary USB devices
8*d159c7fbSAndrew GeisslerQB_GRAPHICS = "-vga std"
9