diff options
author | Andrei Gherzan <andrei.gherzan@windriver.com> | 2012-05-07 16:16:46 +0300 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-05-16 15:46:24 +0300 |
commit | 71dc37b600288c24610385ef67658441cf0d6ecb (patch) | |
tree | 82c930deddcde925d1b67dc2f883f640e0200021 | |
parent | 4e97639e6b04469e2f47cc6a833909f3f64b517a (diff) | |
download | meta-ivi-71dc37b600288c24610385ef67658441cf0d6ecb.tar.gz meta-ivi-71dc37b600288c24610385ef67658441cf0d6ecb.tar.bz2 meta-ivi-71dc37b600288c24610385ef67658441cf0d6ecb.zip |
runqemu-internal: Add $QEMU_NETWORK_CMD to QEMUOPTIONS for vexpress a9.
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
-rwxr-xr-x | scripts/runqemu-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 4b0d8de..baa446b 100755 --- a/scripts/runqemu-internal +++ b/scripts/runqemu-internal @@ -444,7 +444,7 @@ if [ "$MACHINE" = "vexpressa9" ]; then SCRIPT_QEMU_OPT="$SCRIPT_QEMU_OPT -soundhw all" if [ "$FSTYPE" = "tar.bz2" ]; then KERNCMDLINE="root=/dev/mmcblk0p2 rw mem=1024M raid=noautodetect console=tty0 console=ttyAMA0,38400n8 rootwait vmalloc=256MB devtmpfs.mount=0" - QEMUOPTIONS="-M $MACHINE_SUBTYPE -cpu cortex-a9 -sd $IMGNAME" + QEMUOPTIONS="$QEMU_NETWORK_CMD -M $MACHINE_SUBTYPE -cpu cortex-a9 -sd $IMGNAME" # Add # -serial stdio # To redirect serial to stdio |