[oe-commits] Saul Wold : runqemu-internal: Add console=tty for qemuppc and NFS

git at git.openembedded.org git at git.openembedded.org
Fri Apr 6 00:17:39 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 1a82989345fb98becb487d270fd93a5e6dffeb47
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=1a82989345fb98becb487d270fd93a5e6dffeb47

Author: Saul Wold <sgw at linux.intel.com>
Date:   Thu Apr  5 13:14:06 2012 -0700

runqemu-internal: Add console=tty for qemuppc and NFS

Adding this to the nfs to match the ext3 kernelcmdline, this re-enables
keyboard input on the qemuppc.

[YOCTO #2058]

Thanks to Yi Zhao <yi.zhao at windriver.com> for the initial patch suggestion

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 scripts/runqemu-internal |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index 92f245a..1831a09 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -404,7 +404,7 @@ if [ "$MACHINE" = "qemuppc" ]; then
             cleanup
             return
         fi
-        KERNCMDLINE="root=/dev/nfs console=ttyS0 nfsroot=$NFS_SERVER:$NFS_DIR,$UNFS_OPTS rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
+        KERNCMDLINE="root=/dev/nfs console=ttyS0 console=tty nfsroot=$NFS_SERVER:$NFS_DIR,$UNFS_OPTS rw $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY"
         QEMUOPTIONS="$QEMU_NETWORK_CMD -cpu $CPU_SUBTYPE -M $MACHINE_SUBTYPE -no-reboot $QEMU_UI_OPTIONS"
     fi
 fi





More information about the Openembedded-commits mailing list