Re: [yocto] Creating a core-image-minimal image with package support

2013-08-02 Thread Bryan Evenson
Paul, > -Original Message- > From: Paul Eggleton [mailto:paul.eggle...@linux.intel.com] > Sent: Friday, August 02, 2013 12:29 PM > To: Bryan Evenson > Cc: Trevor Woerner; yocto@yoctoproject.org > Subject: Re: [yocto] Creating a core-image-minimal image with package

Re: [yocto] Creating a core-image-minimal image with package support

2013-08-02 Thread Paul Eggleton
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 cr

Re: [yocto] Creating a core-image-minimal image with package support

2013-08-01 Thread Bryan Evenson
> -Original Message- > From: Trevor Woerner [mailto:trevor.woer...@linaro.org] > Sent: Thursday, August 01, 2013 1:41 PM > To: Bryan Evenson > Cc: yocto@yoctoproject.org > Subject: Re: [yocto] Creating a core-image-minimal image with package > support > > O

Re: [yocto] Creating a core-image-minimal image with package support

2013-08-01 Thread Trevor Woerner
On 17 June 2013 12:49, Bryan Evenson wrote: > The above recipe yields an image that is includes the opkg executable, but > opkg support is incomplete. Namely, calling opkg yields the error " * > opkg_conf_load: Could not create lock file /var/lib/opkg/lock: No such file > or directory." I can

[yocto] Creating a core-image-minimal image with package support

2013-06-17 Thread Bryan Evenson
All, I am working with the core-image-minimal image from poky/danny as a starting point, but would like to include packaging support. I have tried creating a separate recipe called core-image-opkg.bb which, from what I read in the mega-manual, should include all the parts I need for opkg suppo