From 8165157cd6a5ca5e9fb8dff7e6047e70a348e5d5 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 22 Nov 2018 12:50:12 +0000 Subject: [PATCH] config.py: Separate mingw from the qa-extras target Signed-off-by: Richard Purdie --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 66583c6..f32fa85 100644 --- a/config.py +++ b/config.py @@ -10,7 +10,7 @@ buildertorepos = { "eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4", "meta-qt3", "meta-mingw", "meta-gplv2"], "non-gpl3": ["poky", "meta-gplv2"], - "qa-extras": ["poky", "meta-mingw"], + "meta-mingw": ["poky", "meta-mingw"], "qemuarm-oecore": ["oecore", "bitbake"], "checkuri": ["poky", "meta-qt4", "meta-qt3"], "check-layer": ["poky", "meta-mingw", "meta-gplv2"], @@ -57,7 +57,7 @@ trigger_builders_wait_shared = [ "eclipse-plugin-oxygen", "non-gpl3", "wic", "poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11", "qa-extras", "qa-extras2", - "check-layer" + "check-layer", "meta-mingw" ] trigger_builders_wait_quick = trigger_builders_wait_shared + [