summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/images/core-image-minimal.bb
diff options
context:
space:
mode:
authorLaurentiu Palcu <laurentiu.palcu@intel.com>2013-05-21 14:02:01 +0300
committerSaul Wold <sgw@linux.intel.com>2013-06-10 14:51:29 -0700
commitaac8a59216819759d6b97bc30a7c717dbee7060a (patch)
tree9c114b64dfca37140e6792b414ed1f7f8d150271 /meta/recipes-core/images/core-image-minimal.bb
parentd3d810faf8e93ce2d3faaa70da6deeb25b1cec26 (diff)
downloadopenembedded-core-aac8a59216819759d6b97bc30a7c717dbee7060a.tar.gz
core-image-minimal: do not remove packaging files in the rootfs postprocess
Since the removal of PM's meta-data was moved in image.bbclass, after rootfs_*_do_rootfs() runs, there's no need to remove the files in rootfs postprocess stage. Also, if the meta-data is removed then there's no way we can save the postinstalls to /etc/(deb|ipk)-postinsts later. For RPM, it doesn't really matter since the postinstalls are saved to /etc/rpm-postinsts as soon as the postinstall fails. [YOCTO #4484] Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-core/images/core-image-minimal.bb')
-rw-r--r--meta/recipes-core/images/core-image-minimal.bb2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/images/core-image-minimal.bb b/meta/recipes-core/images/core-image-minimal.bb
index 0d2613e327..0b56cc8549 100644
--- a/meta/recipes-core/images/core-image-minimal.bb
+++ b/meta/recipes-core/images/core-image-minimal.bb
@@ -10,5 +10,3 @@ inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
-# remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "