mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
Allows for mips32 multilib to be mips32r2, like qemumips. (From OE-Core rev: 9713e8a5460ae81a33c6a727664f4cdb54fb1f0a) Signed-off-by: Joe Slater <joe.slater@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
358 B
Plaintext
15 lines
358 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: mti-malta64-be MIPS64
|
|
#@DESCRIPTION: mti-malta64-be
|
|
|
|
require conf/machine/include/qemu.inc
|
|
require conf/machine/include/tune-mips64r2.inc
|
|
require conf/machine/include/qemuboot-mips.inc
|
|
|
|
QB_CPU = "-cpu MIPS64R2-generic"
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
|
|
SERIAL_CONSOLES ?= "115200;ttyS0 115200;ttyS1"
|