diff mbox series

[yocto-autobuilder-helper,2/3] config.json: Drop bringup and oecore-qemuarm i686 SDK testing

Message ID 20260603133139.1113999-2-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper,1/3] config.json: Drop i686 uninative | expand

Commit Message

Richard Purdie June 3, 2026, 1:31 p.m. UTC
i686 SDKs aren't being used, drop them from bringup testing and from
oecore-qemuarm since that just duplicates a pointless build.

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

Patch

diff --git a/config.json b/config.json
index a9fb40c..e650b1e 100644
--- a/config.json
+++ b/config.json
@@ -214,24 +214,6 @@ 
 
             },
             "step3" : {
-                 "SDKMACHINE" : "i686",
-                 "extravars" : [
-                    "MACHINE = 'qemuarm64'",
-                    "DISTRO = 'poky'"
-                 ],
-                 "BBTARGETS" : "core-image-sato:do_populate_sdk",
-                 "SANITYTARGETS" : "core-image-sato:do_testsdk"
-            },
-            "step4" : {
-                "SDKMACHINE" : "i686",
-                 "extravars" : [
-                    "MACHINE = 'qemux86-64'",
-                    "DISTRO = 'poky'"
-                 ],
-                "BBTARGETS" : "core-image-sato:do_populate_sdk",
-                "SANITYTARGETS" : "core-image-sato:do_testsdk"
-            },
-            "step5" : {
                 "BUILDINFO" : false,
                 "SDKMACHINE" : "x86_64",
                 "PACKAGE_CLASSES" : "package_rpm",
@@ -521,11 +503,6 @@ 
             "step1" : {
                 "BBTARGETS" : "core-image-sato core-image-sato:do_populate_sdk core-image-minimal:do_populate_sdk_ext",
                 "SANITYTARGETS" : "core-image-sato:do_testimage core-image-sato:do_testsdk"
-            },
-            "step2" : {
-                "SDKMACHINE" : "i686",
-                "BBTARGETS" : "core-image-sato:do_populate_sdk",
-                "SANITYTARGETS" : "core-image-sato:do_testsdk"
             }
         },
         "qemuarm" : {