Skip to content
Snippets Groups Projects
  1. Jul 22, 2013
    • Lukas Bulwahn's avatar
    • 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
      Merge pull request #104 from bulwahn/pcl-preparation · 70a1d6a3
      Lukas Bulwahn authored
      preparations for PCL and pcl-ros package
      70a1d6a3
    • 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
  2. Jul 19, 2013
  3. Jul 16, 2013
    • Lukas Bulwahn's avatar
      test-all.sh: tuned and commented out fresh build · c87faa6d
      Lukas Bulwahn authored
      The bitbake call before each build of a recipe was not required.
      Commented out the fresh build, as it currently does not show more
      problems than simply building in a shared environment.
      Avoiding a fresh environment for each build decreases the runtime
      of the test dramatically.
      c87faa6d
  4. Jul 15, 2013
  5. Jul 11, 2013
  6. Jul 05, 2013
  7. Jul 04, 2013
  8. Jul 02, 2013
  9. Jul 01, 2013
  10. Jun 28, 2013
  11. Jun 14, 2013
  12. Jun 13, 2013
    • Lukas Bulwahn's avatar
      rostest: rostest depends on rostest-native (resolves #83) · af1550ab
      Lukas Bulwahn authored
      The rostest package requires that the rostest executable can be
      found by cmake's find during configure. Hence, rostest depends on
      rostest-native.
      To implement this, rostest and rostest-native are defined with
      different dependencies.
      
      This commit resolves issue #83.
      af1550ab
  13. Jun 11, 2013
Loading