summaryrefslogtreecommitdiffstats
path: root/templates/feature
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2017-10-31 18:54:36 +0900
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2018-01-03 21:57:03 +0000
commit46eb4a3dbcaeae7eb321d153a577e2ee6460f4c7 (patch)
tree6bf78d5113bb6cbac57eedf4722a21d4292e10fa /templates/feature
parent1695c686b0c3e28ba2a92c0a0fb7a416dfb33d8e (diff)
Enable audio management with Sound Manager automatically
Originally, configuration.xml(Audio policy file for Sound Manager) must be replaced manually to use Sound Manager. And /etc/pulse/default.pa file must be modified not to load module router manually for now. The module-router couldn't coexist with soundmanager for now. (In the future, coexist for supporting legacy apps) This patch enables Audio Management system based on Sound Manager and Genivi Audio Manager automatically. [Patch Set3] - Remove bbappend - Override pulseaudio-config - Override audiomanager-plugins-config - Add PREFERRED_PROVIDER to the packagegroup-hmi-framework.bb [Patch Set6] - Remove recipes related to soundmanager from hmi-framework - Create a new feature as agl-audio-soundmanager-framework [Patch Set7] - Use PROVIDES instead of RPROVIDES Bug-AGL: SPEC-1025, SPEC-1026, SPEC-1027 Change-Id: I26e484e130feac2bedc13839110a6208579b8bbc Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
Diffstat (limited to 'templates/feature')
-rw-r--r--templates/feature/agl-audio-soundmanager-framework/50_bblayers.conf.inc5
-rw-r--r--templates/feature/agl-audio-soundmanager-framework/50_local.conf.inc4
2 files changed, 9 insertions, 0 deletions
diff --git a/templates/feature/agl-audio-soundmanager-framework/50_bblayers.conf.inc b/templates/feature/agl-audio-soundmanager-framework/50_bblayers.conf.inc
new file mode 100644
index 00000000..2ab00c61
--- /dev/null
+++ b/templates/feature/agl-audio-soundmanager-framework/50_bblayers.conf.inc
@@ -0,0 +1,5 @@
+
+BBLAYERS =+ " \
+ ${METADIR}/meta-agl-devel/meta-audio-soundmanager-framework \
+ "
+
diff --git a/templates/feature/agl-audio-soundmanager-framework/50_local.conf.inc b/templates/feature/agl-audio-soundmanager-framework/50_local.conf.inc
new file mode 100644
index 00000000..908ece39
--- /dev/null
+++ b/templates/feature/agl-audio-soundmanager-framework/50_local.conf.inc
@@ -0,0 +1,4 @@
+DISTRO_FEATURES_append = " agl-audio-soundmanager-framework"
+PREFERRED_PROVIDER_virtual/audio-framework = "agl-service-audio-soundmanager"
+PREFERRED_PROVIDER_virtual/pulseaudio-config = "pulseaudio-config-soundmanager"
+PREFERRED_PROVIDER_virtual/audiomanager-plugins-config = "audiomanager-plugins-config-soundmanager"