diff options
author | Jason Wessel <jason.wessel@windriver.com> | 2013-10-29 22:04:32 -0500 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2013-10-31 23:57:03 -0700 |
commit | fbc864241933c6f40814f47e7a85dd71ce255393 (patch) | |
tree | 87c0dbee460968e69dabfa175402ca397fcb9863 /meta/recipes-devtools/elfutils | |
parent | 154ecc40c289b15fe9cbb33befb20dd10112e788 (diff) | |
download | openembedded-core-fbc864241933c6f40814f47e7a85dd71ce255393.tar.gz openembedded-core-fbc864241933c6f40814f47e7a85dd71ce255393.tar.bz2 openembedded-core-fbc864241933c6f40814f47e7a85dd71ce255393.zip |
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.
Signed-off-by: Jason Wessel <jason.wessel@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-devtools/elfutils')
0 files changed, 0 insertions, 0 deletions