diff options
author | California Sullivan <california.l.sullivan@intel.com> | 2016-08-18 17:13:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-19 08:40:23 +0100 |
commit | bfd0850e76b3636983d10be6c4b3900170a1e8ff (patch) | |
tree | 1f1c7da116f8355dbc0953e09ca6f0ef196fddd5 | |
parent | dfb899d9c38162b1ade4d6468e56c3cd13678c0a (diff) | |
download | poky-bfd0850e76b3636983d10be6c4b3900170a1e8ff.tar.gz |
ref-manual: Update SERIAL_CONSOLES_CHECK description
The previous description was not accurate. Looking at the code,
SERIAL_CONSOLES_CHECK does not act like SERIAL_CONSOLES, as it
will not add consoles to enable but only check and disable
consoles defined by SERIAL_CONSOLES. Also, the previous patch
adds aliasing functionality that needed to be documented.
I (Scott Rifenbark) did a bit of word-smithing here from the
original patch.
(From yocto-docs rev: 55d07048e831f0dbc955b74e029fe26ed276675b)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 1221cab7ae..83706ab551 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -11675,7 +11675,7 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
11675 | 11675 | ||
11676 | <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm> | 11676 | <glossentry id='var-SERIAL_CONSOLES_CHECK'><glossterm>SERIAL_CONSOLES_CHECK</glossterm> |
11677 | <info> | 11677 | <info> |
11678 | SERIAL_CONSOLES_CHECK[doc] = "Specifies serial consoles, which must be listed in SERIAL_CONSOLES, to check against /proc/console before enabling them using getty. Supported only by SysVinit." | 11678 | SERIAL_CONSOLES_CHECK[doc] = "Selected SERIAL_CONSOLES to check against /proc/console before enabling using getty. Supported only by SysVinit." |
11679 | </info> | 11679 | </info> |
11680 | <glossdef> | 11680 | <glossdef> |
11681 | <para role="glossdeffirst"> | 11681 | <para role="glossdeffirst"> |