summaryrefslogtreecommitdiffstats
path: root/meta-audio-soundmanager-framework/conf
diff options
context:
space:
mode:
authorKazumasa Mitsunari <knimitz@witz-inc.co.jp>2017-10-31 18:54:36 +0900
committerKazumasa Mitsunari <knimitz@witz-inc.co.jp>2017-12-30 01:13:09 -0800
commit9f8e628ff905820a8f81b47dfa6b8f15163f5e0b (patch)
treecf705115c7dc550fd8b53476335eddbcad7d9bdc /meta-audio-soundmanager-framework/conf
parent4acf8041cab11f802974b1741e9fde9be2aaa778 (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 'meta-audio-soundmanager-framework/conf')
-rw-r--r--meta-audio-soundmanager-framework/conf/layer.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-audio-soundmanager-framework/conf/layer.conf b/meta-audio-soundmanager-framework/conf/layer.conf
new file mode 100644
index 00000000..4452bc99
--- /dev/null
+++ b/meta-audio-soundmanager-framework/conf/layer.conf
@@ -0,0 +1,10 @@
+# We have a conf and classes directory, add to BBPATH
+BBPATH .= ":${LAYERDIR}"
+
+# We have recipes-* directories, add to BBFILES
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
+
+BBFILE_COLLECTIONS += "audio-soundmanager-framework"
+BBFILE_PATTERN_audio-soundmanager-framework = "^${LAYERDIR}/"
+BBFILE_PRIORITY_audio-soundmanager-framework = "6"