@@ -5,8 +5,6 @@
# ## Build configuration, tied to config.json in yocto-autobuilder-helpers
# Repositories used by each builder
buildertorepos = {
- "eclipse-plugin-neon": ["eclipse-poky-neon"],
- "eclipse-plugin-oxygen": ["eclipse-poky-oxygen"],
"a-quick": ["poky", "meta-intel", "oecore", "bitbake",
"meta-mingw", "meta-gplv2"],
"a-full": ["poky", "meta-intel", "oecore", "bitbake",
@@ -45,10 +43,6 @@ repos = {
"yocto-autobuilder-helper":
["ssh://git@push.yoctoproject.org/yocto-autobuilder-helper",
"master"],
- "eclipse-poky-neon": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
- "neon-master"],
- "eclipse-poky-oxygen": ["ssh://git@push.yoctoproject.org/eclipse-yocto",
- "oxygen-master"],
"poky": ["ssh://git@push.yoctoproject.org/poky", "master"],
"meta-intel": ["ssh://git@push.yoctoproject.org/meta-intel", "master"],
"meta-arm": ["ssh://git@push.yoctoproject.org/meta-arm", "master"],
We stopped building eclipse plugins a long time ago. Remove the remaining references. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.py | 6 ------ 1 file changed, 6 deletions(-)