For the intel-common BSPs, assume a default serial console of ttyS0 at 115200 BAUD. This will ensure the configuration is in place and is easy to find and modify on the resulting images.
Signed-off-by: Darren Hart <[email protected]> --- conf/machine/intel-core2-32.conf | 4 ++++ conf/machine/intel-corei7-64.conf | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/conf/machine/intel-core2-32.conf b/conf/machine/intel-core2-32.conf index 20c039d..62e1b7c 100644 --- a/conf/machine/intel-core2-32.conf +++ b/conf/machine/intel-core2-32.conf @@ -17,3 +17,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_MODESETTING} \ ${XSERVER_X86_VESA} \ " + +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" diff --git a/conf/machine/intel-corei7-64.conf b/conf/machine/intel-corei7-64.conf index df4bbb1..d585bdf 100644 --- a/conf/machine/intel-corei7-64.conf +++ b/conf/machine/intel-corei7-64.conf @@ -18,3 +18,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \ ${XSERVER_X86_MODESETTING} \ ${XSERVER_X86_VESA} \ " + +SYSLINUX_OPTS = "serial 0 115200" +SERIAL_CONSOLE = "115200 ttyS0" +APPEND += "console=ttyS0,115200 console=tty0" -- 1.8.5.3 _______________________________________________ meta-intel mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-intel
