aboutsummaryrefslogtreecommitdiffstats
path: root/conf.d
AgeCommit message (Collapse)AuthorFilesLines
2018-12-13Initial Commit as submoduleFulup Ar Foll28-1177/+0
2018-12-13add packagingRonan Le Martret7-0/+206
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-12-13add dependency lua5.3 for debRonan Le Martret2-1/+5
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-12-13ctl-plugin: adjust deps; update app-templatesStephane Desneux1-0/+0
ctl-plugin must not be linked with ctl-binder. Otherwise, this produces some error like this depending on cmake version: ----- CMake Error at ctl-plugin/CMakeLists.txt:44 (TARGET_LINK_LIBRARIES): Target "afb-controller" of type MODULE_LIBRARY may not be linked into another target. One may link only to STATIC or SHARED libraries, or to executables with the ENABLE_EXPORTS property set. ----- Change-Id: I514b01e51da108c6a2ba09a96159779fe6e6797f Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-12-13update app-templatesRonan Le Martret1-0/+0
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-12-13update config.cmakeRonan Le Martret1-11/+31
* add link option Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
2018-12-13Fixed LUA_CHECKER binary for debian/ubuntuSebastien Douheret1-0/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-12-13Fix: handle packaging depsRomain Forlot3-2/+2
See app-templates commit description. Change-Id: Ie994acc2021818c7be293d9bc3eca597fc30bb68 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Update to new app-templatesFulup Ar Foll1-0/+0
2018-12-13Clean up module namingFulup Ar Foll1-1/+1
2018-12-13MD linting and merge json.d README to the root oneRomain Forlot1-8/+11
Change-Id: I1fd36c2f23743d746b91d61084bea0a39a1ce074 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Added sample for synchronous control request and update documentationFulup Ar Foll3-6/+9
to support monitoring.
2018-12-13conf.d/cmake: use 00-default-osconfig.cmake for all distro except debian-basedStephane Desneux4-1/+0
Change-Id: I4bf5b9c13d42a26d8116a81fe1eb1b366056b19e Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
2018-12-13Format: Remove spaces at EOLRomain Forlot4-9/+9
Change-Id: I50bbf17cfa913b40caf0cb6752a902fb626ec1ad Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Restore Basic HTML5 testing Scenario as a Standalone ControllerFulup Ar Foll13-470/+170
2018-12-13Import missing project files.Romain Forlot14-3/+882
Change-Id: I157131b2a08024f795d289d0357f55a0032117d7 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Missing LUA module checking specific by distroRomain Forlot4-0/+3
Change-Id: I99dcdccdcfb34eaf7a03c4acaad454b8cc05be8c Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-12-13Controller binding extraction from Audio-bindingsRomain Forlot6-0/+358
Change-Id: I494bf5163c218a6d499b8321797f5de693c284c2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>