diff options
author | Matthew McClintock <msm@freescale.com> | 2012-07-11 18:15:27 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-21 11:16:41 +0100 |
commit | 3cf5fc2272acddc61f05f01cc4799c3b2f9866c5 (patch) | |
tree | ce5543b5d64af014789b60b8e5b97f3e1c939fcd /documentation/adt-manual/adt-manual-customization.xsl | |
parent | ffd554d2ff3324ba10c3eb66a3d7acdd4d6aa235 (diff) | |
download | poky-3cf5fc2272acddc61f05f01cc4799c3b2f9866c5.tar.gz |
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: 2e7dddfce4a40a56f671116a2001b13c57667c70)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual/adt-manual-customization.xsl')
0 files changed, 0 insertions, 0 deletions