Commit Graph

  • ecd3361852 adding a number of recipes that build (on my machine) Lukas Bulwahn 2013-02-08 10:21:13 +0100
  • b43fbeee71 removing RDEPENDS because we cannot check if it works as intended, as long as we are just compiling, but not running ROS. Lukas Bulwahn 2013-02-08 08:06:38 +0100
  • ae11ca4b72 the recipe ros-cpp-common is now simply called cpp-common Lukas Bulwahn 2013-02-08 08:03:53 +0100
  • c7fd2f032d gathering all packages in the meta package roscpp-core in the folder roscpp-core for better structuring Lukas Bulwahn 2013-02-08 07:52:22 +0100
  • 774c9dbb89 removing the ros prefix for the recipe of ROS' cpp_common package for uniformity and accepting the risk that the name cpp_common might clash when combined with other layers Lukas Bulwahn 2013-02-08 07:48:18 +0100
  • c0ff41fc2d adding the genmsg recipe, which is the first recipe that also creates some python modules and hence requires some more ingredients in the recipe Lukas Bulwahn 2013-02-07 10:49:21 +0100
  • 35535994ba copied the open issues from the ISSUES file to the github tracker and removed the ISSUES file (issue #13) Lukas Bulwahn 2013-02-07 07:51:55 +0100
  • b00261e6b0 the roscpp_core packages are empty at the moment, but should be created anyway Lukas Bulwahn 2013-02-06 07:56:32 +0100
  • 00d579a793 replacing hard-code pathes with pathes set by bitbake's shell variables Lukas Bulwahn 2013-02-06 07:08:24 +0100
  • 350b4d3e50 removing obsolete comment Lukas Bulwahn 2013-02-05 10:46:45 +0100
  • 3fedfcc48b a metapackage is an empty package; switching from RDEPENDS to DEPENDS because it works, but it is not clear if that is really what I intend to express Lukas Bulwahn 2013-02-05 10:28:19 +0100
  • 8ba006b3e8 adjusting the core-image for ros-groovy Lukas Bulwahn 2013-02-04 17:10:31 +0100
  • 83c813b8c3 removing all roscpp_core packages from the created ros source archive Lukas Bulwahn 2013-02-04 17:08:26 +0100
  • 5b3e68ef74 adding roscpp-core recipe that shows how to turn a metapackage into a bitbake recipe Lukas Bulwahn 2013-02-04 17:07:23 +0100
  • b06c0296bd moving issues into ISSUES file and updating README Lukas Bulwahn 2013-02-01 15:04:35 +0100
  • b1699395a4 updating README and moving content into CONTENTS file Lukas Bulwahn 2013-02-01 15:02:05 +0100
  • 9a169102e1 adding version number to ros-cpp-common recipe Lukas Bulwahn 2013-02-01 14:15:49 +0100
  • 7a78f7622c removing comments about issues as issues are now tracked with an issue tracker (resolving issue #2) Lukas Bulwahn 2013-02-01 14:14:25 +0100
  • 5f23ffbcdf using downloadfilename to avoid name clashes of the source downloads (resolving issue #6) Lukas Bulwahn 2013-02-01 14:11:45 +0100
  • cc48978492 adding license information to the existing ros recipes (resolving issue #5) Lukas Bulwahn 2013-02-01 13:41:22 +0100
  • 731636a4ef adding roscpp-serialization recipe although the filename issue has not been resolved Lukas Bulwahn 2013-02-01 08:26:41 +0100
  • 049a1a6820 adding the recipe roscpp-traits and running into a stupid naming problem Lukas Bulwahn 2013-01-31 15:16:47 +0100
  • 7e00b874d9 adding the rostime recipe that relies on ros-cpp-common, trying to model the dependency of two ROS packages as dependency of two bitbake recipes Lukas Bulwahn 2013-01-31 14:34:20 +0100
  • 1254168ac2 adding the config.cmake file to the dev package Lukas Bulwahn 2013-01-31 14:32:38 +0100
  • 803e547336 refined license declaration in python-empy (issue #1) Lukas Bulwahn 2013-01-31 09:02:02 +0100
  • 3f2a34361e patching catkin to remove assertion for rt-library (this must revisited at some later point again when we have a better understanding of the issue.) Lukas Bulwahn 2013-01-31 08:26:37 +0100
  • 269d19e0d9 removing alternative recipe for catkin-native because using catkin and BBCLASSEXTEND+=native does the job for now Lukas Bulwahn 2013-01-31 07:58:03 +0100
  • cfd44882c1 adding comments about the current problems Lukas Bulwahn 2013-01-31 07:53:40 +0100
  • ee48f31ee6 adding python dependency to catkin, which was overlooked before once more Lukas Bulwahn 2013-01-30 15:33:36 +0100
  • 2fc51fcf80 using BBCLASSEXTEND="native" instead of an own native recipe for catkin Lukas Bulwahn 2013-01-30 15:11:56 +0100
  • 35b27ccbf8 maybe it is also good to add the files in standard package to the development package in catkin (commented out because it is not clear yet if it does help eventually) Lukas Bulwahn 2013-01-30 14:29:54 +0100
  • 9262d74262 improving catkin-native, but it remains unclear what the difference between BBCLASSEXTEND += native and inherit native is and which one we should use. Lukas Bulwahn 2013-01-30 13:31:25 +0100
  • e6ed9f2fab adding dependencies that have been overseen when creating the image, but that are necessary if one builds catkin stand-alone Lukas Bulwahn 2013-01-30 06:57:23 +0100
  • 3d8fdd04dd adjusting the README; a first try for cross-compiling the cpp-common things; extending the install-fuerte script Lukas Bulwahn 2013-01-23 15:11:15 +0100
  • 7be889ccae added fuerte suffix to fuerte-specific script Lukas Bulwahn 2013-01-23 13:50:13 +0100
  • 0a93935783 added fuerte suffix to fuerte-specific files Lukas Bulwahn 2013-01-23 13:24:51 +0100
  • 0ea12a38db preliminary script for creating the src.tar.gz Lukas Bulwahn 2013-01-11 10:42:39 +0100
  • 2c8274b74f simplified groovy installation on target Lukas Bulwahn 2013-01-11 10:41:30 +0100
  • e7a336b151 we patch catkin as catkin assumes that every linux is an ubuntu system but the openembedded linux system is not Lukas Bulwahn 2013-01-11 09:43:56 +0100
  • 69c02888bf catkin recipe missed to add the python modules to the packages (NB: QA still mentions so files not shipped) Lukas Bulwahn 2013-01-11 08:59:34 +0100
  • f1827f1ba4 improving catkin recipe so that it does run through (it compiles and installs now, but I am not sure if the installation is correct) Lukas Bulwahn 2013-01-10 07:30:25 +0100
  • 8aa27d432d adding catkin-pkg for sysroot environment (native package) Lukas Bulwahn 2013-01-09 08:09:43 +0100
  • c3f3811cf4 adding state of the work to the README Lukas Bulwahn 2013-01-09 08:07:40 +0100
  • 586d155617 adding a recipe for catkin Lukas Bulwahn 2013-01-08 14:08:29 +0100
  • 0073f55a90 ros-groovy requires python with ipv6 support Lukas Bulwahn 2013-01-08 07:53:53 +0100
  • caf14278ab removing unneeded easyinstall and duplicate setuptools Lukas Bulwahn 2013-01-07 14:35:38 +0100
  • f0aeb0f54c adding the usual packages for ros so that groovy now compiles completely Lukas Bulwahn 2013-01-07 14:33:00 +0100
  • aa217be027 groovy requires libtinyxml headers Lukas Bulwahn 2013-01-04 16:39:02 +0100
  • 0722248e9d adding recipe libtinyxml for ros-groovy; announcing redistribution of recipe; tuned README Lukas Bulwahn 2013-01-04 15:30:08 +0100
  • 2cdc13131b adding a first version of an installation script for ros-groovy Lukas Bulwahn 2013-01-04 15:18:34 +0100
  • cf1c18d376 adding further packages that are required for ros-groovy Lukas Bulwahn 2013-01-04 15:14:05 +0100
  • 5b73fd612c adding a minimal .gitignore file Lukas Bulwahn 2013-01-04 10:54:33 +0100
  • 5b0d7e5b1c adding some modules to the image that are needed by catkin Lukas Bulwahn 2013-01-04 10:53:31 +0100
  • 20621aa6db improving dependencies in the python recipes; simplifying core-image-ros after dependencies are improved Lukas Bulwahn 2013-01-03 14:01:06 +0100
  • 538ab4af33 recipes for prequisites for a native ros-groovy installation Lukas Bulwahn 2013-01-03 13:41:51 +0100
  • 8fed418521 experimental image for ros-groovy Lukas Bulwahn 2013-01-03 10:52:14 +0100
  • e8f6006528 tuned Lukas Bulwahn 2013-01-02 11:43:49 +0100
  • 240961f149 adjusting recipe as hostname has changed after working on x86 archictecture Lukas Bulwahn 2013-01-02 10:56:09 +0100
  • e3df6dadd2 updated README Lukas Bulwahn 2013-01-02 10:09:13 +0100
  • a7680708ac removed obsolete preconfigure in ros recipe Lukas Bulwahn 2013-01-02 10:07:06 +0100
  • 35dc7b83e2 remove obsolete postprocess command Lukas Bulwahn 2012-12-21 13:30:49 +0100
  • cf81f1bb69 adding tools-sdk which was previously in the local settings file Lukas Bulwahn 2012-12-21 13:29:25 +0100
  • 1e61c4a42f working on README Lukas Bulwahn 2012-12-21 12:25:06 +0100
  • 999d377679 improving installation script Lukas Bulwahn 2012-12-21 12:14:13 +0100
  • a6c5553c9a adding dateutil to the image, as i do not know why RDEPENDS does not ensure that dateutil exists in the rootfs Lukas Bulwahn 2012-12-21 12:00:14 +0100
  • a963dfa04e the new recipe python-dateutil is required for rosinstall Lukas Bulwahn 2012-12-21 11:58:48 +0100
  • 8c0cef057c tried to add python-vcstools via dependency in python-rosinstall but it does not do and then added it the core-image instead; tuned layout and order in core-image Lukas Bulwahn 2012-12-21 11:29:06 +0100
  • 1a7b85e910 adding the recipe python-vcstools, as now that the python recipes do not use setuptools to get all the dependencies write we need further recipes Lukas Bulwahn 2012-12-21 11:27:19 +0100
  • 910225466b really adding the setuptools class this time Lukas Bulwahn 2012-12-21 10:34:30 +0100
  • 28076e77db adding the setuptools class from openembedded classic; adjusting the packages; adding legal statement Lukas Bulwahn 2012-12-21 10:32:44 +0100
  • 5cacde7e52 working on scripts and extending README Lukas Bulwahn 2012-12-21 10:20:54 +0100
  • 4af57644ac describing the current error of the ros package; experimenting with ros package Lukas Bulwahn 2012-12-21 09:06:37 +0100
  • 22f942c14d preliminary script to fetch ros repositories Lukas Bulwahn 2012-12-20 16:54:49 +0100
  • 872634bb87 standardizing log4cxx licence info Lukas Bulwahn 2012-12-20 16:41:48 +0100
  • cc5989c0f7 extending README Lukas Bulwahn 2012-12-20 16:34:14 +0100
  • 8dc7120e5e adjusting ros recipe Lukas Bulwahn 2012-12-20 15:54:45 +0100
  • ddb2acd226 renamed to README Lukas Bulwahn 2012-12-20 15:53:56 +0100
  • 57386cb319 updated README file Lukas Bulwahn 2012-12-20 15:53:40 +0100
  • e4bca75c5d remove unused log4cxx Lukas Bulwahn 2012-12-20 15:36:15 +0100
  • b90db32a58 updating README Lukas Bulwahn 2012-12-20 15:27:02 +0100
  • e7571a4067 updated README Lukas Bulwahn 2012-12-20 15:19:11 +0100
  • 86850d5c35 moved files to more appropriate place Lukas Bulwahn 2012-12-20 14:25:55 +0100
  • a02d2aa527 moved all files from meta to root directory Lukas Bulwahn 2012-12-20 14:15:12 +0100
  • 0b8c71bc3e towards an own layer Lukas Bulwahn 2012-12-20 14:13:25 +0100
  • 472ed6cfea renamed core-image to a more proper name Lukas Bulwahn 2012-12-20 13:42:26 +0100
  • f3a22c43a2 renamed README to a more proper name Lukas Bulwahn 2012-12-20 13:41:22 +0100
  • 013eabb51d updating README Lukas Bulwahn 2012-12-20 13:40:23 +0100
  • 324a0655bf telling more onabout he install.l script Lukas Bulwahn 2012-12-20 11:25:58 +0100
  • 841febc204 adding further remarks Lukas Bulwahn 2012-12-20 11:09:44 +0100
  • 7aecb7ec31 experimenting with a solution for the packaging with easyinstall that was suggested by Ross Burton on the oe mailing list Lukas Bulwahn 2012-12-20 10:14:23 +0100
  • 8e3323f377 added open issues for publication to README Lukas Bulwahn 2012-12-19 15:04:35 +0100
  • e9ed2d3fd1 adding license in preparation of going public Lukas Bulwahn 2012-12-18 16:25:23 +0100
  • 549040c75b adding easyinstall class Lukas Bulwahn 2012-12-18 09:03:50 +0100
  • b75abc07b1 Revert "trying to extract the setting from easyinstall.sh and insert it correctly again" Lukas Bulwahn 2012-12-18 08:59:36 +0100
  • 1df51ebf5a a stable version for the easyinstall issue, but it could be automated more Lukas Bulwahn 2012-12-18 08:57:27 +0100
  • 5966f2916d trying to extract the setting from easyinstall.sh and insert it correctly again Lukas Bulwahn 2012-12-17 17:39:04 +0100
  • 8a34fa39ff moving the easyinstall routine into the distutils class Lukas Bulwahn 2012-12-17 16:21:20 +0100
  • 443bbf6661 a first iteration at creating the correct easyinstall.pth file Lukas Bulwahn 2012-12-17 15:39:20 +0100
  • b1066e884a a first iteration at creating the correct easyinstall.pth file Lukas Bulwahn 2012-12-17 15:38:00 +0100
  • 93b03b620a experimenting to install the correct easy_install.pth automagically Lukas Bulwahn 2012-12-17 12:01:14 +0100