All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH yocto-autobuilder-helper 1/2] config.json: remove meta-gplv2 from the check-layer job
@ 2022-07-06 14:04 Ross Burton
  2022-07-06 14:04 ` [PATCH yocto-autobuilder-helper 2/2] config.json: remove non-gpl3 job Ross Burton
  0 siblings, 1 reply; 4+ messages in thread
From: Ross Burton @ 2022-07-06 14:04 UTC (permalink / raw)
  To: yocto; +Cc: nd

The meta-gplv2 layer is deprecated in master, so remove it from the
check-layer job.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 config.json | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/config.json b/config.json
index afae5e9..7f7c2ad 100644
--- a/config.json
+++ b/config.json
@@ -857,7 +857,7 @@
             "TEMPLATE" : "reproducible"
         },
         "check-layer" : {
-            "NEEDREPOS" : ["poky", "meta-gplv2", "meta-mingw"],
+            "NEEDREPOS" : ["poky", "meta-mingw"],
             "step1" : {
                 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-poky"]
             },
@@ -866,9 +866,6 @@
             },
             "step3" : {
                 "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-mingw"]
-            },
-            "step4" : {
-                "EXTRACMDS" : ["yocto-check-layer-wrapper ../meta-gplv2"]
             }
         },
         "check-layer-nightly" : {
-- 
2.25.1



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-07-06 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-06 14:04 [PATCH yocto-autobuilder-helper 1/2] config.json: remove meta-gplv2 from the check-layer job Ross Burton
2022-07-06 14:04 ` [PATCH yocto-autobuilder-helper 2/2] config.json: remove non-gpl3 job Ross Burton
2022-07-06 14:13   ` [yocto] " Alexander Kanavin
2022-07-06 15:11     ` Ross Burton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.