summaryrefslogtreecommitdiffstats
path: root/conf.d/cmake
AgeCommit message (Collapse)AuthorFilesLines
2018-12-20Merge "Migration to Afb API v3"Loïc Collignon [ IoT.bzh ]1-2/+0
Change-Id: Ie81e8659554848156e0749906013b056879fa8c7 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-12-20Use latest version of app-templates submodule.Loïc Collignon1-7/+1
Changes of app-templates: (1613c94 - Matt Ranostay) cmake: coverage: disable compiler optimization for COVERAGE build (d639f42 - Thierry Bultel) common.cmake: fixed erroneous search path for os-release (fbccebe - Romain Forlot) Fix: missing gcov symbol in compiled binaries (051f84f - Jan-Simon Möller) Add gitreview file for flounder branch (76e12e7 - CorentinLGS) app-templates doc: Changed doc to fit new format. (02f45f1 - Romain Forlot) Update Docs (52ae181 - Romain Forlot) Fix: typo (f0b24b0 - Romain Forlot) Rollback about TEST build type (e841a77 - Romain Forlot) Adding a TEST build type (994ebc1 - Romain Forlot) Change default compilation options. (85d5ffd - Romain Forlot) Test widget only if there are test materials (d14bdce - Romain Forlot) Handles more test LABELS. (70cf8fd - Romain Forlot) Missing flag for COVERAGE build type (3c99b8a - Romain Forlot) Create a test widget (9c1a0fb - Romain Forlot) Fix: interpreted '&' character (9202fac - Romain Forlot) More accurate comment about widget template file. (f94e45e - Romain Forlot) Align sample on actual default compile options (d0acc2a - Romain Forlot) Add support to binding version 3. (6fb3846 - Romain Forlot) Warning if not using wgtpkg-pack to make a widget (35f3af1 - Sebastien Douheret) Rework CMAKE_INSTALL_PREFIX and INSTALL_PREFIX var Change-Id: I6ac708f96fe7baef46b0b4f93539fcf8ed65a023 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-07-10No longer sets the API version in codeThierry Bultel1-0/+2
This is done in config.cmake Change-Id: Icf36d61a5127689e55e11125cbe60b72b939bb1a Signed-off-by: Thierry Bultel <thierry.bultel@iot.bzh> Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-06-29Fix search path for config fileflounder_5.99.1flounder/5.99.15.99.1Loïc Collignon1-1/+1
App templates make the config path change after each commit. This is a workaround until app templates are fixed or a better solution is found. Change-Id: I73fd69cf12f3ff2e283e80d2ae56629c290f7a9a Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-06-14CONTROL_CONFIG_PATH: add widget install path on targetStephane Desneux1-3/+3
When installing agl-service-audio-4a on a target, the controller should also search json config files in the folder where the widget has been extracted by application framework. Change-Id: I24b9c83c4a357fbad23744964aa1298c770fa6e8 Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-06-13Fix bad service nameLoïc Collignon1-1/+1
Service name had change during tests phases, but I forgot to restore to the original name. As long as the recipe do things base on this name, it have to be restored. Change-Id: If00d69f34fe04f6dbacee01e96ac0c49b4f56dad Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-06-12Add some policy emulationLoïc Collignon1-1/+9
Add a very simplistic policy emulation just for demo. The real policy engine will be brought back soon. Change-Id: I6f77c8dc58ba335eabd1a1d858354a84559d9e7f Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2018-06-12Rewrite of the High Level API using the new HAL modelLoïc Collignon1-8/+11
The new HAL model need the High Level API to be rewritten. This is the first version of this rewrite, still in progress but should work. Change-Id: I5c94cf39d84cefae6b7a179c09d95e645673e8d4 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh>
2017-12-19Provide JSON request when ctl-set FAIL SPEC-1183Fulup Ar Foll1-1/+1
Change-Id: I27aa13d7113614b9ef69d09dccc21551cfe2445d Signed-off-by: Fulup Ar Foll <fulup@iot.bzh>
2017-11-13remove EFENCE since ALSA had issue with it, update submodule tagTai Vuong1-0/+4
Signed-off-by: Tai Vuong <tvuong@audiokinetic.com>
2017-11-10Fix WIDGET_CONFIG_TEMPLATE cmake variableRonan Le Martret1-1/+1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-11-08Gerrit PreparationTai Vuong1-6/+6
2017-11-07API change, set mute is now an integer instead of string, fix memory leak, ↵Tai Vuong1-2/+2
remove property value not implemented
2017-11-07Fix memory leak, ducking bug on policy, close streamTai Vuong1-1/+1
2017-11-06Remove --cntxtimeout=1Fulup Ar Foll1-1/+1
2017-11-05Added few protection again invalid configFulup Ar Foll1-1/+1
2017-11-03various bug fix, add alsa configuration file to match with Hal controlTai Vuong1-3/+1
2017-11-01Integration with AlsaHookPlugin (work in progress)Fulup Ar Foll1-1/+3
2017-10-31add glib-2.0 pkg depRonan Le Martret1-0/+1
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-10-30Code Reorganisation preparing transfer to gerritFulup Ar Foll1-0/+1
2017-08-24Initial commitTai Vuong1-0/+156