diff options
author | 2015-01-08 16:04:41 +0100 | |
---|---|---|
committer | 2015-01-09 15:25:44 +0100 | |
commit | 11a6dd35ae6b286d2647988e0d73ab3842ed68f4 (patch) | |
tree | 8d2bbef712c6f51b4521a82d1d8c10d6774f8bc7 /meta-ivi/recipes-devtools | |
parent | 4e0eaacadf547e863345663c86e0ddc1587912b3 (diff) | |
download | meta-ivi-11a6dd35ae6b286d2647988e0d73ab3842ed68f4.tar.gz meta-ivi-11a6dd35ae6b286d2647988e0d73ab3842ed68f4.tar.bz2 meta-ivi-11a6dd35ae6b286d2647988e0d73ab3842ed68f4.zip |
qemu: add configuration to support pulseaudio as audio driver
Configure QEMU to support pulseaudio as audio driver.
With this you should be able to run QEMU with sound like so:
% QEMU_AUDIO_DRV=pa runqemu ivi-image-demo qemux86-64 \
qemuparams="-soundhw ac97"
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
Diffstat (limited to 'meta-ivi/recipes-devtools')
-rw-r--r-- | meta-ivi/recipes-devtools/qemu/qemu_2.%.bbappend | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ivi/recipes-devtools/qemu/qemu_2.%.bbappend b/meta-ivi/recipes-devtools/qemu/qemu_2.%.bbappend index 45d0fde..54b5b8a 100644 --- a/meta-ivi/recipes-devtools/qemu/qemu_2.%.bbappend +++ b/meta-ivi/recipes-devtools/qemu/qemu_2.%.bbappend @@ -1 +1,3 @@ PACKAGECONFIG_append = " virtfs libusb" + +EXTRA_OECONF += " --audio-drv-list=pa" |