diff options
author | Laurentiu Palcu <laurentiu.palcu@intel.com> | 2013-05-21 14:02:01 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-06-11 15:38:04 +0100 |
commit | 98ce0b727baa359a1e6388dd570186099df3983a (patch) | |
tree | dfe8724dc78a70215b81fc4bce74c4fffc9eccc6 | |
parent | 1ce182e79e6c588de4ca372587c0797bc0cb7e80 (diff) | |
download | poky-98ce0b727baa359a1e6388dd570186099df3983a.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]
(From OE-Core rev: aac8a59216819759d6b97bc30a7c717dbee7060a)
Signed-off-by: Laurentiu Palcu <laurentiu.palcu@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/images/core-image-minimal.bb | 2 |
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 | |||
10 | 10 | ||
11 | IMAGE_ROOTFS_SIZE = "8192" | 11 | IMAGE_ROOTFS_SIZE = "8192" |
12 | 12 | ||
13 | # remove not needed ipkg informations | ||
14 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||