From 1ae87b3a562e475106cdff4a1beec4d2e4d7777d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 26 Mar 2025 18:44:02 +0000 Subject: [PATCH] config.json: Drop qemumips based multilib test Since we're not actively testing mips, we should drop this specific multilib test too. Signed-off-by: Richard Purdie --- config.json | 10 ---------- 1 file changed, 10 deletions(-) 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" : {