From 68dd73124864d9e6864231853d2ee9f1aad7e9c0 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 7 Aug 2013 15:46:40 +0300 Subject: ref-manual: Added glossary entry for SERIAL_CONSOLES variable. Also, I changed the definition for SERIAL_CONSOLE to indicate the variable is deprecated. (From yocto-docs rev: 36c78759b406853ab36f815d741689d5719d1e0f) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 25 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index de7b050225..719c6c13b9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -3627,13 +3627,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" - SERIAL_CONSOLE - The speed and device for the serial port used to attach the serial console. - This variable is given to the kernel as the "console" - parameter and after booting occurs getty is started on that port - so remote login is possible. + + This variable is deprecated. + See the + SERIAL_CONSOLES + variable. + + + + + SERIAL_CONSOLES + + + Defines the serial consoles (TTYs) to enable using getty. + Provide a value that specifies the baud rate followed by + the TTY device name separated by a semicolon. + Use spaces to separate multiple devices: + + SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" + + -- cgit v1.2.3-54-g00ecf