[yocto-autobuilder-helper] [PATCH] config.json: Drop x32 support testing
Richard Purdie <[email protected]> Wed, 22 Jul 2026 21:54:26 +0100
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- config.json | 18 ------------------ 1 file changed, 18 deletions(-) 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"