[poky] [PATCH] Disabling audio on when running runqemu qemuarm
Andrei Dinu
andrei.adrianx.dinu at intel.com
Thu Dec 13 08:08:08 PST 2012
Added the change that prevented runqemu to throw
sound errors.
[YOCTO #3528]
Signed-off-by: Andrei Dinu <andrei.adrianx.dinu at intel.com>
---
scripts/runqemu-internal | 1 +
1 file changed, 1 insertion(+)
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
--
1.7.9.5
More information about the poky
mailing list