aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-24Add .gitreview for dabdab_4.0.3dab_4.0.2dab_4.0.1dab_4.0.0dab_3.99.3dab_3.99.2dab/4.0.3dab/4.0.2dab/4.0.1dab/4.0.0dab/3.99.3dab/3.99.24.0.34.0.24.0.14.0.03.99.33.99.2dabJan-Simon Möller1-1/+1
Change-Id: Ib9b3bead313d96630f8d85936db578c0dbdac546 Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
2016-12-28Update gitreview file for master branchHEADflounder_5.99.1flounder/5.99.1eel_4.99.3eel_4.99.2eel_4.99.1eel/4.99.3eel/4.99.2eel/4.99.1dab_3.99.1dab/3.99.15.99.14.99.34.99.24.99.13.99.1masterJan-Simon Möller1-0/+1
Change-Id: I27df3daa66e6bbe85f2527de1d595a247f9235cb Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
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>