diff options
author | Maxin B. John <maxin.john@enea.com> | 2014-07-16 17:43:12 +0200 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-07-16 13:12:41 -0400 |
commit | f485eef9cb29c4e50ac6b6772cfc4c6c51d45584 (patch) | |
tree | 66bd8232e109bd37d455731c6ce577f49b1cfcc7 | |
parent | 8242cb340592caa5940181fbdab951163b078353 (diff) | |
download | meta-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.bb | 2 |
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" | |||
21 | inherit core-image | 21 | inherit core-image |
22 | 22 | ||
23 | IMAGE_ROOTFS_SIZE = "8192" | 23 | IMAGE_ROOTFS_SIZE = "8192" |
24 | |||
25 | ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files ; " | ||