config.py: Remove obsolete eclipse references

We stopped building eclipse plugins a long time ago. Remove
the remaining references.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2025-09-23 10:29:25 +01:00
parent 5dab41d319
commit 5014a51e64

View File

@ -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"],