diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-18 18:40:26 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-02-18 23:04:04 +0000 |
commit | e3058a010703f951eef5e23b89a1898aa4157c22 (patch) | |
tree | 072c589aa6b8417cf5031a92b6fd0a8cf3ee5a12 /templates/feature/agl-archiver/50_local.conf.inc | |
parent | ef0396a7d986d4fe381fe1f8f061083745dd6625 (diff) |
Update archiver feature regexp
The archiver feature will need extra parameters set to catch
all recipes. We exclude any proprietary code on purpose so
rewrite COPYLEFT_LICENSE_EXCLUDE in your conf/local.conf
if necessary.
Bug-AGL: SPEC-3186
.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Iaa3387a2647f8bb6d49c7d4a0e1e72e8e3b08fd8
Diffstat (limited to 'templates/feature/agl-archiver/50_local.conf.inc')
-rw-r--r-- | templates/feature/agl-archiver/50_local.conf.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-archiver/50_local.conf.inc b/templates/feature/agl-archiver/50_local.conf.inc index 946c262df..6ff284cdb 100644 --- a/templates/feature/agl-archiver/50_local.conf.inc +++ b/templates/feature/agl-archiver/50_local.conf.inc @@ -1,2 +1,4 @@ INHERIT += "archiver" ARCHIVER_MODE[src] = "original" +COPYLEFT_LICENSE_INCLUDE = "*" +COPYLEFT_LICENSE_EXCLUDE += "CLOSED Proprietary Custom Firmware-* Freescale-* NXP-* TI TI-*" |