mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01: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-malta64-be MIPS64
|
|
#@DESCRIPTION: mti-malta64-be
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips64.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"
|