]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
Use weak assignment for SERIAL_CONSOLES in qemu configuration files ChenQi/qemu-console
authorChen Qi <Qi.Chen@windriver.com>
Fri, 9 Dec 2016 07:26:35 +0000 (15:26 +0800)
committerChen Qi <Qi.Chen@windriver.com>
Mon, 12 Dec 2016 07:53:24 +0000 (15:53 +0800)
commit6b254888c7957511d48b80dabb295108e8244fdd
treeb21eafb48934d235517a97c100e521b8f041764c
parentad00a31fbe93e073a2d83616efcd08c5a7ef37c9
Use weak assignment for SERIAL_CONSOLES in qemu configuration files

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.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
meta/conf/machine/qemuarm.conf
meta/conf/machine/qemuarm64.conf
meta/conf/machine/qemumips.conf
meta/conf/machine/qemumips64.conf
meta/conf/machine/qemuppc.conf
meta/conf/machine/qemux86-64.conf
meta/conf/machine/qemux86.conf