Skip to content
Snippets Groups Projects
  1. Feb 08, 2015
  2. Jan 31, 2015
  3. Jan 21, 2015
  4. Jan 10, 2015
  5. Jan 09, 2015
    • Timo Mueller's avatar
      catkin: Use ros_prefixed paths consistently · 7836f37b
      Timo Mueller authored
      ROS and catkin packages install their assets to paths prefixed by
      ros_prefix. As the recipe was trying to collect the assets for the dev
      package in the wrong locations, the dev package was empty.
      
      To address this we use the ros_prefix consistently across the recipe.
      7836f37b
    • Timo Mueller's avatar
      classes: Generalize construction of ros_prefix · 7e2eb25e
      Timo Mueller authored
      In special situations, the prefix used by yocto is prefixed by an
      additional staging dir and thus not always starting at /. The current
      class already covered the special case for building native packages, but
      was erroneous when trying to build nativesdk packages.
      
      Instead of dealing with these special cases ourselves, we can prefix the
      ros_prefix with yocto's base_prefix. This prefix will contain any
      additional dirs yocto decides to use and will therefore always result in
      valid directory variables automatically.
      7e2eb25e
  6. Dec 24, 2014
  7. Dec 12, 2014
  8. Dec 11, 2014
  9. Dec 02, 2014
  10. Dec 01, 2014
  11. Nov 29, 2014
Loading