]> code.ossystems Code Review - openembedded-core.git/commit
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)
committerSaul Wold <sgw@linux.intel.com>
Mon, 16 Jul 2012 15:36:57 +0000 (08:36 -0700)
commiteecd65f188ba2c924626b7e1bf5c8e2eb51e9b59
treea5046fb1303b005e5c75067a763780b0b737d8a5
parent6612873dc59054e6d37fa7488226218bfb759127
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

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