summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-18 18:40:26 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2020-02-18 23:04:04 +0000
commite3058a010703f951eef5e23b89a1898aa4157c22 (patch)
tree072c589aa6b8417cf5031a92b6fd0a8cf3ee5a12 /templates
parentef0396a7d986d4fe381fe1f8f061083745dd6625 (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')
-rw-r--r--templates/feature/agl-archiver/.50_FEATURE.md.swpbin12288 -> 0 bytes
-rw-r--r--templates/feature/agl-archiver/50_local.conf.inc2
2 files changed, 2 insertions, 0 deletions
diff --git a/templates/feature/agl-archiver/.50_FEATURE.md.swp b/templates/feature/agl-archiver/.50_FEATURE.md.swp
deleted file mode 100644
index b93845515..000000000
--- a/templates/feature/agl-archiver/.50_FEATURE.md.swp
+++ /dev/null
Binary files differ
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-*"