mirror of
https://git.yoctoproject.org/poky
synced 2026-03-06 23:39:40 +01: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>
15 lines
399 B
Plaintext
15 lines
399 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: QEMU MIPS64 machine
|
|
#@DESCRIPTION: Machine configuration for running a MIPS64 system on QEMU
|
|
|
|
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"
|