]> code.ossystems Code Review - openembedded-core.git/commit
syslinux.bbclass: Fix default serial port string
authorJason Wessel <jason.wessel@windriver.com>
Wed, 30 Oct 2013 03:04:32 +0000 (22:04 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 12 Dec 2013 16:53:03 +0000 (16:53 +0000)
commit042e0f59d058c5caad4a3b8e8f08ec724d5c837b
tree21963cf86803452a6343ebf2409afefbdeee6913
parentccb25cd9df9ed4b84b74170336cfde5c1dc3d013
syslinux.bbclass: Fix default serial port string

The default value of SYSLINUX_SERIAL_TTY is not correct.

It should be console=ttyS0,115200 else the boot string generated in
the syslinux menus for the serial choice is not correct.  The kernel
boot parameters will get set to:

/vmlinuz initrd=/initrd LABEL=boot root=/dev/ram0 ttyS0,115200

Note that the above is missing the "console="

The default value will now work the same as the value found in
grub-efi.bbclass.

(From OE-Core master rev: fbc864241933c6f40814f47e7a85dd71ce255393)

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>
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/classes/syslinux.bbclass