Merge pull request #323 from ashcharles/master
images: Remove spurious post-processing command
This commit is contained in:
commit
4dc5332394
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue