| Message ID | 20260531171855.2299550-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: Drop qemuarm testing from meta-virtualization | expand |
diff --git a/config.json b/config.json index f0e220e..b27fee9 100644 --- a/config.json +++ b/config.json @@ -1491,11 +1491,6 @@ "shortname": "Xen for qemuarm64", "MACHINE": "qemuarm64", "BBTARGETS" : "xen-image-minimal" - }, - "step3" : { - "shortname": "Xen for qemuarm", - "MACHINE": "qemuarm", - "BBTARGETS" : "xen-image-minimal" } }, "qa-extras" : {
qemu upstream has dropped support for running on 32 bit hosts (but can still run 32 bit targets). This means qemuarm is no longer supported by xen or by meta-virtualization, so remove it from testing. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 5 ----- 1 file changed, 5 deletions(-)