From f485eef9cb29c4e50ac6b6772cfc4c6c51d45584 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 16 Jul 2014 17:43:12 +0200 Subject: kvm-image-minimal: Fix warning 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 Signed-off-by: Bruce Ashfield --- 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 abc0feed..c96edca7 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 ; " -- cgit v1.2.3-54-g00ecf