Age | Commit message (Collapse) | Author | Files | Lines |
|
Bug-AGL: SPEC-2423
.
Change-Id: I271e11365c1fcd71ad6b3dca875e44fd8bb47357
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Changes include:
- Add LAYERSERIES_COMPAT definitions to layer.conf files
- Disable pulseaudio-module-4a-client for now as it does not compile
against PulseAudio 12.x
- Remove meta-audio-4a-framework/recipes-devtools/python/python3-websockets_4.0.1.bb
as it is superseded by upstream
- Add OECMAKE_GENERATOR = "Unix Makefiles" to 4a-alsa-core, 4a-hal-generic,
4a-hal-unicens, and 4a-softmixer recipes for now to work around CMake+ninja
issue
- Remove alsa 1.1.6 recipes from meta-audio-4a-framework/recipes-multimedia/alsa
as they are superseded by upstream. Local changes to the alsa-plugins
recipe have been implemented in a bbappend.
Known issues:
- pulseaudio-module-4a-client has been disabled
- CMake+ninja issue in cmake-apps-module has been worked around with
OECMAKE_GENERATOR
Bug-AGL: SPEC-1837
Change-Id: I5355e9f74e2385a093ca21cda5bd52a80e1a6e67
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
|
|
Change repositories from staging.
Following commits are included
agl-service-soundmanager
5106b9d Change .gitreview
libsoundmanager
7322b82 Change .gitreview
Change-Id: I5324f4a4552cd4461631719ebe1c01fa5ddde08a
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
enable soundmanager to receive AudioManager signal such like
asyncConnect.
Change-Id: If30fe737ede4099d26e173ebbec28b8940c48b71
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
These aliased recipe which installs configuration files are used on runtime,
not used on build time.
So these recipes should be aliased as runtime dependency.
Change-Id: I13146a55dfdb4e0a37818d430fb7ef286acf6077
Signed-off-by: Kazumasa Mitsunari <knimitz@witz-inc.co.jp>
|
|
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>
|