diff options
author | Andrei Dinu <andrei.adrianx.dinu@intel.com> | 2012-12-13 18:08:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-14 08:58:19 +0000 |
commit | 1b0c0f290290ff62fa7773379eb3898442d539c4 (patch) | |
tree | d27807590764bf3c96d5133568f3a76a90476f81 | |
parent | 936c460ab8ab71d29e768e8e417abd477ece4166 (diff) | |
download | poky-1b0c0f290290ff62fa7773379eb3898442d539c4.tar.gz |
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 <andrei.adrianx.dinu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rwxr-xr-x | scripts/runqemu-internal | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
302 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then | 302 | if [ "$MACHINE" = "qemuarm" -o "$MACHINE" = "qemuarmv6" -o "$MACHINE" = "qemuarmv7" ]; then |
303 | QEMU=qemu-system-arm | 303 | QEMU=qemu-system-arm |
304 | MACHINE_SUBTYPE=versatilepb | 304 | MACHINE_SUBTYPE=versatilepb |
305 | export QEMU_AUDIO_DRV="none" | ||
305 | QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS" | 306 | QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS" |
306 | # QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -force-pointer" | 307 | # QEMU_UI_OPTIONS="$QEMU_UI_OPTIONS -force-pointer" |
307 | if [ "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then | 308 | if [ "$FSTYPE" = "ext3" -o "$FSTYPE" = "btrfs" ]; then |