diff options
author | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-10-31 18:54:36 +0900 |
---|---|---|
committer | Kazumasa Mitsunari <knimitz@witz-inc.co.jp> | 2017-12-30 01:13:09 -0800 |
commit | 9f8e628ff905820a8f81b47dfa6b8f15163f5e0b (patch) | |
tree | cf705115c7dc550fd8b53476335eddbcad7d9bdc /meta-hmi-framework | |
parent | 4acf8041cab11f802974b1741e9fde9be2aaa778 (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-hmi-framework')
2 files changed, 0 insertions, 34 deletions
diff --git a/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb b/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb deleted file mode 100644 index 9f9e5643..00000000 --- a/meta-hmi-framework/recipes-multimedia/agl-service-soundmanager-2017/agl-service-soundmanager-2017_git.bb +++ /dev/null @@ -1,19 +0,0 @@ -SUMMARY = "Sound Manager binding" -DESCRIPTION = "Sound Manager is the service binding to communicate \ - with Genivi Audio Manager. Genivi Audio Manager is \ - the policy manager for sound. It controls volume \ - and routing according to various situations. \ - " -HOMEPAGE = "https://wiki.automotivelinux.org/soundmanager" -SECTION = "multimedia" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" - -DEPENDS = "dbus glib-2.0 af-binder json-c" -RDEPENDS_${PN} = "audiomanager audiomanager-plugins" - -inherit cmake aglwgt - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/apps/agl-service-soundmanager-2017;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "71e9700fe906fff4f111bc70d025912ee5dd095a" -S = "${WORKDIR}/git" diff --git a/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb b/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb deleted file mode 100644 index e6943701..00000000 --- a/meta-hmi-framework/recipes-multimedia/libsoundmanager/libsoundmanager_git.bb +++ /dev/null @@ -1,15 +0,0 @@ -SUMMARY = "Sound Manager client library for applications" -DESCRIPTION = "Sound Manager client library for applications built with recipe" -HOMEPAGE = "https://wiki.automotivelinux.org/soundmanager" -SECTION = "multimedia" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=ae6497158920d9524cf208c09cc4c984" - -DEPENDS = "af-binder json-c" -RDEPENDS_${PN} = "agl-service-soundmanager-2017" - -inherit cmake - -SRC_URI = "git://gerrit.automotivelinux.org/gerrit/staging/libsoundmanager.git;protocol=https;branch=${AGL_BRANCH}" -SRCREV = "cda4a958e85d397bae142fbe6068a3e17d4aa935" -S = "${WORKDIR}/git" |