]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Added glossary entry for SERIAL_CONSOLES variable.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 7 Aug 2013 12:46:40 +0000 (15:46 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 13 Aug 2013 12:18:52 +0000 (13:18 +0100)
Also, I changed the definition for SERIAL_CONSOLE to indicate
the variable is deprecated.

(From yocto-docs rev: 36c78759b406853ab36f815d741689d5719d1e0f)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/ref-variables.xml

index de7b050225a4975421877eaf361ba1b157b9dff2..719c6c13b953904fd08bb0b209782f5263ed2cbb 100644 (file)
@@ -3627,13 +3627,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
             </glossdef>
         </glossentry>
 
-
         <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm>
             <glossdef>
-                <para>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 <filename>getty</filename> is started on that port
-                    so remote login is possible.</para>
+                <para>
+                    This variable is deprecated.
+                    See the
+                    <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link>
+                    variable.
+                </para>
+            </glossdef>
+        </glossentry>
+
+        <glossentry id='var-SERIAL_CONSOLES'><glossterm>SERIAL_CONSOLES</glossterm>
+            <glossdef>
+                <para>
+                    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:
+                    <literallayout class='monospaced'>
+     SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1"
+                    </literallayout>
+                </para>
             </glossdef>
         </glossentry>