Skip to content
Snippets Groups Projects
Commit 5b0d7e5b authored by Lukas Bulwahn's avatar Lukas Bulwahn
Browse files

adding some modules to the image that are needed by catkin

parent 20621aa6
No related branches found
No related tags found
No related merge requests found
......@@ -21,4 +21,9 @@ augment_hosts_setting_file () {
# create a custom hosts file
ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; augment_hosts_setting_file ; "
IMAGE_INSTALL += "python-rosdep python-wstool"
# currently install all python-modules, but we only need a subset.
# also adding python-misc to obtain the ast module. We should check if this ast file should better
# be a python module in the openembedded core repository.
IMAGE_INSTALL += "packagegroup-core-ssh-openssh cmake \
python-modules python-misc python-empy \
python-argparse python-rosdep python-wstool"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment