]> code.ossystems Code Review - openembedded-core.git/commit
runqemu-internal: add "console=ttyS0" to ramfs image kernel parameters
authorChen Qi <Qi.Chen@windriver.com>
Mon, 19 May 2014 08:03:28 +0000 (16:03 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 21 May 2014 08:08:10 +0000 (09:08 +0100)
commit3d202594bb92fe75cd70f81345e64c2179b52c32
treed63841fc13ea2036218eddc903619140f6eeffed
parent48c09163db18634e3071009b94645812ade285f4
runqemu-internal: add "console=ttyS0" to ramfs image kernel parameters

We need this kernel command parameter so that when we start a ramfs
image, we can actually get some output. Although we can make this
happen by specifying the 'bootparams' for the 'runqemu' command, it's
better to make this the default behaviour.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
scripts/runqemu-internal