diff mbox series

[yocto-autobuilder-helper] config.json: Remove obsolete eclipse references

Message ID 20250923093539.2384514-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: 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.json | 31 -------------------------------
 1 file changed, 31 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 16ff72f..90cb791 100644
--- a/config.json
+++ b/config.json
@@ -1508,23 +1508,6 @@ 
                 ]
             }
         },
-        "eclipse-plugin-neon" : {
-            "NEEDREPOS" : ["eclipse-poky-neon"],
-            "WRITECONFIG" : false,
-            "SENDERRORS" : false,
-            "EXTRAPLAINCMDS" : [
-                "cd scripts; ./setup.sh; ECLIPSE_HOME=`pwd`/eclipse/ ./build.sh neon-master master development"
-            ]
-
-        },
-        "eclipse-plugin-oxygen" : {
-            "NEEDREPOS" : ["eclipse-poky-oxygen"],
-            "WRITECONFIG" : false,
-            "SENDERRORS" : false,
-            "EXTRAPLAINCMDS" : [
-                "cd scripts; ./setup.sh; ECLIPSE_HOME=`pwd`/eclipse/ ./build.sh oxygen-master master development"
-            ]
-        },
         "buildperf-debian11" : {
             "TEMPLATE" : "buildperf"
         },
@@ -1818,20 +1801,6 @@ 
             "revision" : "HEAD",
             "no-layer-add" : true
         },
-        "eclipse-poky-neon" : {
-            "url" : "ssh://git@push.yoctoproject.org/eclipse-yocto",
-            "branch" : "neon-master",
-            "revision" : "HEAD",
-            "checkout-dirname" : ".",
-            "no-layer-add" : true
-        },
-        "eclipse-poky-oxygen" : {
-            "url" : "ssh://git@push.yoctoproject.org/eclipse-yocto",
-            "branch" : "oxygen-master",
-            "revision" : "HEAD",
-            "checkout-dirname" : ".",
-            "no-layer-add" : true
-        },
         "meta-mingw" : {
             "url" : "ssh://git@push.yoctoproject.org/meta-mingw",
             "branch" : "master",