diff mbox series

[yocto-autobuilder2,1/2] config.py: Remove obsolete eclipse references

Message ID 20250923093528.2384475-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder2,1/2] config.py: Remove obsolete eclipse references | expand

Commit Message

Richard Purdie Sept. 23, 2025, 9:35 a.m. UTC
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(-)
diff mbox series

Patch

diff --git a/config.py b/config.py
index 559ca99f..3c81c372 100644
--- a/config.py
+++ b/config.py
@@ -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"],