[yocto] Creating a core-image-minimal image with package support
Bryan Evenson
bevenson at melinkcorp.com
Fri Aug 2 10:57:40 PDT 2013
Paul,
> -----Original Message-----
> From: Paul Eggleton [mailto:paul.eggleton at linux.intel.com]
> Sent: Friday, August 02, 2013 12:29 PM
> To: Bryan Evenson
> Cc: Trevor Woerner; yocto at yoctoproject.org
> Subject: Re: [yocto] Creating a core-image-minimal image with package
> support
>
> On Thursday 01 August 2013 14:51:27 Bryan Evenson wrote:
> > Trevor Woerner wrote:
> > > Bryan Evenson wrote:
> > > > What more do I need to add to the image recipe so that the image
> > > > knows what packages were installed on it? And what do I need to
> > > > add so that the /var/lib/opkg directory is created?
> > >
> > > Without "package-management" in the configuration opkg is not
> > > installed in the image (as expected). However, with
> > > "package-management" in the configuration the opkg tools are
> > > installed in the image, but /var/lib/opkg is still empty and the "$
> opkg list"
> > > command returns empty.
> >
> > I'm also working off of poky/dylan. I added "opkg opkg-collateral"
> to
> > the IMAGE_INSTALL variable, in addition to having the "package-
> management"
> > feature in IMAGE_FEATURES. With that setup, my image contains opkg
> > and has the list of packages installed.
>
> Er, I'm a bit confused. Weren't you already doing this in your original
> example? Is this a case where it fails in danny but not in dylan?
>
Huh, I hadn't looked at the original message I'd sent months ago. That does look to be the same recipe I'm using today. I'll take a look back through my local commit log and see if I can find something else that I changed with my setup. But, the state recipe definitely is providing opkg support with my current build environment setup with poky/dylan-9.0.1.
Regards,
Bryan
> Cheers,
> Paul
>
> --
>
> Paul Eggleton
> Intel Open Source Technology Centre
More information about the yocto
mailing list