From e449dd1c9ee347fbfa36d9d787c8f7547fba5931 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 5 May 2020 11:21:57 +0100 Subject: conf/distro: Add disable-gplv3.inc We're finding meta-gplv2 needs configuration to work as intended. Rather than teaching this to things like the project autobuilder, collect the configuration inside an include file in the layer itself which everyone can either use directly or refer to. Initial population is from the autobuilder config currently used for testing meta-gplv2. Signed-off-by: Richard Purdie --- conf/distro/include/disable-gplv3.inc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 conf/distro/include/disable-gplv3.inc diff --git a/conf/distro/include/disable-gplv3.inc b/conf/distro/include/disable-gplv3.inc new file mode 100644 index 0000000..45834b7 --- /dev/null +++ b/conf/distro/include/disable-gplv3.inc @@ -0,0 +1,2 @@ +INCOMPATIBLE_LICENSE = '*GPLv3' +WARN_QA_remove = 'incompatible-license' -- cgit v1.2.3-54-g00ecf