summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29hvac-demo-binding : Set CAN device name from hvac.jsonguppy_7.0.4guppy_7.0.3guppy_7.0.2guppy_7.0.1guppy/7.0.4guppy/7.0.3guppy/7.0.2guppy/7.0.17.0.47.0.37.0.27.0.1guppyHarunobu Kurokawa2-4/+17
Current CAN_DEV is set vcan0 as default and hardcoding. Sometimes hvac uses lin or other type of can device. User can set CAN device name from JSON file in /etc/hvac.json Change-Id: I2c29fb16d7d4a48364cc1d35a9f5004afbdb477b Signed-off-by: Harunobu Kurokawa <harunobu.kurokawa.dn@renesas.com> (cherry picked from commit 8edd1d56d9d455c0c7b833e13d9b1b7861f5a4cc)
2019-03-13autobuild: fix warnings due to cp command exit codeRaquel Medina2-4/+12
Change-Id: Icfc22d5e264373644db6b72de818b525aa91462e Bug-AGL: SPEC-2164 Signed-off-by: Raquel Medina <raquel.medina@konsulko.com> (cherry picked from commit a97dd68d9a59dcf05ef114bcac2d1049c84f00e2)
2019-02-06Add gitreview file for guppy branchguppy_7.0.0guppy_6.99.5guppy/7.0.0guppy/6.99.57.0.06.99.5Jan-Simon Möller1-1/+1
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2018-11-22Move autobuild to top treehalibut_7.90.0halibut/7.90.0guppy_6.99.4guppy_6.99.3guppy_6.99.2guppy/6.99.4guppy/6.99.3guppy/6.99.27.90.06.99.46.99.36.99.2Frederic Marec2-30/+60
Bug-AGL: SPEC-495 Change-Id: I15817a59bea6f0d5611610b95884170ebaf29a44 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-11-12Change .gitmodules following submodule migrationguppy_6.99.1guppy/6.99.16.99.1Frederic Marec1-3/+0
Remove app-template in .gitmodules Remove .gitmodules Change-Id: If667aa56bd1c922ebba971f989dcae016323a3e5 Signed-off-by: Frederic Marec <frederic.marec@iot.bzh>
2018-10-31Migrate app-templates to CMake moduleRomain Forlot2-5/+9
Bug-AGL SPEC-1682 Change-Id: I6241caeaeac45366fb9f1e8a7f688a8ba585cf96 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-10-11Merge "Use feature 'required-binding'"Stéphane Desneux1-0/+3
2018-10-09Use feature 'required-binding'Jose Bollo1-0/+3
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: I0fa278eecf0c7a76079dbc986bdb3286531a4a0a Signed-off-by: Jose Bollo <jose.bollo@iot.bzh>
2018-10-08binding: hvac: upgrade to afm framework version 3Matt Ranostay1-29/+27
Bug-AGL: SPEC-1757 Change-Id: I50d0c732dbda8f11b566b76cdc2eb333efb780ec Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-08binding: hvac: remove unused variablesMatt Ranostay1-3/+2
Silence unused variable warnings from compiler by removing them Bug-AGL: SPEC-1757 Change-Id: Iabe7aaf2874ee18b3ef2237200cc8a378d38bff2 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-08binding: hvac: remove useless NULL definitionMatt Ranostay1-4/+0
Pretty sure NULL doesn't need to be defined for any modern compiler in the last 20 years. Bug-AGL: SPEC-1757 Change-Id: I3036e0db90b090a8d19527eb9244e0d9e455b332 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-08binding: hvac: reduce const assignment warningsMatt Ranostay1-3/+3
Fields in struct led_paths are never directly changed and are assigned from json_object_get_string() which returns const char * Bug-AGL: SPEC-1757 Change-Id: If2a6ea592f30d95f16a62cb1b5a12f5212b12163 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-08binding: hvac: clean up verb definitionsMatt Ranostay1-21/+8
Remove overly verbose field definitions, and removed explicit v2 references. Bug-AGL: SPEC-1757 Change-Id: I79b51ff9ab6a81b7646e91bb2842db3d84a10022 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-10-08binding: hvac: add hvac.json fileMatt Ranostay1-0/+7
Add hvac.json to binding as well as the HVAC application Bug-AGL: SPEC-1757 Change-Id: I8c8749d7ec3570347459817d32bf6928a3dfff5a Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-27binding: hvac: add initial bindingMatt Ranostay11-0/+1207
This is the split out binding from the HVAC package. Bug-AGL: SPEC-1757 Change-Id: If8499ac811491fac204a213768f27f584dd996e1 Signed-off-by: Matt Ranostay <matt.ranostay@konsulko.com>
2018-09-26Initial empty repositoryguppy_6.90.0guppy/6.90.06.90.0Jan-Simon Moeller0-0/+0