Re: [OE-core] [PATCH 0/1] Image manifest support

2013-11-27 Thread Chris Larson
Would you mind summarizing the differences between this and the already
emitted image license manifest in deploy/license?


On Tue, Nov 26, 2013 at 5:09 AM, Paul Eggleton 
paul.eggle...@linux.intel.com wrote:

 The following change since commit 25a75e83550fab0f9d2486b13ec9ab6339b6a8b0:

   linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package
 (2013-11-25 16:14:15 +)

 is available in the git repository at:

   git://git.openembedded.org/openembedded-core-contrib paule/manifest

 http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/manifest

 Paul Eggleton (1):
   classes/image: write image manifest

  meta/classes/image.bbclass| 15 +--
  meta/classes/populate_sdk_deb.bbclass |  2 ++
  meta/classes/populate_sdk_ipk.bbclass |  2 ++
  meta/classes/populate_sdk_rpm.bbclass |  2 ++
  meta/classes/rootfs_ipk.bbclass   | 14 --
  scripts/opkg-query-helper.py  |  9 +
  6 files changed, 24 insertions(+), 20 deletions(-)

 --
 1.8.1.2

 ___
 Openembedded-core mailing list
 Openembedded-core@lists.openembedded.org
 http://lists.openembedded.org/mailman/listinfo/openembedded-core




-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] Image manifest support

2013-11-27 Thread Paul Eggleton
Hi Chris,

On Wednesday 27 November 2013 12:02:41 Chris Larson wrote:
 Would you mind summarizing the differences between this and the already
 emitted image license manifest in deploy/license?

Actually I hadn't appreciated that there is a plain package list in that 
directory now in addition to the license manifest; however with this version:

1) It's right next to the image(s) instead of in another directory

2) The package version is in the same file next to the package name rather than 
in a separate file where fields are spread over multiple lines (which is harder 
to process)

3) It includes the package architecture

4) This isn't for licensing purposes, so it doesn't include any license 
information

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


Re: [OE-core] [PATCH 0/1] Image manifest support

2013-11-27 Thread Chris Larson
On Wed, Nov 27, 2013 at 1:26 PM, Paul Eggleton 
paul.eggle...@linux.intel.com wrote:

 On Wednesday 27 November 2013 12:02:41 Chris Larson wrote:
  Would you mind summarizing the differences between this and the already
  emitted image license manifest in deploy/license?

 Actually I hadn't appreciated that there is a plain package list in that
 directory now in addition to the license manifest; however with this
 version:

 1) It's right next to the image(s) instead of in another directory

 2) The package version is in the same file next to the package name rather
 than
 in a separate file where fields are spread over multiple lines (which is
 harder
 to process)

 3) It includes the package architecture

 4) This isn't for licensing purposes, so it doesn't include any license
 information


Understood, thanks. I’ll have to take a look. At Mentor we’ve been using
the license manifest coupled with
https://github.com/MentorEmbedded/meta-mentor/blob/master/classes/deploy-license-manifest.bbclass.
We’ll probably keep both, use yours for more convenient user examination,
and keep the rest for sending off to legal departments and whatnot.
-- 
Christopher Larson
clarson at kergoth dot com
Founder - BitBake, OpenEmbedded, OpenZaurus
Maintainer - Tslib
Senior Software Engineer, Mentor Graphics
___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core


[OE-core] [PATCH 0/1] Image manifest support

2013-11-26 Thread Paul Eggleton
The following change since commit 25a75e83550fab0f9d2486b13ec9ab6339b6a8b0:

  linux-firmware: add missing linux-firmware-iwlwifi-7260-7 package (2013-11-25 
16:14:15 +)

is available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib paule/manifest
  
http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=paule/manifest

Paul Eggleton (1):
  classes/image: write image manifest

 meta/classes/image.bbclass| 15 +--
 meta/classes/populate_sdk_deb.bbclass |  2 ++
 meta/classes/populate_sdk_ipk.bbclass |  2 ++
 meta/classes/populate_sdk_rpm.bbclass |  2 ++
 meta/classes/rootfs_ipk.bbclass   | 14 --
 scripts/opkg-query-helper.py  |  9 +
 6 files changed, 24 insertions(+), 20 deletions(-)

-- 
1.8.1.2

___
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core