summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 10:15:32 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:51 +0100
commit46b76d4b40da37fbf94daba736a1787b969293d2 (patch)
tree265ea9a76bbe98820cd4c20acdac0d269d266064 /documentation
parent5cb082812952fff8c07a4f0948f0d98f0650c70a (diff)
downloadpoky-46b76d4b40da37fbf94daba736a1787b969293d2.tar.gz
ref-manual: Updated the SERIAL_CONSOLE variable
Added minor wording to the note. (From yocto-docs rev: 1c575ad8ef6823a66adcc0b4e223ecb55226f13f) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 49632365d2..6be2b7a097 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4599,7 +4599,8 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4599 SERIAL_CONSOLE = "115200 ttyS0" 4599 SERIAL_CONSOLE = "115200 ttyS0"
4600 </literallayout> 4600 </literallayout>
4601 <note> 4601 <note>
4602 The <filename>SERIAL_CONSOLE</filename> is deprecated. 4602 The <filename>SERIAL_CONSOLE</filename> variable
4603 is deprecated.
4603 Please use the 4604 Please use the
4604 <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link> 4605 <link linkend='var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></link>
4605 variable. 4606 variable.