[meta-virtualization] [PATCH v2] kvm-image-minimal: Fix warning

Maxin B. John maxin.john at enea.com
Wed Jul 16 08:43:12 PDT 2014


Fix this warning:
WARNING: Function remove_packaging_data_files doesn't exist

The remove_packaging_data_files function is now handled automatically when
"package-management" is not in IMAGE_FEATURES. We should remove the lines,
as they are not needed and might interfere with correct operation of
postinstall scripts.

Signed-off-by: Maxin B. John <maxin.john at enea.com>
---
 recipes-extended/images/kvm-image-minimal.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/recipes-extended/images/kvm-image-minimal.bb b/recipes-extended/images/kvm-image-minimal.bb
index abc0fee..c96edca 100644
--- a/recipes-extended/images/kvm-image-minimal.bb
+++ b/recipes-extended/images/kvm-image-minimal.bb
@@ -21,5 +21,3 @@ LICENSE = "MIT"
 inherit core-image
 
 IMAGE_ROOTFS_SIZE = "8192"
-
-ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "
-- 
1.9.1



More information about the meta-virtualization mailing list