Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/5] license: Add support for handle INCOMPATIBLE_LICENSE
@ 2015-03-14 10:45 Aníbal Limón
  2015-03-14 10:45 ` [PATCH 1/5] license_class: Reimplemented manifest creation in python Aníbal Limón
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Aníbal Limón @ 2015-03-14 10:45 UTC (permalink / raw)
  To: openembedded-core

The next changes was made to implement INCOMPATIBLE_LICENSE handling in manifest
creation this implies to rewrite license_manifest_creation from shell to python.

Tests was made to guarantee compatibility and can be found at,

The last two patches are to avoid warnings in manifest creation due that these
recipes don't collect licenses before.

The following changes since commit 7f30749fe026e9ceb75d73b89271145a45a60763:

  oeqa/parselogs: Skip hda opcode errors (2015-03-12 12:50:24 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib alimon/license-rebase
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=alimon/license-rebase

Aníbal Limón (5):
  license_class: Reimplemented manifest creation in python
  license_class: Generalize license_ok function
  license: Add support for handle INCOMPATIBLE_LICENSE in manifest
    creation
  packagegroups: Add LIC_FILES_CHKSUM to avoid warnings in manifest
    creation
  glibc/glibc-collateral.inc: Add LIC_FILES_CHKSUM to avoid warnings in
    manifest creation

 meta/classes/license.bbclass                       | 190 +++++++++++----------
 meta/lib/oe/license.py                             |  84 +++++++++
 meta/recipes-core/glibc/glibc-collateral.inc       |   2 +
 .../packagegroups/packagegroup-base.bb             |   1 +
 .../packagegroups/packagegroup-core-boot.bb        |   1 +
 .../packagegroup-core-buildessential.bb            |   1 +
 .../packagegroup-core-eclipse-debug.bb             |   1 +
 .../packagegroups/packagegroup-core-nfs.bb         |   1 +
 .../packagegroups/packagegroup-core-sdk.bb         |   1 +
 .../packagegroup-core-ssh-dropbear.bb              |   1 +
 .../packagegroups/packagegroup-core-ssh-openssh.bb |   1 +
 .../packagegroup-core-standalone-sdk-target.bb     |   1 +
 .../packagegroups/packagegroup-core-tools-debug.bb |   1 +
 .../packagegroup-core-tools-profile.bb             |   1 +
 .../packagegroups/packagegroup-cross-canadian.bb   |   1 +
 .../packagegroups/packagegroup-self-hosted.bb      |   1 +
 .../packagegroup-core-device-devel.bb              |   1 +
 .../packagegroup-core-full-cmdline.bb              |   1 +
 .../packagegroups/packagegroup-core-lsb.bb         |   1 +
 .../packagegroups/packagegroup-core-clutter.bb     |   1 +
 .../packagegroups/packagegroup-core-directfb.bb    |   1 +
 .../packagegroups/packagegroup-core-x11-base.bb    |   1 +
 .../packagegroups/packagegroup-core-x11-xserver.bb |   1 +
 .../packagegroups/packagegroup-core-x11.bb         |   1 +
 .../packagegroups/packagegroup-core-qt.bb          |   1 +
 .../packagegroups/packagegroup-core-qt4e.bb        |   1 +
 .../packagegroup-qt-toolchain-target.inc           |   1 +
 .../packagegroups/packagegroup-core-x11-sato.bb    |   1 +
 28 files changed, 212 insertions(+), 89 deletions(-)

-- 
1.8.4.5



^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-03-14 18:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-14 10:45 [PATCH 0/5] license: Add support for handle INCOMPATIBLE_LICENSE Aníbal Limón
2015-03-14 10:45 ` [PATCH 1/5] license_class: Reimplemented manifest creation in python Aníbal Limón
2015-03-14 10:45 ` [PATCH 2/5] license_class: Generalize license_ok function Aníbal Limón
2015-03-14 10:45 ` [PATCH 3/5] license: Add support for handle INCOMPATIBLE_LICENSE in manifest creation Aníbal Limón
2015-03-14 10:45 ` [PATCH 4/5] packagegroups: Add LIC_FILES_CHKSUM to avoid warnings " Aníbal Limón
2015-03-14 10:45 ` [PATCH 5/5] glibc/glibc-collateral.inc: " Aníbal Limón
2015-03-14 18:52 ` [PATCH 0/5] license: Add support for handle INCOMPATIBLE_LICENSE Aníbal Limón

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox