diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-11-03 15:22:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-11-06 22:52:32 +0000 |
commit | 4eabedf187cb06ede136586ab8ce67dcc2afed9a (patch) | |
tree | be7425b26373105f38550929a69e4b1fa0dfc4b1 | |
parent | a9003d3a83fdc987c876953ea95850d57d5f5cdc (diff) | |
download | poky-4eabedf187cb06ede136586ab8ce67dcc2afed9a.tar.gz |
ref-manual: variables: remove SERIAL_CONSOLES_CHECK
No longer in use in Poky (dropped in Nanbield through
multiple commits)
(From yocto-docs rev: e5d39e85a0db27bfc857fae9649f799179888eee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/variables.rst | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 38c63d6179..3002bda3ff 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -7641,23 +7641,6 @@ system and gives an overview of their function and contents. | |||
7641 | 7641 | ||
7642 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" | 7642 | SERIAL_CONSOLES = "115200;ttyS0 115200;ttyS1" |
7643 | 7643 | ||
7644 | :term:`SERIAL_CONSOLES_CHECK` | ||
7645 | Specifies serial consoles, which must be listed in | ||
7646 | :term:`SERIAL_CONSOLES`, to check against | ||
7647 | ``/proc/console`` before enabling them using getty. This variable | ||
7648 | allows aliasing in the format: <device>:<alias>. If a device was | ||
7649 | listed as "sclp_line0" in ``/dev/`` and "ttyS0" was listed in | ||
7650 | ``/proc/console``, you would do the following:: | ||
7651 | |||
7652 | SERIAL_CONSOLES_CHECK = "slcp_line0:ttyS0" | ||
7653 | |||
7654 | This variable is currently only supported with SysVinit (i.e. not | ||
7655 | with systemd). Note that :term:`SERIAL_CONSOLES_CHECK` also requires | ||
7656 | ``/etc/inittab`` to be writable when used with SysVinit. This makes it | ||
7657 | incompatible with customizations such as the following:: | ||
7658 | |||
7659 | EXTRA_IMAGE_FEATURES += "read-only-rootfs" | ||
7660 | |||
7661 | :term:`SETUPTOOLS_BUILD_ARGS` | 7644 | :term:`SETUPTOOLS_BUILD_ARGS` |
7662 | When used by recipes that inherit the :ref:`ref-classes-setuptools3` | 7645 | When used by recipes that inherit the :ref:`ref-classes-setuptools3` |
7663 | class, this variable can be used to specify additional arguments to be | 7646 | class, this variable can be used to specify additional arguments to be |