Skip to content
Snippets Groups Projects
  1. Mar 02, 2015
  2. Feb 20, 2015
  3. Feb 18, 2015
    • KristofRobot's avatar
      Merge pull request #316 from bulwahn/master-next · ee404cf2
      KristofRobot authored
      work on octomap and README.md
      ee404cf2
    • Lukas Bulwahn's avatar
      37913b13
    • Lukas Bulwahn's avatar
      octomap: simplifying recipe · 6eeb185b
      Lukas Bulwahn authored
      
      When I investigated the issue #291 with Kristof's patch applied,
      I noticed that `bitbake octomap` failed.
      
      Due to my inspection, I believe that the inheritance on ros
      was only needed as the ROS_SPN and ROS_SP variables were used in
      the recipe. After simply using the default variables, BPN and BP,
      I removed the inheritance on ros.
      
      Furthermore, as meta-ros only has one recipe for octomap base
      library for now, we do not need to split the recipe definition
      in an include and a recipe file.
      Probably, this was done as premature optimization believing
      that the libraries from the octomap repository, e.g., octovis,
      would be added shortly after.
      
      Testing with `bitbake packagegroup-ros-world` reported no errors.
      
      Signed-off-by: default avatarLukas Bulwahn <lukas.bulwahn@oss.bmw-carit.de>
      6eeb185b
  4. Feb 10, 2015
  5. Feb 08, 2015
  6. Jan 31, 2015
  7. Jan 21, 2015
  8. Jan 10, 2015
  9. 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
  10. Dec 24, 2014
  11. Dec 12, 2014
  12. Dec 11, 2014
Loading