aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2016-12-01tbfsandbox/jobol/wipJosé Bollo1-60/+67
Change-Id: I38bb76d3f6d2380c423ff94bd6e69b2d133d00bf
2016-12-01Fix: test against NULL value, add debug, refactoring codeRomain Forlot1-11/+26
Change-Id: I417f3230f56510f2e2483cad60a6d404a4624102 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-12-01Renamed to hvac-demoRomain Forlot5-60/+52
Change-Id: I8254485a830db6e0dee06e7df62c63c7ce9fb5d5 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-30rename get_all method to getRomain Forlot1-2/+2
Change-Id: Ieed6b59d557297fe80a37a456d8602fc2b4c5f35 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-30Fix: Change authorsRomain Forlot1-60/+76
Change-Id: Iab32699dcb849d22a8049877bad350e3c3f7886a Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-30Detailled comments on can_hvac_values arrayRomain Forlot1-49/+32
Change-Id: I34c6712d2cae736a8a883c8335b16325ce2a5871 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-30Get back removing packages build dirRomain Forlot2-5/+12
Change-Id: Idbaca566222cfbc885b7b5ddf6b9b9799e53c967 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-30Updated README with new set methodRomain Forlot1-22/+22
Change-Id: Ie0923ca6cf02115073052736de1bb980b5987f85 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> Conflicts: hvac-hybrid-qml-binding.c
2016-11-30removes useless and meaningless stringJosé Bollo2-166/+167
Change-Id: I839aafd12abc6a9686fbebcf24af6d908a01715f
2016-11-30Updated README with new set methodRomain Forlot3-9/+15
Change-Id: Ie0923ca6cf02115073052736de1bb980b5987f85 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-28Finalize 'set' methodRomain Forlot1-36/+43
Change-Id: I34f07b65a70b07ff5afc993efb1f2fad6d90d0cb Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-25Fix: using atoi() to manage char to intRomain Forlot1-78/+36
Delete old singles set methods Change-Id: I2ab290bb3f9346cfa90a9c6b51053e33ba7b40b0 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-25Add a global set method to test. It will replaced all other set methodRomain Forlot1-33/+70
Change-Id: I3cd91641c76a9b873a33ab8c66b8e15f552f4d54 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-25Add a todo taskRomain Forlot1-0/+1
Change-Id: Iaef56b0cdc91c7fbda526e2ed10b5d81ccc59f3e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-24Add README file with install and tests instructionsRomain Forlot1-0/+90
Change-Id: I555c1c500090ec46d252e55136b2fb092a7d4970 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-24Convert amb hvac plugin to app framework bindingsRomain Forlot20-351/+1012
Change-Id: I7e67c653c7da219beb645d752fb7afca2c968de5 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2016-11-04Add gitreview file.Jan-Simon Möller1-0/+4
Change-Id: I33d081479bec4123db5984e9d42ef897a8628b29 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-01-12Fix hvacplugin cross-compilation issue due to wrong path in CMakeLists.txtJan-Simon Möller1-1/+1
This patch fixes a cross-compilation issue with hvacplugin. The absolute path set for Boost_INCLUDE_DIRS is not cross-compilation save. According to https://cmake.org/Wiki/CMake:How_To_Find_Libraries we better use find_package(Boost REQUIRED) . Otherwise bitbake might fail with: ERROR: QA Issue: hvacplugin: The compile log indicates that host include and/or library paths were used. Please check the log .../hvacplugin/0.1-r0/temp/log.do_compile' for more information. [compile-host-path] ERROR: QA run found fatal errors. Please consider fixing them. ERROR: Function failed: do_package_qa Due to: cc1plus: warning: include location "/usr/include/boost" is unsafe for cross-compilation [-Wpoison-system-directories] Author: Jan-Simon Möller <jsmoeller@linuxfoundation.org> Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2016-01-08Add CMAKE_MINIMUM_REQUIRED for CMake >= 3.1Manuel Bachmann1-0/+1
CMake >= 3.1 requires a "CMAKE_MIMIMUM_REQUIRED" directive. Otherwise, an error message mentioning "VERSION_LESS" appears during the configure step, and build fails. Signed-off-by: Manuel Bachmann <manuel.bachmann@iot.bzh>
2015-12-15Initial commitYury Asheshov5-0/+697
Signed-off-by: Manuel Bachmann <mbc@iot.bzh> Author: Yury Asheshov <yury.asheshov@k2l.de>