mirror of
https://git.yoctoproject.org/poky
synced 2026-02-15 21:23:04 +01:00
Use weak assignment for SERIAL_CONSOLES in qemu configuration files so that the value could serve as a default value and could be easily overridden in configuration files like local.conf. When using the default value for SERIAL_CONSOLES in qemux86-64,we would have annoying messages on console complaining about respawning getty on ttyS1. Although the value is set by purpose, at least we need to provide an easy way to override it. (From OE-Core rev: 5f060b66162c41a295995947b918253450870117) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
15 lines
369 B
Plaintext
15 lines
369 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"
|