mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 20:59:02 +02:00
config.py: No longer build eclipse plugins
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
72927543c3
commit
bfe50984af
|
@ -4,10 +4,10 @@ buildertorepos = {
|
||||||
"eclipse-plugin-neon": ["eclipse-poky-neon"],
|
"eclipse-plugin-neon": ["eclipse-poky-neon"],
|
||||||
"eclipse-plugin-oxygen": ["eclipse-poky-oxygen"],
|
"eclipse-plugin-oxygen": ["eclipse-poky-oxygen"],
|
||||||
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
||||||
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
|
"meta-qt4",
|
||||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||||
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
||||||
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
|
"meta-qt4",
|
||||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||||
"non-gpl3": ["poky", "meta-gplv2"],
|
"non-gpl3": ["poky", "meta-gplv2"],
|
||||||
"meta-mingw": ["poky", "meta-mingw"],
|
"meta-mingw": ["poky", "meta-mingw"],
|
||||||
|
@ -58,8 +58,8 @@ trigger_builders_wait_shared = [
|
||||||
"beaglebone", "beaglebone-lsb",
|
"beaglebone", "beaglebone-lsb",
|
||||||
"pkgman-non-rpm",
|
"pkgman-non-rpm",
|
||||||
"pkgman-rpm-non-rpm", "pkgman-deb-non-deb",
|
"pkgman-rpm-non-rpm", "pkgman-deb-non-deb",
|
||||||
"build-appliance", "buildtools", "eclipse-plugin-neon",
|
"build-appliance", "buildtools",
|
||||||
"eclipse-plugin-oxygen", "non-gpl3", "wic",
|
"non-gpl3", "wic",
|
||||||
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
|
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
|
||||||
"qa-extras", "qa-extras2",
|
"qa-extras", "qa-extras2",
|
||||||
"check-layer", "meta-mingw"
|
"check-layer", "meta-mingw"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user