On Wed, Jul 16, 2014 at 11:43 AM, Maxin B. John <[email protected]> wrote: > 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.
Looks good. merged! Bruce > > Signed-off-by: Maxin B. John <[email protected]> > --- > 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 > > -- > _______________________________________________ > meta-virtualization mailing list > [email protected] > https://lists.yoctoproject.org/listinfo/meta-virtualization -- "Thou shalt not follow the NULL pointer, for chaos and madness await thee at its end" -- _______________________________________________ meta-virtualization mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-virtualization
