Commit Graph

9 Commits

Author SHA1 Message Date
Lukas Bulwahn 95aae8b93a diagnostics: update to 1.9.3 2018-05-18 15:57:31 +02:00
Lukas Bulwahn 7fa5158436 diagnostics: updating to 1.9.2 2017-07-29 06:05:39 +02:00
Lukas Bulwahn d46be056b5 diagnostics: updating to 1.9.0
Due to update, this commit also drops the patch that was merged
upstream.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2017-05-13 21:15:02 +02:00
Lukas Bulwahn b74dda7727 diagnostics: remove rostest dependency 2017-04-15 07:10:00 +02:00
Lukas Bulwahn 8c8349b317 diagnostic-aggregator: improve build dependency
bitbake diagnostic-aggregrator failed due to missing build
dependencies with:
```
| -- Could not find the required component 'bondcpp'. The following CMake error indicates that you either need to install the package with the same name or change your environment so that it can be found.
| CMake Error at /home/lukas/dev/openembedded.org/openembedded-core/build/tmp-glibc/sysroots/qemux86/opt/ros/indigo/share/catkin/cmake/catkinConfig.cmake:83 (find_package):
|   Could not find a package configuration file provided by "bondcpp" with any
|   of the following names:
|
|     bondcppConfig.cmake
|     bondcpp-config.cmake
|
|   Add the installation prefix of "bondcpp" to CMAKE_PREFIX_PATH or set
|   "bondcpp_DIR" to a directory containing one of the above files.  If
|   "bondcpp" provides a separate development package or SDK, be sure it has
|   been installed.
| Call Stack (most recent call first):
|   CMakeLists.txt:6 (find_package)
|
|
| -- Configuring incomplete, errors occurred!
```

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-12-02 20:26:32 +01:00
Lukas Bulwahn fc81b68bfb diagnostics: updating to 1.8.10 and adjusting dependencies
In 2014, the update of the diagnostics recipes from 1.8.3 to 1.8.4
failed due to reasons that seem not to be relevant anymore in the
current version 1.8.10. As the diagnostic-aggregator recipe failed
with gcc6 (cf. https://github.com/bmwcarit/meta-ros/issues/392),
I revisited the diagnostics recipes and this commit updates them.
The current diagnostics recipes in version 1.8.10 do not fail with
gcc6, and is one step forward to build meta-ros with gcc6.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
2016-09-26 09:36:55 +02:00
Lukas Bulwahn a69772ad47 diagnostics: updating to 1.8.3 2014-05-07 11:40:31 +02:00
Lukas Bulwahn 3194880a62 diagnostics: updating to 1.8.2
The patch for diagnostics has been merged in version 1.8.2, and
hence is removed.
2014-04-10 07:22:24 +02:00
Lukas Bulwahn afedfb91ec diagnostics: initial commit 2013-10-21 07:19:20 +02:00