mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +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>
15 lines
368 B
Plaintext
15 lines
368 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: mti_malta32_be MIPS
|
|
#@DESCRIPTION: mti_malta32_be
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips32r2.inc
|
|
require conf/machine/include/qemuboot-mips.inc
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|