diff mbox series

[yocto-autobuilder-helper] config.json: Drop x32 support testing

Message ID 20260722205426.3978178-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Drop x32 support testing | expand

Commit Message

Richard Purdie July 22, 2026, 8:54 p.m. UTC
The linux kernel plans to drop x32 support. At that point it is not viable for
us to have this so we may as well stop building/testing it.

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

Patch

diff --git a/config.json b/config.json
index 4d329e3..97eec0e 100644
--- a/config.json
+++ b/config.json
@@ -819,24 +819,6 @@ 
                 "OE_FRAGMENTS += 'core/yocto-autobuilder/multilib-x86-lib32'"
             ]
         },
-        "qemux86-64-x32" : {
-            "MACHINE" : "qemux86-64",
-            "BUILDINFO" : true,
-            "extravars" : [
-                "DEFAULTTUNE = 'x86-64-x32'",
-                "baselib = \"${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or 'lib'}\""
-            ],
-            "step1" : {
-                "BBTARGETS" : "core-image-minimal core-image-full-cmdline",
-                "SANITYTARGETS" : "core-image-minimal:do_testimage"
-            },
-            "step2" : {
-                "SANITYTARGETS" : "core-image-full-cmdline:do_testimage",
-                "extravars" : [
-                    "TEST_SUITES:append = ' x32lib'"
-                ]
-            }
-        },
         "qemux86-64-ptest" : {
             "MACHINE" : "qemux86-64",
             "TEMPLATE" : "ptest-qemu"