new/yocto/poky/meta/conf/machine/include/mips/qemuboot-mips.inc
2025-05-10 21:58:58 +08:00

9 lines
288 B
HTML

# For runqemu
IMAGE_CLASSES += "qemuboot"
QB_MACHINE = "-machine malta"
QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
QB_OPT_APPEND = "-usb -device usb-tablet"
# For graphics to work we need to define the VGA device as well as the necessary USB devices
QB_GRAPHICS = "-vga std"