Skip to content
Snippets Groups Projects
  1. Jun 08, 2015
  2. May 27, 2015
  3. Mar 30, 2015
  4. Jan 21, 2015
  5. May 15, 2014
  6. Feb 24, 2014
  7. Nov 26, 2013
  8. Aug 05, 2013
  9. Aug 04, 2013
  10. Aug 02, 2013
  11. 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
  12. Jul 19, 2013
  13. Jul 05, 2013
  14. Jul 01, 2013
  15. Apr 30, 2013
  16. Apr 10, 2013
  17. Mar 04, 2013
  18. Feb 08, 2013
  19. Jan 31, 2013
  20. Jan 09, 2013
  21. Jan 08, 2013
  22. Jan 03, 2013
Loading