[OE-core] [PATCHv2 0/8] license_class: Added support for LICENSE_PRIORITY in manifest creation

Aníbal Limón anibal.limon at linux.intel.com
Tue Nov 4 17:14:52 UTC 2014


The major change is when you have OR'ed LICENSE only one is choose according
LICENSE_PRIORITY preferences if LICENSE_PRIORITY isn't specified the left one
is choosen.

Some minor changes was done in the core/packagegroups and glibc-locale recipes
adding LIC_FILES_CHECKSUM to avoid warnings in manifest creation.

The test was done building qemux86/core-image-sato with and without these set of
patches and then run diff recursive under common-licenses created directory.

You can find a tarball with common-license directories, resulted diff and 
local.conf at:

https://bugzilla.yoctoproject.org/attachment.cgi?id=2223

Aníbal Limón (8):
  license_class: Reimplemented manifest creation in python
  license_class: Added support for INCOMPATIBLE_LICENSE into
    license_create_manifest
  license_class: Added LICENSE_PRIORITY support
  license_class: Fix remove + trim in license_create_manifest.
  license_class: license_manifest_creation improvment copying licenses
    to target
  license_class: license_create_manifest improve package file read
  packagegropups: Added LIC_FILES_CHKSUM with MIT license to avoid    
    warning when create license manifest.
  glibc-locale: Added LIC_FILES_CHKSUM for avoid warnings in license    
    manifest creation.

 meta/classes/license.bbclass                       | 236 +++++++++++++--------
 meta/conf/documentation.conf                       |   1 +
 meta/recipes-core/glibc/glibc-collateral.inc       |   2 +
 .../nativesdk-packagegroup-sdk-host.bb             |   1 +
 .../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 +
 .../packagegroup-core-tools-testapps.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 +
 .../nativesdk-packagegroup-qt-toolchain-host.inc   |   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 +
 31 files changed, 180 insertions(+), 87 deletions(-)

-- 
1.9.1




More information about the Openembedded-core mailing list