Commit Graph

6 Commits

Author SHA1 Message Date
Lukas Bulwahn 514d4f5e3a ros-canopen: update to 0.6.9
This commit also drops a patch for socketcan-interface that is now
included in the updated version.

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-06-07 21:44:29 +02:00
Martin Jansa eb7e744891 socketcan-interface: refresh patches
* fixes:
WARNING: socketcan-interface-0.6.8-r0 do_patch:
Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
The context lines in the patches can be updated with devtool:

    devtool modify <recipe>
    devtool finish --force-patch-refresh <recipe> <layer_path>

Then the updated patches and the source tree (in devtool's workspace)
should be reviewed to make sure the patches apply in the correct place
and don't introduce duplicate lines (which can, and does happen
when some of the context is ignored). Further information:
http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
Details:
Applying patch 0001-find-and-link-the-thread-library-properly.patch
patching file CMakeLists.txt
Hunk #2 succeeded at 45 with fuzz 1.

Now at patch 0001-find-and-link-the-thread-library-properly.patch

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-04-10 13:02:56 +00:00
Martin Jansa f9ea06cfc0 pluginlib, socketcan-interface: disable gold
* when gold is used the build fails because of undefined reference from libclass_loader.so

* it should be fixed properly, this is just temporary work around for following build failures:
  http://errors.yoctoproject.org/Errors/Details/174718/
  http://errors.yoctoproject.org/Errors/Details/174715/

* relates to:
  https://github.com/bmwcarit/meta-ros/issues/496

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2018-04-10 10:07:29 +00:00
Lukas Bulwahn c52ac20fcf compile also with boost 1.66.0 (resolves #582) 2018-02-21 09:09:52 +01:00
Lukas Bulwahn 5d16b79645 socketcan-interface: patch CMakeLists.txt (resolves #574) 2018-02-05 10:29:51 +01:00
Matthias Schoepfer 3fb84b008c ros-canopen: initial recipes for indigo distro
This commit is the result of:

  - cherry-picking the two commits from the branch kinetic-experimental-v3-alpha1

    commit aed2202182df ("ros-canopen: adding can-msgs, socketcan-interface and socketcan-bridge")
    commit b62356a3a545 ("socketcan-interface: apply patch to compile with boost 1.65")

  - downgrading the recipe version to the indigo release version 0.6.8,
  - and squashing these changes into one commit.

The original ros-canopen recipes on kinetic-experimental were
provided by Matthias Schoepfer <matthias.schoepfer@identpro.de>.

[1] aed2202182
[2] b62356a3a5

Signed-off-by: Lukas Bulwahn <lukas.bulwahn@gmail.com>
2018-01-08 20:15:41 +01:00