mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 00:32:12 +02:00
Add qemuboot-mips.inc to reduce duplicated code, the various mips bsps which can be boot by runqemu can require qemuboot-mips.inc (From OE-Core rev: cb28128477e98ed7dc7a90dd197f6dd04cf75be0) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
8 lines
255 B
HTML
8 lines
255 B
HTML
# For runqemu
|
|
IMAGE_CLASSES += "qemuboot"
|
|
QB_MEM = "-m 256"
|
|
QB_MACHINE = "-machine malta"
|
|
QB_KERNEL_CMDLINE_APPEND = "console=ttyS0 console=tty"
|
|
QB_OPT_APPEND = "-vga cirrus -show-cursor -usb -usbdevice tablet"
|
|
QB_SYSTEM_NAME = "qemu-system-${TUNE_ARCH}"
|