Re: [yocto] Finding/Generating Rootfs Package List

2013-04-29 Thread Paul Eggleton
On Thursday 25 April 2013 15:25:10 Burton, Ross wrote: On 25 April 2013 15:10, Jon Szymaniak jon.szyman...@gmail.com wrote: In my current situation, I have a small read-only image where I can't afford to ship pkg data, and wanted to gather this info on the host side of things. I assume this

[yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Jon Szymaniak
Hi all, I generally like to keep a little manifest file with my rootfs images, containing a list of installed packages and their associated versions. On images where I keep package data around, I usually generate this via 'opkg list'. In my current situation, I have a small read-only image

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Burton, Ross
Hi Jon, On 25 April 2013 15:10, Jon Szymaniak jon.szyman...@gmail.com wrote: In my current situation, I have a small read-only image where I can't afford to ship pkg data, and wanted to gather this info on the host side of things. I assume this information is tracked somewhere in the poky

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Martin Jansa
On Thu, Apr 25, 2013 at 10:10:31AM -0400, Jon Szymaniak wrote: Hi all, I generally like to keep a little manifest file with my rootfs images, containing a list of installed packages and their associated versions. On images where I keep package data around, I usually generate this via 'opkg

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Gary Thomas
On 2013-04-25 08:25, Burton, Ross wrote: Hi Jon, On 25 April 2013 15:10, Jon Szymaniak jon.szyman...@gmail.com wrote: In my current situation, I have a small read-only image where I can't afford to ship pkg data, and wanted to gather this info on the host side of things. I assume this

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Gary Thomas
On 2013-04-25 08:49, Gary Thomas wrote: On 2013-04-25 08:25, Burton, Ross wrote: Hi Jon, On 25 April 2013 15:10, Jon Szymaniak jon.szyman...@gmail.com wrote: In my current situation, I have a small read-only image where I can't afford to ship pkg data, and wanted to gather this info on the

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Jon Szymaniak
Ross and Martin -- thanks for your quick responses. I failed to mention that I wanted both the ${PV} and ${PR} for packages, so unfortunately the *-pkgs.txt files won't suffice. Is there a particular reason why these files don't contain this information? I haven't looked into where these are

Re: [yocto] Finding/Generating Rootfs Package List

2013-04-25 Thread Mark Hatle
You can use the license manifest to give you this information. See: build/tmp/deploy/licenses/image-machine-timedate/... There is a license.manifest and package.manifest. The license.manifest includes package version. --Mark On 4/25/13 9:10 AM, Jon Szymaniak wrote: Hi all, I generally