[meta-intel] [PATCH][v2] intel-core2-32: Correct SERIAL_CONSOLES entry

Saul Wold sgw at linux.intel.com
Wed Sep 30 07:37:21 PDT 2015


When adding multiple console entries, the correct format is to use ;
and SERIAL_CONSOLES, not SERIAL_CONSOLE.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
v2: removed extranous code & added ; in console definition
 conf/machine/intel-core2-32.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf
index d9478fc..5c870d9 100644
--- a/conf/machine/intel-core2-32.conf
+++ b/conf/machine/intel-core2-32.conf
@@ -29,5 +29,5 @@ XSERVER ?= "${XSERVER_X86_BASE} \
            "
 
 SYSLINUX_OPTS = "serial 0 115200"
-SERIAL_CONSOLE = "115200 ttyS0 115200 ttyPCH0"
+SERIAL_CONSOLES = "115200;ttyS0 115200;ttyPCH0"
 APPEND += "console=ttyS0,115200 console=ttyPCH0,115200 console=tty0"
-- 
2.1.4



More information about the meta-intel mailing list