config.json: remove non-gpl3 job

meta-gplv2 is deprecated, so remove it from the autobuilder in master.

Signed-off-by: Ross Burton <ross.burton@arm.com>
This commit is contained in:
Ross Burton 2022-07-06 12:40:42 +01:00
parent f90ea82352
commit aab60909d5

View File

@ -753,17 +753,6 @@
"BBTARGETS" : "build-appliance-image"
}
},
"non-gpl3" : {
"NEEDREPOS" : ["poky", "meta-gplv2"],
"MACHINE" : "qemux86",
"BBTARGETS" : "core-image-minimal core-image-full-cmdline",
"extravars" : [
"require conf/distro/include/disable-gplv3.inc"
],
"EXTRACMDS" : [
"../../yocto-autobuilder-helper/scripts/check-gplv3"
]
},
"no-x11" : {
"MACHINE" : "qemux86-64",
"BBTARGETS" : "core-image-full-cmdline core-image-weston world",