summaryrefslogtreecommitdiffstats
path: root/conf.d
AgeCommit message (Collapse)AuthorFilesLines
2019-02-27autobuild: fix warnings due to cp command exit errorRaquel Medina2-134/+0
- bring latest version of autobuild script in - move conf.d/autobuild to root folder - update autobuild script to fix warnings triggered by cp operation error. Change-Id: Ia47c76d3f7957c7a9db4b3ad8fb728d9bf546b0f Bug-AGL: SPEC-2164 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com>
2018-10-31Migrate app-templates to CMake modulehalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy_6.99.1guppy/6.99.4guppy/6.99.3guppy/6.99.2guppy/6.99.17.90.06.99.46.99.36.99.26.99.1Romain Forlot2-4/+8
Bug-AGL SPEC-1682 Change-Id: I1445d2b8ddbdcbf70bb994e912fd315e0323b1d2 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-11Merge "binding: gps: update conf.d/app-templates submodule"Jan-Simon Moeller1-0/+0
2018-10-10binding: gps: update conf.d/app-templates submoduleMatt Ranostay1-0/+0
To allow coverage testing the conf.d/app-templates needs to be updated to recent commit. Bug-AGL: SPEC-1799 Change-Id: Ia89e8be4bb774ceab47c5f05f4f55ce2c0c47ffa Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-09Use feature 'required-binding'Jose Bollo1-1/+1
The feature "urn:AGL:widget:required-binding" is now preferred to the feature "urn:AGL:widget:required-api" for requiring a local binding. Bug-AGL: SPEC-1800 Change-Id: I201e3f059c22d60fb5774e562c8e778977c35fe2 Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-09-27Fix BUILD_TYPE in config.cmakeFrederic Marec1-1/+1
Change CMAKE_BUILD_TYPE in BUILD_TYPE to follow app-templates submodule update to allow overide of the value by command line Change-Id: I55f3edf4a2fae193c94490001fbf32810cdc7bdf Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-09-21Update version of conf.d/app-templates submodule.Frederic Marec1-0/+0
Changes of conf.d/app-templates: (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. Change-Id: I29548738084b1a3eb7d04e06098566cddb78d04f Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-07-19binding: gps: upgrade binder framework to v3guppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder_5.99.4flounder_5.99.3flounder_5.99.2flounder/5.99.6flounder/5.99.5flounder/5.99.4flounder/5.99.3flounder/5.99.26.90.05.99.65.99.55.99.45.99.35.99.2Matt Ranostay2-1/+1
Change-Id: Iaab6e18dbfdd9366e0533a82f07789b94380b12d Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-04-27binding: gps: update app-templates to current revisionflounder_5.99.1flounder/5.99.15.99.1Matt Ranostay3-8/+22
Update build scripts to app-templates to current revision to allow work on addition of gcov options. Bug-AGL: SPEC-1410 Change-Id: I70f8ad5efc2428421679b9bbe4ae87754cdfc0b9 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-08-28binding: gps: rewrite binding to use libgpsMatt Ranostay1-0/+1
Rewrite gps binding to use libgps native functionality to communicate with gps over SOCK_STREAM socket. Bug-AGL: SPEC-844 Change-Id: I78d2d14900d69b542e8bd456df577ee9ecdcb103 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2017-08-28binding: gps: move build to cmakeMatt Ranostay5-0/+291
Enable cmake build system for building webpack wgt, and remove unnecessary files Change-Id: Ia00b1ba7a9d26e7f8933c0ccc97bf8b91dbfa012 Bug-AGL: SPEC-823 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>