Updated README file

This commit is contained in:
Lukas Bulwahn 2012-12-04 11:08:01 +01:00
parent 872e9e40b5
commit 3885047fd8
2 changed files with 3 additions and 2 deletions

View File

@ -30,4 +30,5 @@ RESOLVED ISSUES:
RESOLVED by patching distutils class--will be committed to yocto.
OPEN ISSUES:
- Yocto: python-setuptools requires python-modules at run-time.
- Yocto: python-setuptools requires python-modules at run-time.
- rospkg modules are not found when runnning python.

View File

@ -13,4 +13,4 @@ IMAGE_ROOTFS_EXTRA_SPACE = "524288"
# remove not needed ipkg informations
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
IMAGE_INSTALL += "boost packagegroup-core-ssh-openssh dhcp-client file ldd python-modules python-setuptools python-rospkg python-rosinstall git cmake python-empy"
IMAGE_INSTALL += "boost packagegroup-core-ssh-openssh dhcp-client file ldd python-modules python-setuptools python-rospkg python-rosinstall git cmake python-empy python-pyyaml"