diff options
author | Manuel Bachmann <mbc@iot.bzh> | 2016-07-20 15:52:27 +0000 |
---|---|---|
committer | Manuel Bachmann <mbc@iot.bzh> | 2016-07-20 15:52:27 +0000 |
commit | eb97aa262140951ee881d9dced2e90baab2abf41 (patch) | |
tree | 900184c9a142b8616290eccfb7d4d111a447ecb4 /meta-ivi-common/recipes-core/packagegroups | |
parent | d0de03bb94678140e149e6923c7321db8a71b40c (diff) |
Add PulseAudio server and systemd service
This commit adds the PulseAudio server to the image, and a
related systemd service for automatic startup.
This change is motivated by an Audio Routing model
involving a PulseAudio plugin and a AudioManager interface,
as described on: https://wiki.automotivelinux.org/
eg-ui-graphics-req-audiorouting .
PulseAudio server is launched in user mode.
("paplay <file>.wav" may verify the functionality)
Change-Id: I12e2bfb2af5494e530e29bda77b0d88999cf7b4b
Signed-off-by: Manuel Bachmann <mbc@iot.bzh>
Diffstat (limited to 'meta-ivi-common/recipes-core/packagegroups')
-rw-r--r-- | meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb index 40cd116dd..75e496290 100644 --- a/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb +++ b/meta-ivi-common/recipes-core/packagegroups/packagegroup-ivi-common-core-multimedia.bb @@ -14,6 +14,8 @@ ALLOW_EMPTY_${PN} = "1" RDEPENDS_${PN} += "\ alsa-lib \ alsa-utils \ + pulseaudio-server \ + pulseaudio-misc \ agl-audio-plugin \ gstreamer1.0-meta-base \ " |