]> code.ossystems Code Review - openembedded-core.git/commitdiff
Disabling audio on when running runqemu qemuarm
authorAndrei Dinu <andrei.adrianx.dinu@intel.com>
Thu, 13 Dec 2012 16:08:08 +0000 (18:08 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Dec 2012 08:57:59 +0000 (08:57 +0000)
Added the change that prevented runqemu to throw
sound errors.

[YOCTO #3528]

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/runqemu-internal

index 7ca00f8fa090efc1a7ece354a4ea42420f765033..d5c00570add017edb2ac2340aefaeaa6c9ee10ec 100755 (executable)
@@ -302,6 +302,7 @@ fi
 if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then
     QEMU=qemu-system-arm
     MACHINE_SUBTYPE=versatilepb
+    export QEMU_AUDIO_DRV="none"
     QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS"
     # QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -force-pointer"
     if [ "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then