diff --git a/recipes-core/images/core-image-ros-roscore.bb b/recipes-core/images/core-image-ros-roscore.bb index a8bdb2e..a028e08 100644 --- a/recipes-core/images/core-image-ros-roscore.bb +++ b/recipes-core/images/core-image-ros-roscore.bb @@ -10,7 +10,4 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" -# remove not needed ipkg informations -ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files" - IMAGE_INSTALL += "roslaunch" diff --git a/recipes-core/images/core-image-ros-world.bb b/recipes-core/images/core-image-ros-world.bb index c725110..26451d2 100644 --- a/recipes-core/images/core-image-ros-world.bb +++ b/recipes-core/images/core-image-ros-world.bb @@ -10,7 +10,4 @@ inherit core-image IMAGE_ROOTFS_SIZE = "8192" -# remove not needed ipkg informations -ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files" - IMAGE_INSTALL += "packagegroup-ros-world"