]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
meta: replace deprecated "SERIAL_CONSOLE"
authorMaciej Pijanowski <maciej.pijanowski@3mdeb.com>
Wed, 8 Aug 2018 20:27:54 +0000 (22:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Aug 2018 10:36:22 +0000 (11:36 +0100)
commite5bde3d466869df9fce559e49842ac245153d045
tree3c215714040b2c69e132a31fa7f5ca2757f5db75
parent70b41b3c335a80b4ac243f468f22331d261299db
meta: replace deprecated "SERIAL_CONSOLE"

SERIAL_CONSOLE was already deprecated in 2013, yet still some
machine configuration files were using it. This patch replaces
it with SERIAL_CONSOLES, which is the successor.

The default value in systemd-serialgetty.bb can also be safely
transitioned from SERIAL_CONSOLE to SERIAL_CONSOLES, as this
recipe already uses SERIAL_CONSOLES within do_install().

The documentation seems to be already up do date.
beaglebone-yocto.conf in the bsp-guide already uses
SERIAL_CONSOLES. The ref-manual redirects from SERIAL_CONSOLE
to SERIAL_CONSOLES.

[YOCTO #12653]

Signed-off-by: Maciej Pijanowski <maciej.pijanowski@3mdeb.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/machine/include/x86-base.inc
meta/recipes-core/systemd/systemd-serialgetty.bb