diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-24 13:51:45 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-24 13:51:45 +0000 |
commit | dba4931a298318da1d86a7f171025a4c32b4f11f (patch) | |
tree | ac78d81695fac278cc6d3d9dd907f08728dd714b /scripts | |
parent | e0fdf7f653c5db95c33ada81d1c558e004babd13 (diff) | |
download | poky-dba4931a298318da1d86a7f171025a4c32b4f11f.tar.gz |
scripts/poky-qemu-internal: Fix networking on qemuarm ext2 images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4940 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/poky-qemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-qemu-internal b/scripts/poky-qemu-internal index aede0d6983..9239a3fa52 100755 --- a/scripts/poky-qemu-internal +++ b/scripts/poky-qemu-internal | |||
@@ -89,7 +89,7 @@ fi | |||
89 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then | 89 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then |
90 | QEMU=qemu-system-arm | 90 | QEMU=qemu-system-arm |
91 | if [ "$TYPE" = "ext2" ]; then | 91 | if [ "$TYPE" = "ext2" ]; then |
92 | KERNCMDLINE="root=/dev/sda console=ttyAMA0 console=tty0 mem=$QEMU_MEMORY" | 92 | KERNCMDLINE="root=/dev/sda console=ttyAMA0 console=tty0 $KERNEL_NETWORK_CMD mem=$QEMU_MEMORY" |
93 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet -no-reboot" | 93 | QEMUOPTIONS="$QEMU_NETWORK_CMD -M versatilepb -hda $HDIMAGE -usb -usbdevice wacom-tablet -no-reboot" |
94 | fi | 94 | fi |
95 | if [ "$TYPE" = "nfs" ]; then | 95 | if [ "$TYPE" = "nfs" ]; then |