]> code.ossystems Code Review - openembedded-core.git/commit
syslinux.bbclass: Fix hard coding of console=tty*
authorJason Wessel <jason.wessel@windriver.com>
Tue, 17 Sep 2013 13:32:16 +0000 (13:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 26 Sep 2013 16:27:23 +0000 (17:27 +0100)
commitcf2fba810a8a59cff71bf2c12e516e9080146604
tree3d613e5ca93a321e01c74edfb2b69c17e39219c1
parent8444199fb598012f54853b010b5e5cce750db89d
syslinux.bbclass: Fix hard coding of console=tty*

The SYSLINUX_SERIAL variable was hard coded and occasionally needs to
be different for the kernel argument vs the syslinux argument.

In the auto-generated boot mode console=tty0 was hard coded, and this
is not needed at all, and causes problems in some cases if a end user
wanted to change the console=... via the kernel boot argument APPEND
mechanism.  The default can be forced with SYSLINUX_DEFAULT_CONSOLE
for systems that need a special specification to enable the frame
buffer instead of a serial port.

[YOCTO #3944]

Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/syslinux.bbclass