diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-12 10:47:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
commit | c1c672e7fabf14664ccd1e44405cd81cf449f596 (patch) | |
tree | 31c81fa15c90df1f16b0704da481b595174fac7a /documentation/ref-manual/variables.rst | |
parent | 6846d4d00bc3a9d4e188ad9c8cfdf6e45cd1ba06 (diff) | |
download | poky-c1c672e7fabf14664ccd1e44405cd81cf449f596.tar.gz |
manuals: final removal of SERIAL_CONSOLE variable
This deprecated variable has been removed for good through
https://git.openembedded.org/openembedded-core/commit/?id=9d053af1fb570b4e3483de4ecd6827e1e0be61b7
(From yocto-docs rev: db22748d8a2bc4c53c6415537c772d2c49220aec)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r-- | documentation/ref-manual/variables.rst | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 8ed55ad7b3..5f5fea344e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7305,19 +7305,6 @@ system and gives an overview of their function and contents. | |||
7305 | :term:`FULL_OPTIMIZATION` unless :term:`DEBUG_BUILD` = "1", in which | 7305 | :term:`FULL_OPTIMIZATION` unless :term:`DEBUG_BUILD` = "1", in which |
7306 | case the value of :term:`DEBUG_OPTIMIZATION` is used. | 7306 | case the value of :term:`DEBUG_OPTIMIZATION` is used. |
7307 | 7307 | ||
7308 | :term:`SERIAL_CONSOLE` | ||
7309 | Defines a serial console (TTY) to enable using | ||
7310 | `getty <https://en.wikipedia.org/wiki/Getty_(Unix)>`__. Provide a | ||
7311 | value that specifies the baud rate followed by the TTY device name | ||
7312 | separated by a space. You cannot specify more than one TTY device:: | ||
7313 | |||
7314 | SERIAL_CONSOLE = "115200 ttyS0" | ||
7315 | |||
7316 | .. note:: | ||
7317 | |||
7318 | The :term:`SERIAL_CONSOLE` variable is deprecated. Please use the | ||
7319 | :term:`SERIAL_CONSOLES` variable. | ||
7320 | |||
7321 | :term:`SERIAL_CONSOLES` | 7308 | :term:`SERIAL_CONSOLES` |
7322 | Defines a serial console (TTY) to enable using | 7309 | Defines a serial console (TTY) to enable using |
7323 | `getty <https://en.wikipedia.org/wiki/Getty_(Unix)>`__. Provide a | 7310 | `getty <https://en.wikipedia.org/wiki/Getty_(Unix)>`__. Provide a |