diff mbox series

[yocto-autobuilder-helper] config.json: Drop qemumips based multilib test

Message ID 20250326184428.868803-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Drop qemumips based multilib test | expand

Commit Message

Richard Purdie March 26, 2025, 6:44 p.m. UTC
Since we're not actively testing mips, we should drop this specific
multilib test too.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
 config.json | 10 ----------
 1 file changed, 10 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 0a2a4b8..03472a5 100644
--- a/config.json
+++ b/config.json
@@ -954,16 +954,6 @@ 
                 "extravars" : [
                     "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib64'"
                 ]
-            },
-            "step6" : {
-                "shortname" : "mip64 n32",
-                "description" : "qemumips64 image using n32 as default",
-                "MACHINE" : "qemumips64",
-                "BBTARGETS" : "core-image-minimal core-image-minimal:do_populate_sdk",
-                "SANITYTARGETS" : "core-image-minimal:do_testimage core-image-minimal:do_testsdk",
-                "extravars" : [
-                    "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-mips64-n32'"
-                ]
             }
         },
         "pkgman-non-rpm" : {