mirror of
https://git.yoctoproject.org/poky
synced 2026-04-25 15:32:13 +02:00
Beautify the machine config files by making the names and descriptions more uniform and verbose (From OE-Core rev: 1108a24e2c58794163c8cf35154f8be5c1d06c29) Signed-off-by: Jon Mason <jdmason@kudzu.us> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
13 lines
363 B
Plaintext
13 lines
363 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: QEMU MIPS32 machine
|
|
#@DESCRIPTION: Machine configuration for running a MIPS system on QEMU
|
|
|
|
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"
|