sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined
authorMatthew McClintock <msm@freescale.com>
Wed, 11 Jul 2012 23:15:27 +0000 (18:15 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 17 Jul 2012 09:53:56 +0000 (10:53 +0100)
commit784028b7710d05380e9287d210f39990f9a48fbb
tree9360776e3b8b3240d345eba57fdc9c2bc8637a58
parenta082ce011251d35520ce0b2ed0cc9e43c0c36047
sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined

Set SERIAL_CONSOLES if you want to define multiple serial consoles, also if
you need to check for the presence of the serial consoles you can also define
SERIAL_CONSOLES_CHECK to determine if these are present when you boot. This
will prevent error message that pop up when the serial port is not present.

SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1 115200;ttyEHV0"
SERIAL_CONSOLES_CHECK = "${SERIAL_CONSOLES}"

The above lines in machine.conf or elsewhere will have the effect of having
two serial consoles and removing any that are not present at boot

(From OE-Core rev: eecd65f188ba2c924626b7e1bf5c8e2eb51e9b59)

Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb