qemuboot-mips.inc 291 B

12345678
  1. # For runqemu
  2. IMAGE_CLASSES += "qemuboot"
  3. QB_MACHINE = "-machine malta"
  4. QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
  5. QB_OPT_APPEND = "-usb -device usb-tablet"
  6. # For graphics to work we need to define the VGA device as well as the necessary USB devices
  7. QB_OPT_APPEND += "-vga std"