]> code.ossystems Code Review - openembedded-core.git/commit
runqemu: set console=ttyS0 when running with nographic option
authorScott Garman <scott.a.garman@intel.com>
Thu, 29 Mar 2012 15:57:37 +0000 (08:57 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Mar 2012 21:18:11 +0000 (22:18 +0100)
commit28f05bf6e5da9cd8f01cff50c317233e3064e3cb
tree141979c7e9feef6c667a99a549aa586779b00592
parentb04f6504fe049e3e9dd3998377d1fc2d1ef9a13b
runqemu: set console=ttyS0 when running with nographic option

When passing the nograhic option to the runqemu script, set
console=ttyS0 in the kernel options so the user can view
the kernel boot messages.

This fixes [YOCTO #1475]

Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu