mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 11:59:02 +02:00
config.py: Separate mingw from the qa-extras target
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
ba73db0480
commit
8165157cd6
|
@ -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 + [
|
||||
|
|
Loading…
Reference in New Issue
Block a user