summaryrefslogtreecommitdiffstats
path: root/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
diff options
context:
space:
mode:
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>2019-06-09 22:57:23 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-06-11 13:53:50 +0000
commit644a2d10516118f9a3bb3ae1c7392e9cf38bc650 (patch)
tree92923deb9221ac97df0a248a2b65a03fa0578378 /recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
parent3f479f2489be1f038b2ce2b51117d8b3a0dfa9e4 (diff)
Changes to support the switch to pipewire
This moves all soundmanager components off into meta-agl-devel/meta-audio-soundmanager-framework . Soundmanager is not supported in HH. Furthermore, I simplified the image and packagegroup recipes. Feature templates were modified to reflect the change as well. Bug-AGL: SPEC-2473 Change-Id: I48b437fb2ed727ed362d92af56596096df62dd8d Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
Diffstat (limited to 'recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb')
-rw-r--r--recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb b/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
index 7ee36044..34622efd 100644
--- a/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
+++ b/recipes-platform/packagegroups/packagegroup-agl-ivi-multimedia.bb
@@ -16,8 +16,12 @@ RDEPENDS_${PN} += "\
lightmediascanner-meta \
"
+# for now: enable here for the AGL IVI demo (image-ivi and demo-platform)
+# tbd: change based on usage in profiles
+PIPEWIRE = "\
+ ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', 'packagegroup-pipewire', '', d)}\
+ "
+
RDEPENDS_${PN} += "\
- ${@bb.utils.contains('DISTRO_FEATURES', 'pipewire', '', \
- bb.utils.contains('DISTRO_FEATURES', 'agl-audio-4a-framework', '' , \
- bb.utils.contains('DISTRO_FEATURES','pulseaudio','virtual/pulseaudio-config','',d), d), d)} \
+ ${PIPEWIRE} \
"