summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-13 15:57:31 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:15 +0100
commit648a39c514925053e3d21400f745118b90f8572c (patch)
treebdebd4993a3b9abe2646b9c986ae424419561478 /documentation
parent67d4af220df4f4326d46f59ed79fec0fa3a22abb (diff)
downloadpoky-648a39c514925053e3d21400f745118b90f8572c.tar.gz
dev-manual: Replaced SERIAL_CONSOLE with SERIAL_CONSOLES
The former is deprecated. (From yocto-docs rev: 1a1f89d91ceeb35f8cb5c2f9fc42fdb089ffc05c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index b58ba36e51..c11f2b3ff7 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -8265,7 +8265,7 @@ Some notes from Cal:
8265 These types of situations are usually due to references 8265 These types of situations are usually due to references
8266 to machine-specific variables such as 8266 to machine-specific variables such as
8267 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>, 8267 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>,
8268 <ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLE'><filename>SERIAL_CONSOLE</filename></ulink>, 8268 <ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></ulink>,
8269 <ulink url='&YOCTO_DOCS_REF_URL;#var-XSERVER'><filename>XSERVER</filename></ulink>, 8269 <ulink url='&YOCTO_DOCS_REF_URL;#var-XSERVER'><filename>XSERVER</filename></ulink>,
8270 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></ulink>, 8270 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE_FEATURES'><filename>MACHINE_FEATURES</filename></ulink>,
8271 and so forth in code that is supposed to only be 8271 and so forth in code that is supposed to only be