@@ -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"
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(-)