diff options
author | 2012-05-07 16:16:46 +0300 | |
---|---|---|
committer | 2012-05-09 17:43:27 +0300 | |
commit | c597feb8d28da6ce74c4732034fec939adaf7e9f (patch) | |
tree | 80880bd2b760153f3fcb43a4870ec458f3f9169a /scripts/runqemu-internal | |
parent | 7a6d21e2a66dc5490a1d9ed57a10ea7fa852b403 (diff) | |
download | meta-ivi-c597feb8d28da6ce74c4732034fec939adaf7e9f.tar.gz meta-ivi-c597feb8d28da6ce74c4732034fec939adaf7e9f.tar.bz2 meta-ivi-c597feb8d28da6ce74c4732034fec939adaf7e9f.zip |
runqemu-internal: Add $QEMU_NETWORK_CMD to QEMUOPTIONS for vexpress a9.
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
Diffstat (limited to 'scripts/runqemu-internal')
-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 |