[OE-core] [PATCH] systemd-serialgetty: fix a typo

rongqing.li at windriver.com rongqing.li at windriver.com
Mon Feb 15 07:47:57 UTC 2016


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

it should be SERIAL_CONSOLES, not SERIAL_CONSOLE

Signed-off-by: Roy Li <rongqing.li at 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




More information about the Openembedded-core mailing list