[OE-core] [PATCH 1/1] image.bbclass: leave metadata in place if a PM is installed in the image

Laurentiu Palcu laurentiu.palcu at intel.com
Thu Sep 5 13:14:23 UTC 2013


On Thu, Sep 05, 2013 at 01:53:44PM +0100, Paul Eggleton wrote:
> On Thursday 05 September 2013 13:29:34 Phil Blundell wrote:
> > On Thu, 2013-09-05 at 07:19 -0500, Paul Eggleton wrote:
> > > I'm clearly missing something here. If we have a generic mechanism to run
> > > postinstall scripts now, and "package-management" is not in
> > > IMAGE_FEATURES,
> > > why do we need or want the package manager to be in control of running the
> > > postinstalls?
> > 
> > We don't.  The postinsts should be getting run by run-postinsts.
> > 
> > I must admit I still don't entirely understand what the problem is that
> > Laurentiu is trying to fix with his patch, and the description in the
> > Yocto bugzilla remains opaque to me.  Can you clarify what exactly it is
> > that's currently going wrong?
> 
> The reason I reopened the bug (the final comment) is that I had a situation 
> recently where I had got opkg installed in an image via dependencies and I did 
> not have package-management in IMAGE_FEATURES. The result was that 
> postinstalls to be run on first boot just silently did not work, which is not 
> good behaviour.
> 
> Now, with the image I was dealing with I needed to add package-management to 
> IMAGE_FEATURES anyway; but things shouldn't just silently break because the 
> package manager happens to be installed especially as it may not be 
> immediately clear to the user that the latter had even happened. I'm pretty 
> sure this didn't used to be an issue.
Well, it's present since denzil anyway. You confirmed it yourself Paul:
https://bugzilla.yoctoproject.org/show_bug.cgi?id=4484#c13

Before the rework, the metadata (for opkg at least) was deleted no
matter what during rootfs generation. So, there's no way this case (no
'package-management' in IMAGE_FEATURES and opkg installed) worked
recently.

Anyway, do we have a better idea? The solution Phil suggested, is not
quite ok... We'll end up with useless metadata if no PM is installed and
delayed postinstalls are present or, the other case, have the PM
installed with no metadata if the PM is installed but we have no delayed
postinstalls...

Thanks,
Laurentiu

> 
> Cheers,
> Paul
> 
> -- 
> 
> Paul Eggleton
> Intel Open Source Technology Centre



More information about the Openembedded-core mailing list