summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorTrevor Gamblin <trevor.gamblin@windriver.com>2021-04-22 11:48:53 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 16:39:03 +0100
commit4aff77c8518fc32727291aa01a658036b3b62118 (patch)
treed3aefc1e8d75ba024af2daa86853f0a5a784c373 /documentation
parentc3c6de21876aad811e08538544c8fe76d22ccd09 (diff)
downloadpoky-4aff77c8518fc32727291aa01a658036b3b62118.tar.gz
ref-manual/variables.rst: Add incompatibility warning for SERIAL_CONSOLES_CHECK
See [YOCTO #13921] Add details to the SERIAL_CONSOLES_CHECK entry to clarify that it doesn't work with read-only rootfs. (From yocto-docs rev: cefd66301a40f9048499879674e467543f704c44) Signed-off-by: Trevor Gamblin <trevor.gamblin@windriver.com> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Reviewed-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/variables.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 64521b89bb..3297a69edf 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -6694,7 +6694,11 @@ system and gives an overview of their function and contents.
6694 SERIAL_CONSOLES_CHECK = "slcp_line0:ttyS0" 6694 SERIAL_CONSOLES_CHECK = "slcp_line0:ttyS0"
6695 6695
6696 This variable is currently only supported with SysVinit (i.e. not 6696 This variable is currently only supported with SysVinit (i.e. not
6697 with systemd). 6697 with systemd). Note that :term:`SERIAL_CONSOLES_CHECK` also requires
6698 ``/etc/inittab`` to be writable when used with SysVinit. This makes it
6699 incompatible with customizations such as the following::
6700
6701 EXTRA_IMAGE_FEATURES += "read-only-rootfs"
6698 6702
6699 :term:`SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS` 6703 :term:`SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS`
6700 A list of recipe dependencies that should not be used to determine 6704 A list of recipe dependencies that should not be used to determine