summaryrefslogtreecommitdiffstats
path: root/conf.d/project
AgeCommit message (Collapse)AuthorFilesLines
2019-08-09Migration to binding V3José Bollo1-1/+1
Bug-AGL: SPEC-2744 Change-Id: Icc273b8865ab2e41f99d7feeafd15d4bbcdac494 Signed-off-by: José Bollo <jose.bollo@iot.bzh>
2019-06-25agl-service-unicens: use shared lib of afb-helpershalibut_7.99.2halibut/7.99.27.99.2Tobias Jahnke1-2/+3
Change the usage of afb-helpers from git submodule to shared library. Removed also unused app-templates submodule. Bug-AGL: SPEC-2562 Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com> Change-Id: Iade8686aded8912d4dd203d1f74e171c13302a3e
2019-01-28config: cmake: change default build to RELEASEhalibut_7.90.0halibut/7.90.07.90.0Matt Ranostay1-1/+1
Ideally no package by default would be building the DEBUG build unless explicitly requested. Change-Id: I14310d052fc523b3bb6f514f520074ba403c26fc Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-31Migrate app-templates to CMake moduleguppy_6.99.1guppy/6.99.16.99.1tkummermehr1-3/+6
Bug-AGL SPEC-1682 Change-Id: I5fe7104d8e7e724e8949ff33fc50a0968387b650 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-11Update app-template submodule.Romain Forlot1-3/+2
Updating project configuration file following the app-template submodule update which let the command-line argument override the project configuration. Submodule conf.d/app-templates 76e12e7..0f25ab2: > Adding warning message to migrate on CMake module > common.cmake: fixed erroneous search path for os-release > Fix: missing gcov symbol in compiled binaries Bugs-AGL: SPEC-1798 Change-Id: I614f2fc6e2ff9b95a62e5a3113930b9181bbcd2a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-08-08agl-service-unicens: move definition of api v2Tobias Jahnke1-0/+1
Moves definition of AFB_BINDING_VERSION into config.cmake. Fixes an issue that different api versions seems to be defined for different code parts. Change-Id: If7325afe583ad6a8aa37cbd18dda473fbcba673b Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-20agl-service-unicens: Rx message eventTobias Jahnke1-1/+1
Bug-AGL: SPEC-1177 Implements /subscriberx function. Control Rx messages will be notified to subscribers. If no subscriber is assigned, then Rx messages are discarded. This avoids Rx stuck issues after receiving multiple messages. Change-Id: Idb71569b8ff6f651833d7d01c37a3eea866daf1d Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-12-04conf.d: project: modify cmake configurationTobias Jahnke1-6/+6
Changes project name, author and repository info. See SPEC-1151. Change-Id: Ia35fa3c5412f1d57757622ff35b1a50e2721419a Signed-off-by: Tobias Jahnke <tobias.jahnke@microchip.com>
2017-11-23Use PKG_CONFIG instead of FIND_LIBeel_4.99.3eel/4.99.34.99.3tkummermehr1-0/+1
Change-Id: Ic6298bec9ed2fbb8bac6beb9648cfc77eb07e727 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
2017-11-23UcsXml component use libxml2 instead of libmxmltkummermehr1-2/+2
Change-Id: I5b1479c8c5be81cc214292abce137c41387d2601 Signed-off-by: tkummermehr <thorsten.kummermehr@k2l.de>
2017-11-15update config.cmake from new templateRonan Le Martret1-21/+79
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2017-11-15Update config.cmakeRonan Le Martret1-0/+156
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>