]> code.ossystems Code Review - openembedded-core.git/commit
Use weak assignment for SERIAL_CONSOLES in qemu configuration files
authorChen Qi <Qi.Chen@windriver.com>
Fri, 9 Dec 2016 07:43:03 +0000 (15:43 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 11:46:52 +0000 (11:46 +0000)
commit5a19335f0f1d763a066a8c9ead23bb332e229f93
tree23010f23456a4937d1336e28f9bb359cc4779d0e
parentd637d5f02be4eab26cfab7352a8ea584fb1f7e4d
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.

(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>
Signed-off-by: Armin Kuster <akuster808@gmail.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