@@ -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",
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(-)