aboutsummaryrefslogtreecommitdiffstats
path: root/meta-ivi/recipes-multimedia/audiomanager
AgeCommit message (Collapse)Author
2018-08-20audiomanagerplugins: Fix build to always build using 64 bit tools14.50.0Oscar Andreasson
Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Fixed perl regexpsOscar Andreasson
As of perl 5.22.0 regex unescaped { have been moved from deprecated to generating errors. This caused the configure step to fail as we exceped the $ sign, meaning we wind up with a literal { and not ${foo} being replaced with whatever content is in ${foo} variable. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-14audiomanagerplugins: Depends on libxml2Oscar Andreasson
Add dependencies for libxml2 for the audiomanagerplugins instead of the runtime dependencies. Signed-off-by: Oscar Andreasson <oscar.andreasson@pelagicore.com>
2018-02-12audio manager: update to v7.6Stephen Lawrence
Update meta-ivi to version 7.6 of the Genivi Audio Manager and Audio Manager Plugins components. Change log for AudioManager: bcaeed2 Merge pull request #23 from JensLorenz/cmake_and_dlt_endless_loop_fix a551ce9 AmUtil: Check for valid timer handles to fix callback exception c60d46d AMUtil: Fixes infinite loop in dlt wrapper for out of range values of enumerations. d501459 CMake: protect replacement of COMMIT_LIST aa59667 Merge pull request #21 from JensLorenz/fixup_signalfd d244e59 Merge pull request #19 from JensLorenz/socket_hndl_utility_fix dc16c37 AMDaemon: set pthread_sigmask for signalfd 4090fe1 AMCore: remodel ctor Sender in Command and Routing c7f1fd1 AMUtil: fix missed copy in list Poll 4e72bcb CMake: add C in Project for Threads 43c445e AMUtil: use DLT API only when DLT is selected 50bbb68 CMake: Add pthread support 31922cc AMUtil: Fix for destroy controller on rundown 4bfe463 CMake: Use GNUInstalDirs destinations 3e9f797 AM: Destroy plugin implementation. f620be8 Merge pull request #16 from GENIVI/utility_updates be63615 The primary signals SIGINT and SIGQUIT are handled on top level in contrast to secondary signals SIGHUP, SIGTERM, SIGCHLD, which are handled in the SocketHandler. 375dc7b Fix for bug in CAmSocketHandler causing invalid pointers and crash. a737433 Two versions of CAmSerializer due to interface changes. 5abcd39 Signal handling via main loop with signalfd. 8f2d32d The database observer reverse pointer to the handler is initialized in registerObserver. da78ca5 CAmSerializer interface extended to support std::function. 99c3edf CAmSocketHandler - usage of std::function instead of function pointers, code cleanup and minior optimizations. 551d34d Linux specific TIMERFD implementation as alternative timer mechanism Change log for AudioManager Plugins: 03fa369 Merge pull request #9 from JensLorenz/dynamic-sound-card-support-and-fixes d67e8f0 ALSARA: proxy details held in interface eb8e1d6 ALSARA: Fix multiple pthread_join calls e9ad5ee ALSARA: fix string parsing 129cc56 ALSARA: enhance connection and source state management 152ecbe ALSARA: fix maps of ConnectionIDs a6bcd83 ALSARA: always update resources' DomainID e48ce53 ALSARA: add volumes for gateways b37fa58 ALSARA: Refactor internal database lookup 6b23dfe ALSARA: Preinitialize USB detection 85fe4c0 CMake: Fix install destinations 24469d7 ALSARA: manage USB soundcards as AM dynamic elements c12765e Merge pull request #8 from ytsunashima/devel_getVolume 3ebf3de CommandInterfaceDbus:Add getVolume Function Signed-off-by: Stephen Lawrence <stephen.lawrence@renesas.com>
2017-06-16audiomanager: version up to 7.5Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-16audiomanagerplugins: add python3 to DEPENDSYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-06-07audiomanagerplugins: build fixYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08audiomanager: fix about "wrong" plugin directoryYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-02-08meta-ivi/recipes-...: change SRC_URI to github.com/GENIVIYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2017-01-25audiomanager: update to recent gitYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-09-23audiomanager: add version 7.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-09-09audiomanager: fix build error when java-8 is usedYong-iL Joh
- patch is from Christian.Linke@bmw.de Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-08-29audiomanager: version up to 7.4Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-07-25audiomanagerplugins: Remove capitalisation from AudioManagerPluginsTom Pollard
[BASE-8] - Conflict AudioManagerPlugin package name in IPK package type. Change audiomanagerplugins recipe naming to be in-line with audiomanager recipe. Allows legal IPK naming characters.
2016-07-21AudioManagerPlugins: addedYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-06-24Merge branch 'cdr-64bits' of https://github.com/cledra/meta-ivi into ↵Yong-iL Joh
cledra-cdr-64bits Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com> Conflicts: meta-ivi/recipes-extended/dlt-daemon/dlt-daemon_2.11.1.bb meta-ivi/recipes-extended/node-health-monitor/node-health-monitor_1.3.5.bb meta-ivi/recipes-extended/node-startup-controller/node-startup-controller_1.0.2.bb meta-ivi/recipes-extended/node-state-manager/node-state-manager_2.0.0.bb meta-ivi/recipes-graphics/wayland/wayland-ivi-extension_1.9.1.bb
2016-06-21audiomanager: fix lib installation path for multilibClement Dransart
When using multilib, the traditional 'lib' installation directory may be replaced by variants such as 'lib32' or 'lib64'. Thus, hard-coded 'lib' in CMakeLists.txt lead to errors. Use CMAKE_INSTALL_LIBDIR variable to replace hard-coded occurences of "lib". Signed-off-by: Frederico Cadete <frederico.cadete@awtce.be> Signed-off-by: Clement Dransart <clement.dransart@awtce.be>
2016-04-18Use http protocol to fetch sources (OSSINFR-30)Philippe Coval
All changes are squashed into a single change as suggested in list Bug: https://at.projects.genivi.org/jira/projects/OSSINFR/issues/OSSINFR-30 Origin: https://github.com/TizenTeam/meta-ivi/tree/sandbox/pcoval/for/upstream/master Cc: genivi-meta-ivi@lists.genivi.org Change-Id: I2730efc3ae424662133d349ec2527809bc2f0000 Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2016-04-15audiomanager: fix up for build error due to adding -tests packageL-1.1Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-04-15using SRCREV instead of BRANCH or TAG at SRC_URI="git://..."Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-03-04audiomanager: move *-test package to meta-ivi-test layerYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-15audiomanager: fix up for buildYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2016-02-05audiomanager: add test package, fix up audiotmanagerConfig.cmakeYong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-09-14audiomanager: switch on 7.0Yong-iL Joh
Signed-off-by: Yong-iL Joh <yong-il.joh@windriver.com>
2015-05-13audiomanager: Update to 6.2Andrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-11-17audiomanager: Add node-state-managerAndrei Gherzan
NodeStateManager headers are needed. Check package's README for additional info. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-10-01Globally replace 'base_contains' calls by 'bb.utils.contains'Andrei Gherzan
Based on oe-core commit: commit 1528e596d4906c33e4be83fcf691cfe76d340ff3 Author: Otavio Salvador <ota...@ossystems.com.br> Date: Thu Apr 24 15:59:20 2014 -0300 Globally replace 'base_contains' calls with 'bb.utils.contains' The base_contains is kept as a compatibility method and we ought to not use it in OE-Core so we can remove it from base metadata in future. Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-09-12audiomanager: Fix SYSTEMD_SERVICE to be pkg specificAndrei Gherzan
Signed-off-by: Andrei Gherzan <andrei.gherzan@windriver.com>
2014-08-15audiomanager: upgrade to version 6.1Holger Behrens
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>
2014-05-09meta-ivi: refactor layer structureholger
Signed-off-by: Holger Behrens <holger.behrens@windriver.com>