updated README file

This commit is contained in:
Lukas Bulwahn 2012-12-05 13:10:33 +01:00
parent 0557120be3
commit b0b97adcdc
1 changed files with 7 additions and 3 deletions

View File

@ -21,7 +21,10 @@ INSTALLATION and USE:
scp lukas@192.168.7.1:/<location of repository>/install.sh .
sh ./install.sh
WARNING:
When contributing repository, notice that the recipe for log4cxx was based on the recipe in the OpenEmbedded (Classic) Development
(cf. http://cgit.openembedded.org/openembedded/tree/recipes/log4cxx), which is licensed with the MIT Licence.
CONTENT of the repository:
.gitignore list of filenames of the poky-danny-8.0 release to ignore. Adjust file to track newly added recipes.
@ -35,9 +38,10 @@ CONTENT of the repository:
RESOLVED ISSUES:
- recipes for python-pyyaml and python-rospkg create invalid shell scripts (header line refers to python-native instead of python.)
RESOLVED by patching distutils class--will be committed to yocto.
- recipe for log4cxx requires another patch.
RESOLVED by providing patch 0003 in recipe
OPEN ISSUES:
- recipe for log4cxx requires another patch.
- Yocto: python-setuptools requires some python-modules at run-time.
TEMPORARILY RESOLVED by adding all python-modules in the image
SHOULD BE RESOLVED by creating an appropriate patch for python-setuptools and contributing to openembedded-core
@ -45,4 +49,4 @@ OPEN ISSUES:
UNCLEAR. Maybe we need rospkg-dev?
- Compilation with make fails in the virtual machine because of insufficient memory during compilation.