[oe-commits] Andrei Dinu : Disabling audio on when running runqemu qemuarm

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 17:44:06 UTC 2012


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

Author: Andrei Dinu <andrei.adrianx.dinu at intel.com>
Date:   Thu Dec 13 18:08:08 2012 +0200

Disabling audio on when running runqemu qemuarm

Added the change that prevented runqemu to throw
sound errors.

[YOCTO #3528]

Signed-off-by: Andrei Dinu <andrei.adrianx.dinu at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

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

diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal
index 7ca00f8..d5c0057 100755
--- a/scripts/runqemu-internal
+++ b/scripts/runqemu-internal
@@ -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





More information about the Openembedded-commits mailing list