]> 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>
Tue, 13 Dec 2016 22:47:29 +0000 (22:47 +0000)
commit5f060b66162c41a295995947b918253450870117
treee12c3c006260b20f28536417eb27d000ab9ba6a2
parentd0b282bce34db44dde4dd7f53a64dfaafe6789de
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>
Signed-off-by: Ross Burton <ross.burton@intel.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