generic-poky/meta/recipes-core/sysvinit
Matthew McClintock 5e7d4ca3f3 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>
2012-07-17 10:53:56 +01:00
..
sysvinit sysvinit: use new update-alternatives 2012-05-30 12:04:40 +01:00
sysvinit-2.88dsf update patch upstream status 2011-05-13 11:02:14 +01:00
sysvinit-inittab sysvinit-inittab: Fixed license warning. 2012-03-20 15:21:38 +00:00
sysvinit-inittab_2.88dsf.bb sysvinit-inittab_2.88dsf.bb: Allow multiple serial port consoles to be defined 2012-07-17 10:53:56 +01:00
sysvinit_2.88dsf.bb sysvinit: use new update-alternatives 2012-05-30 12:04:40 +01:00