[oe-commits] [openembedded-core] 13/15: meta: replace deprecated "SERIAL_CONSOLE"

git at git.openembedded.org git at git.openembedded.org
Thu Aug 9 22:55:20 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 5499b6fbf75af0fb075172c8f4539780221d688e
Author: Maciej Pijanowski <maciej.pijanowski at 3mdeb.com>
AuthorDate: Wed Aug 8 22:27:54 2018 +0200

    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 at 3mdeb.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/conf/machine/include/x86-base.inc           | 2 +-
 meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/conf/machine/include/x86-base.inc b/meta/conf/machine/include/x86-base.inc
index be037be..06de778 100644
--- a/meta/conf/machine/include/x86-base.inc
+++ b/meta/conf/machine/include/x86-base.inc
@@ -12,7 +12,7 @@ IMAGE_FSTYPES ?= "hddimg"
 
 KERNEL_IMAGETYPE ?= "bzImage"
 
-SERIAL_CONSOLE ?= "115200 ttyS0"
+SERIAL_CONSOLES ?= "115200;ttyS0"
 
 #
 # kernel-related variables
diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index d67a3c9..65a931f 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/GPL-2.0;md5=80
 
 PR = "r5"
 
-SERIAL_CONSOLE ?= "115200 ttyS0"
+SERIAL_CONSOLES ?= "115200;ttyS0"
 
 SRC_URI = "file://serial-getty@.service"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list