diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-03-26 10:02:54 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:04 +0100 |
commit | 2bb3bcf49c6f448df220c576cd92c0a1d4d950a9 (patch) | |
tree | 31e038c61ff815110375013cd322d2fa6e6ef250 | |
parent | efa4b3040de809fc67a64efe9ecfd2642b95f2a7 (diff) | |
download | poky-2bb3bcf49c6f448df220c576cd92c0a1d4d950a9.tar.gz |
ref-manual: Updated SERIAL_CONSOLE and SERIAL_CONSOLES variables.
Added a link to the "getty" term.
(From yocto-docs rev: d21fe1ea33353e15c135af7fc302ffe636310541)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0222af11d3..8b529f38f8 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -12627,12 +12627,13 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12627 | 12627 | ||
12628 | <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm> | 12628 | <glossentry id='var-SERIAL_CONSOLE'><glossterm>SERIAL_CONSOLE</glossterm> |
12629 | <info> | 12629 | <info> |
12630 | SERIAL_CONSOLE[doc] = "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. After booting occurs, getty is started on that port so remote login is possible." | 12630 | SERIAL_CONSOLE[doc] = "Defines the serial consoles (TTYs) to enable using getty." |
12631 | </info> | 12631 | </info> |
12632 | <glossdef> | 12632 | <glossdef> |
12633 | <para role="glossdeffirst"> | 12633 | <para role="glossdeffirst"> |
12634 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 12634 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
12635 | Defines a serial console (TTY) to enable using getty. | 12635 | Defines a serial console (TTY) to enable using |
12636 | <ulink url='https://en.wikipedia.org/wiki/Getty_(Unix)'>getty</ulink>. | ||
12636 | Provide a value that specifies the baud rate followed by | 12637 | Provide a value that specifies the baud rate followed by |
12637 | the TTY device name separated by a space. | 12638 | the TTY device name separated by a space. |
12638 | You cannot specify more than one TTY device: | 12639 | You cannot specify more than one TTY device: |
@@ -12657,7 +12658,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
12657 | <glossdef> | 12658 | <glossdef> |
12658 | <para role="glossdeffirst"> | 12659 | <para role="glossdeffirst"> |
12659 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> | 12660 | <!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> --> |
12660 | Defines the serial consoles (TTYs) to enable using getty. | 12661 | Defines a serial console (TTY) to enable using |
12662 | <ulink url='https://en.wikipedia.org/wiki/Getty_(Unix)'>getty</ulink>. | ||
12661 | Provide a value that specifies the baud rate followed by | 12663 | Provide a value that specifies the baud rate followed by |
12662 | the TTY device name separated by a semicolon. | 12664 | the TTY device name separated by a semicolon. |
12663 | Use spaces to separate multiple devices: | 12665 | Use spaces to separate multiple devices: |