[OE-core] [PATCH 0/5] license: Add support for handle INCOMPATIBLE_LICENSE

Aníbal Limón anibal.limon at linux.intel.com
Sat Mar 14 10:45:00 UTC 2015


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




More information about the Openembedded-core mailing list