diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-04-05 08:03:04 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:17:42 +0100 |
commit | c4995202d871d5d4e21035ffbd01906baa8ab4da (patch) | |
tree | b1393f1c05482e9e0ab016b55810d8bd139c3eff | |
parent | 34208c4b39945825fb4824a3354ae4d20d37a319 (diff) | |
download | poky-c4995202d871d5d4e21035ffbd01906baa8ab4da.tar.gz |
bsp-guide: Swapped SERIAL_CONSOLES for SERIAL_CONSOLE
The latter has been deprecated.
(From yocto-docs rev: 1f0f423f89d7727aace64b2cfe0b11b0a4bbc7e3)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index b22297bc1d..b17e826539 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -1907,7 +1907,7 @@ | |||
1907 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" | 1907 | IMAGE_INSTALL_append = " kernel-devicetree kernel-image-zimage" |
1908 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" | 1908 | do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot" |
1909 | 1909 | ||
1910 | SERIAL_CONSOLE = "115200 ttyO0" | 1910 | SERIAL_CONSOLES = "115200;ttyO0" |
1911 | 1911 | ||
1912 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 1912 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
1913 | PREFERRED_VERSION_linux-yocto ?= "4.12%" | 1913 | PREFERRED_VERSION_linux-yocto ?= "4.12%" |
@@ -2047,7 +2047,7 @@ | |||
2047 | image. | 2047 | image. |
2048 | </para></listitem> | 2048 | </para></listitem> |
2049 | <listitem><para> | 2049 | <listitem><para> |
2050 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLE'><filename>SERIAL_CONSOLE</filename></ulink>: | 2050 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SERIAL_CONSOLES'><filename>SERIAL_CONSOLES</filename></ulink>: |
2051 | Defines a serial console (TTY) to enable using | 2051 | Defines a serial console (TTY) to enable using |
2052 | getty. | 2052 | getty. |
2053 | In this case, the baud rate is "115200" and the | 2053 | In this case, the baud rate is "115200" and the |