summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-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