From 1b0c0f290290ff62fa7773379eb3898442d539c4 Mon Sep 17 00:00:00 2001 From: Andrei Dinu Date: Thu, 13 Dec 2012 18:08:08 +0200 Subject: Disabling audio on when running runqemu qemuarm Added the change that prevented runqemu to throw sound errors. [YOCTO #3528] (From OE-Core rev: 0ddcd2ce24f0cc65561e2d26c9d63048beedc40e) Signed-off-by: Andrei Dinu Signed-off-by: Richard Purdie --- scripts/runqemu-internal | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts') diff --git a/scripts/runqemu-internal b/scripts/runqemu-internal index 7ca00f8fa0..d5c00570ad 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 -- cgit v1.2.3-54-g00ecf