Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Barros Pena, Belen
On 23/01/2014 21:09, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jan 23, 2014 at 9:42 PM, Brian Hutchinson b.hutch...@gmail.com wrote: Yes, but: 1. I don't think package-index is image specific ... its just a list of everything that has been bitbaked on the box (which

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Brian Hutchinson
On Fri, Jan 24, 2014 at 6:10 AM, Barros Pena, Belen belen.barros.p...@intel.com wrote: On 23/01/2014 21:09, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jan 23, 2014 at 9:42 PM, Brian Hutchinson b.hutch...@gmail.com wrote: Yes, but: 1. I don't think package-index is

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Paul Eggleton
On Friday 24 January 2014 08:46:02 Brian Hutchinson wrote: That is VERY nice! I like it. I'm looking for something a bit simpler though ... just want to be able to have a text file with the package names and their versions that we can either include as a file or copy paste in our release

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Brian Hutchinson
On Fri, Jan 24, 2014 at 8:53 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: If you want license and version information, probably the best place to get that is the automatically produced license manifest for the image:

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Barros Pena, Belen
On 24/01/2014 13:46, Brian Hutchinson b.hutch...@gmail.com wrote: On Fri, Jan 24, 2014 at 6:10 AM, Barros Pena, Belen belen.barros.p...@intel.com wrote: On 23/01/2014 21:09, Nicolas Dechesne nicolas.deche...@linaro.org wrote: On Thu, Jan 23, 2014 at 9:42 PM, Brian Hutchinson

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Barros Pena, Belen
On 24/01/2014 14:10, Barros Pena, Belen belen.barros.p...@intel.com wrote: On 24/01/2014 13:46, Brian Hutchinson b.hutch...@gmail.com wrote: On Fri, Jan 24, 2014 at 6:10 AM, Barros Pena, Belen belen.barros.p...@intel.com wrote: On 23/01/2014 21:09, Nicolas Dechesne

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Paul Eggleton
On Friday 24 January 2014 09:07:46 Brian Hutchinson wrote: On Fri, Jan 24, 2014 at 8:53 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: If you want license and version information, probably the best place to get that is the automatically produced license manifest for the image:

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-24 Thread Brian Hutchinson
On Fri, Jan 24, 2014 at 9:20 AM, Paul Eggleton paul.eggle...@linux.intel.com wrote: The point is, there is a file tmp/deploy/licenses/image_name-datestamp/license.manifest which contains a list of all installed packages, their version, their license and the recipe they were produced by.

[yocto] How to get a list of packages (with versions) used to create an image?

2014-01-23 Thread Brian Hutchinson
Hi, I've seen the bitbake -g command that lists the packages in an image: bitbake -g *image* cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq ... but for documentation I need to generate this list with package version

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-23 Thread Martin Jansa
On Thu, Jan 23, 2014 at 02:35:06PM -0500, Brian Hutchinson wrote: Hi, I've seen the bitbake -g command that lists the packages in an image: bitbake -g *image* cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq ... but for

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-23 Thread Brian Hutchinson
On Thu, Jan 23, 2014 at 3:31 PM, Christian Ege k423...@gmail.com wrote: Hi, I've seen the bitbake -g command that lists the packages in an image: bitbake -g image cat pn-depends.dot | grep -v -e '-native' | grep -v digraph | grep -v -e '-image' | awk '{print $1}' | sort | uniq ...

Re: [yocto] How to get a list of packages (with versions) used to create an image?

2014-01-23 Thread Nicolas Dechesne
On Thu, Jan 23, 2014 at 9:42 PM, Brian Hutchinson b.hutch...@gmail.com wrote: Yes, but: 1. I don't think package-index is image specific ... its just a list of everything that has been bitbaked on the box (which doesn't equate to one particular image ... it's the net of all the packages from