Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] systemd-serialgetty: fix a typo
@ 2016-02-15  7:47 rongqing.li
  2016-02-15 10:30 ` Burton, Ross
  0 siblings, 1 reply; 4+ messages in thread
From: rongqing.li @ 2016-02-15  7:47 UTC (permalink / raw)
  To: openembedded-core

From: Roy Li <rongqing.li@windriver.com>

it should be SERIAL_CONSOLES, not SERIAL_CONSOLE

Signed-off-by: Roy Li <rongqing.li@windriver.com>
---
 meta/recipes-core/systemd/systemd-serialgetty.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/systemd/systemd-serialgetty.bb b/meta/recipes-core/systemd/systemd-serialgetty.bb
index 768b130..265dc6a 100644
--- a/meta/recipes-core/systemd/systemd-serialgetty.bb
+++ b/meta/recipes-core/systemd/systemd-serialgetty.bb
@@ -4,7 +4,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"
 
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-02-16  6:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-15  7:47 [PATCH] systemd-serialgetty: fix a typo rongqing.li
2016-02-15 10:30 ` Burton, Ross
2016-02-16  2:00   ` Rongqing Li
2016-02-16  6:04     ` Rongqing Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox