| Submitter | Tom Zanussi |
|---|---|
| Date | Jan. 13, 2012, 5:18 a.m. |
| Message ID | <cover.1326431435.git.tom.zanussi@intel.com> |
| Download | mbox |
| Permalink | /patch/19243/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by melo.openembedded.org with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Fri, 13 Jan 2012 05:28:20 +0000 (UTC) Received: by 10.112.86.42 with SMTP id m10cs11811lbz; Thu, 12 Jan 2012 21:19:12 -0800 (PST) Received: by 10.213.11.15 with SMTP id r15mr237565ebr.113.1326431946036; Thu, 12 Jan 2012 21:19:06 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id x11si4723633eem.105.2012.01.12.21.19.02 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 12 Jan 2012 21:19:06 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1RlZed-0004d7-BA; Fri, 13 Jan 2012 06:26:19 +0100 Received: from mga02.intel.com ([134.134.136.20]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <tom.zanussi@intel.com>) id 1RlZeZ-0004cv-9B for openembedded-core@lists.openembedded.org; Fri, 13 Jan 2012 06:26:15 +0100 Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga101.jf.intel.com with ESMTP; 12 Jan 2012 21:18:42 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.67,351,1309762800"; d="scan'208";a="97965627" Received: from unknown (HELO localhost) ([10.255.13.225]) by orsmga002.jf.intel.com with ESMTP; 12 Jan 2012 21:18:41 -0800 From: tom.zanussi@intel.com To: openembedded-core@lists.openembedded.org Date: Thu, 12 Jan 2012 23:18:04 -0600 Message-Id: <cover.1326431435.git.tom.zanussi@intel.com> X-Mailer: git-send-email 1.7.0.4 Subject: [OE-core] [PATCH 0/5] LICENSE_FLAGS, a replacement for COMMERCIAL_LICENSE, v4 X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer <openembedded-core@lists.openembedded.org> List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Tom Zanussi <tom.zanussi@intel.com> This patchset is a replacement for COMMERCIAL_LICENSE called LICENSE_FLAGS. Please see the commit message for '[PATCH 1/5] base.bbclass: add support for LICENSE_FLAGS' for an explanation of the LICENSE_FLAGS mechanism. v4 changes, reflecting comments from Saul Wold: - move the main functionality to license.bbclass as check_license_flags() - keep the call to check_license_flags() in base.bbclass v3 changes: - add back an accidentally-stripped comment in PATCH 1. v2 changes, reflecting comments from Phil Blundell and Paul Eggleton: - This version converts all the existing packages listed in COMMERCIAL_LICENSE to the equivalent "commercial_${PN}" LICENSE_FLAGS. This allows each package to be added to or removed from the whitelist instead of the previously too-broad 'Commercial' flags for those packages. - Changes all values to lowercase. - The new commit message should explain the mechanism and how it can be used a little better. For some background on these changes, the original proposal for the functionality covered by this replacement was drafted by Saul Wold - the relevant details of that proposal are copied below: *** There has been some issues raised with the initial implementation of COMMERCIAL_LICENSE and we are looking for ways to address this. Currently COMMERCIAL_LICENSE (C_L) is defined in default-distrovars.conf to contain a list of packages that have additional license requirements when used commercially (such as royalty requirements, or acknowledging some type of commercial T&Cs). These packages are skipped during parsing. It currently contains a number of Audio and Video packages that require additional licensing terms when used commercially. As we add additional layers, some of these layers want to add additional package to the C_L list, but how to easily enable them. Since local.conf, where you would normally override things like this, is read in before base.bbclass, which contains tools like oe_filter_out() to modify lists, we can't use that mechanism. That's the background, now for the proposal. Do away with C_L and C_*_PLUGINS, move to a "Named Bit Flag" list in LICENSE_FLAGS, each recipe can then maintain their flags directly, instead of in a shared location like default-distrovars.conf. LICENSE_FLAGS_WHITELIST would be set in local.conf with the values that are acceptable to include in this image, by default it would be blank. Possible values for LICENSE_FLAGS could be: - binary - provides some kind of binary with no source - patent - provides a potential infringing item, that some may not want - commercial - include recipes that may have commercial T&C - commercial_${PN} - commercial licenses specific to ${PN} - license_${PN} - include a recipe that has a specific license - maybe similar or different than commercial_${PN} *** [T&C = Terms and Conditions] [NOTE: the above are only 'possible values' that particular license flags could take. The above are not proposals for specific flags that will be implemented - it's completely up to the package maintainers to define appropriate flags for their packages.] Note that there's no policy attached to any of the above license types - this is simply string-matching that can be used for the purpose of screening packages - if the strings match, the recipe gets in, if not, it doesn't i.e. during parsing, we would inspect the recipe's data for LICENSE_FLAGS and if it has a value then try to match against the WHITELIST - if it matches it gets added to the parsed list, if there is no match then it gets Skip_Package()'ed. The following changes since commit 0f4d99d207b224bb9ce23de00a48f795ae20b3a0: Richard Purdie (1): multilib.conf: Clean up file and add missing entries for various dependencies are available in the git repository at: git://git.yoctoproject.org/poky-contrib.git tzanussi/license-flags.v4 http://git.yoctoproject.org/cgit/cgit.cgi/poky-contrib/log/?h=tzanussi/license-flags.v4 Tom Zanussi (5): base.bbclass: add support for LICENSE_FLAGS Add LICENSE_FLAGS to packages mentioned in COMMERCIAL_LICENSE base.bbclass: remove COMMERCIAL_LICENSE code default-distrovars.inc: remove COMMERCIAL_LICENSE et al documentation-audit.sh: remove COMMERCIAL_LICENSE warning meta/classes/base.bbclass | 12 ++++---- meta/classes/license.bbclass | 30 ++++++++++++++++++++ meta/conf/distro/include/default-distrovars.inc | 5 --- .../gstreamer/gst-fluendo-mp3_0.10.16.bb | 1 + .../gstreamer/gst-openmax_0.10.1.bb | 1 + .../gstreamer/gst-plugins-ugly_0.10.18.bb | 1 + meta/recipes-multimedia/lame/lame_3.99.3.bb | 2 + meta/recipes-multimedia/libmad/libmad_0.15.1b.bb | 1 + meta/recipes-multimedia/libomxil/libomxil_0.9.3.bb | 1 + meta/recipes-multimedia/mpeg2dec/mpeg2dec_0.4.1.bb | 1 + meta/recipes-qt/qt-apps/qmmp_0.5.2.bb | 1 + scripts/contrib/documentation-audit.sh | 3 +- 12 files changed, 47 insertions(+), 12 deletions(-)