summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2023-11-03 15:22:11 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-11-06 22:52:27 +0000
commit5466a06f17de944ce507b2a65931f0c989c17e93 (patch)
tree24b78d6de6407bc2aae78abc951148d01d7f0202 /documentation/ref-manual
parentf89f69bc04c265712f68bfde4b1f0a9cac6d46e7 (diff)
downloadpoky-5466a06f17de944ce507b2a65931f0c989c17e93.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>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/variables.rst17
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