summaryrefslogtreecommitdiffstats
path: root/meta-hmi-framework/recipes-multimedia/libsoundmanager
AgeCommit message (Collapse)AuthorFilesLines
2017-12-30Enable audio management with Sound Manager automaticallyKazumasa Mitsunari1-15/+0
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>
2017-11-05Allow SRCREV handling through poky-agl.confeel_4.99.2eel/4.99.24.99.2Jan-Simon Möller1-1/+1
This change simplifies the SRCREV handling by using - AGL_APP_REVISION and AGL_DEFAULT_REVISION in recipes. Also the AGL_BRANCH can be used to switch to release branches. Change-Id: Ia9e50ac6ffa8a46c1fa536c96adf740821db22af Bug-AGL: SPEC-864 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-02Recipe style fixes in meta-hmi-frameworkJan-Simon Möller1-3/+5
This change applies the standard bitbake recipe layout, especially it fixes: - DEPENDS before inherit (as we might DEPENDS += in the inherit !) - 'S =' below SRC_URI (style nitpick) - DESCRIPTION being present These changes are just 'formatting' but worst case we see a difference in DEPENDS due to the corrected ordering. Change-Id: I9c82114c4f4e86a59e73e3ebcdc063b2ed6bd4f1 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2017-11-01Update libsoundmanager SRCREVKazumasa Mitsunari1-1/+1
Update agl-service-soundmanager-2017 SRCREV to master. <cda4a958e85d397bae142fbe6068a3e17d4aa935> Related change : https://gerrit.automotivelinux.org/gerrit/#/c/11579/3 Change-Id: Ibf871c58845b4cbe8e043ad6bad0711f41e7510a Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
2017-10-31Add libsoundmanager library recipeKazumasa Mitsunari1-0/+13
[PatchSet2] Move S variable after SRC_URI Change-Id: Idb3b04e4a2f2af59fc88934ce1807530fc4d5564 Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>