[oe-commits] [openembedded-core] 11/18: systemd-serialgetty: allow baud rate overriding

git at git.openembedded.org git at git.openembedded.org
Mon Apr 11 21:04:00 UTC 2016


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

commit 4e9d7fc44a1fcefe15dd66905ae0dbbc7dc1ca9d
Author: Awais Belal <awais_belal at mentor.com>
AuthorDate: Mon Apr 11 00:29:14 2016 -0700

    systemd-serialgetty: allow baud rate overriding
    
    In case a getty is required on a UART which is not being
    used as the kernel console, the current agetty invocation
    fails to obey the baud rate configured through the
    SERIAL_CONSOLES variable because it uses --keep-baud.
    
    (From OE-Core master rev: b54b73834e73d55de1038b55d0a4d7f49cda52d0)
    
    Signed-off-by: Awais Belal <awais_belal at mentor.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
    Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service
index 182167b..e8b027e 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service
+++ b/meta/recipes-core/systemd/systemd-serialgetty/serial-getty at .service
@@ -21,7 +21,7 @@ IgnoreOnIsolate=yes
 
 [Service]
 Environment="TERM=xterm"
-ExecStart=-/sbin/agetty -8 -L --keep-baud %I @BAUDRATE@ $TERM
+ExecStart=-/sbin/agetty -8 -L %I @BAUDRATE@ $TERM
 Type=idle
 Restart=always
 RestartSec=0

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


More information about the Openembedded-commits mailing list