mirror of
git://git.yoctoproject.org/yocto-autobuilder2.git
synced 2025-07-19 12:49:03 +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-oxygen": ["eclipse-poky-oxygen"],
|
||||
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
|
||||
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
|
||||
"meta-qt4",
|
||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
|
||||
"eclipse-poky-neon", "eclipse-poky-oxygen", "meta-qt4",
|
||||
"meta-qt4",
|
||||
"meta-qt3", "meta-mingw", "meta-gplv2"],
|
||||
"non-gpl3": ["poky", "meta-gplv2"],
|
||||
"meta-mingw": ["poky", "meta-mingw"],
|
||||
|
@ -58,8 +58,8 @@ trigger_builders_wait_shared = [
|
|||
"beaglebone", "beaglebone-lsb",
|
||||
"pkgman-non-rpm",
|
||||
"pkgman-rpm-non-rpm", "pkgman-deb-non-deb",
|
||||
"build-appliance", "buildtools", "eclipse-plugin-neon",
|
||||
"eclipse-plugin-oxygen", "non-gpl3", "wic",
|
||||
"build-appliance", "buildtools",
|
||||
"non-gpl3", "wic",
|
||||
"poky-tiny", "musl-qemux86", "musl-qemux86-64", "no-x11",
|
||||
"qa-extras", "qa-extras2",
|
||||
"check-layer", "meta-mingw"
|
||||
|
|
Loading…
Reference in New Issue
Block a user