From: Chen Qi Date: Mon, 19 May 2014 08:03:28 +0000 (+0800) Subject: runqemu-internal: add "console=ttyS0" to ramfs image kernel parameters X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=99162f2aef8715797bde98d9f9d4b52ddbca4996;p=openembedded-core.git 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. (From OE-Core rev: 3d202594bb92fe75cd70f81345e64c2179b52c32) Signed-off-by: Chen Qi Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index d317dfd242..38745dd126 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -550,7 +550,7 @@ fi if [ "x$RAMFS" = "xtrue" ]; then QEMUOPTIONS="-initrd $ROOTFS -nographic" - KERNCMDLINE="root=/dev/ram0 debugshell" + KERNCMDLINE="root=/dev/ram0 console=ttyS0 debugshell" fi if [ "x$ISOFS" = "xtrue" ]; then