Skip to content
Snippets Groups Projects
  1. Dec 17, 2015
  2. Jun 13, 2015
    • Lukas Bulwahn's avatar
      separate resource-retriever and update robot-model · a0cbd6ec
      Lukas Bulwahn authored
      The resource_retriever package's source was moved into
      its own repository, and needs now python-urlgrabber.
      Hence, this commit provides the recipe for python-urlgrabber, moves
      the resource-retriever to its own location, and updates all other
      packages in the robot_model repository.
      a0cbd6ec
  3. Jun 08, 2015
  4. May 27, 2015
  5. Mar 30, 2015
  6. Jan 21, 2015
  7. May 15, 2014
  8. Feb 24, 2014
  9. Nov 26, 2013
  10. Aug 05, 2013
  11. Aug 04, 2013
  12. Aug 02, 2013
  13. Jul 22, 2013
    • Lukas Bulwahn's avatar
      python-nose: replacing duplicate recipe that is in meta-oe by a bbappend file... · cfdcdfd6
      Lukas Bulwahn authored
      python-nose: replacing duplicate recipe that is in meta-oe by a bbappend file to have a native recipe (resolves #66)
      cfdcdfd6
    • Lukas Bulwahn's avatar
      adjusting dependencies of native recipes · 0e0fc08e
      Lukas Bulwahn authored
      To compile nodelet-topic-tools, we must provide a working
      dynamic-reconfigure in the native sysroot. This requires
      some adjustments to the native versions of the required
      python modules.
      
      In particular, the following tasks ran successfully for this
      commit:
      
      This command tests compiling rospack-native:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake rospack-native
      
      This command tests compiling roslib-native:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake roslib-native
      
      As nodelet-topic-tools uses rospack-native and roslib-native to
      some extent (dependency: rospack-native -> roslib-native ->
      dynamic-reconfigure-native -> nodelet-topic-tools), this command
      tests running rospack-native and roslib-native:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake nodelet-topic-tools
      
      This command tests compiling rospack and roslib:
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake rospack
      rm bitbake.lock cache/ sstate-cache/ tmp-eglibc/ -rf && bitbake roslib
      
      All these command run with this commit without errors, and
      future commits to these files should keep them run without
      errors or justify modifications with better tests.
      
      A minor open issue related to rospack is issue #116
      (cf. https://github.com/bmwcarit/meta-ros/issues/116).
      
      This commit incorporates feedback from Stefan Herbrechtsmeier.
      0e0fc08e
  14. Jul 19, 2013
  15. Jul 05, 2013
  16. Jul 01, 2013
  17. Apr 30, 2013
  18. Apr 10, 2013
  19. Mar 04, 2013
  20. Feb 08, 2013
  21. Jan 31, 2013
  22. Jan 09, 2013
  23. Jan 08, 2013
Loading