Skip to content
Snippets Groups Projects
Commit 3e4f257d authored by Ash Charles's avatar Ash Charles
Browse files

images: Remove spurious post-processing command

The 'remove_packaging_data_files' post-processing command generates a
warning for Poky version 1.5+ and is no longer needed.  Section 24.4.9
of the Yocto manual (v1.8) explains that these files are automatically
removed for images not using the package-management feature.

This has been maintained for backwards-compatibility but as of the 0.2
release of this layer, Poky version 1.4 is several years old so we can
reasonably remove this post-processing command (discussion [1]).

[1] https://www.mail-archive.com/meta-ros%40googlegroups.com/msg00086.html



Signed-off-by: default avatarAsh Charles <ashcharles@gmail.com>
parent fd9394c2
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......@@ -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"
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