summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@enea.com>2014-07-16 17:43:12 +0200
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-07-16 13:12:41 -0400
commitf485eef9cb29c4e50ac6b6772cfc4c6c51d45584 (patch)
tree66bd8232e109bd37d455731c6ce577f49b1cfcc7
parent8242cb340592caa5940181fbdab951163b078353 (diff)
downloadmeta-virtualization-f485eef9cb29c4e50ac6b6772cfc4c6c51d45584.tar.gz
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 <maxin.john@enea.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--recipes-extended/images/kvm-image-minimal.bb2
1 files changed, 0 insertions, 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"
21inherit core-image 21inherit core-image
22 22
23IMAGE_ROOTFS_SIZE = "8192" 23IMAGE_ROOTFS_SIZE = "8192"
24
25ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; "