diff mbox series

[yocto-autobuilder-helper] config.json: Drop core-image-sato from x86-64-x32

Message ID 20250508203050.1553862-1-rs@ti.com
State New
Headers show
Series [yocto-autobuilder-helper] config.json: Drop core-image-sato from x86-64-x32 | expand

Commit Message

Randolph Sapp May 8, 2025, 8:30 p.m. UTC
From: Randolph Sapp <rs@ti.com>

Drop core-image-sato from the x86-64-x32 tune test suite and falls back
to core-image-full-cmdline for verification. This change is supported by
previous issues reported in openembedded-core related to graphics and
multimedia, and a dependency issue caused by lack of support of this ABI
in languages like Go [1].

[1] https://lists.openembedded.org/g/openembedded-core/message/216111

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 config.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/config.json b/config.json
index 0631023..383b18d 100644
--- a/config.json
+++ b/config.json
@@ -872,11 +872,11 @@ 
                 "baselib = \"${@d.getVar('BASE_LIB_tune-' + (d.getVar('DEFAULTTUNE', True) or 'INVALID'), True) or 'lib'}\""
             ],
             "step1" : {
-                "BBTARGETS" : "core-image-minimal core-image-sato",
+                "BBTARGETS" : "core-image-minimal core-image-full-cmdline",
                 "SANITYTARGETS" : "core-image-minimal:do_testimage"
             },
             "step2" : {
-                "SANITYTARGETS" : "core-image-sato:do_testimage",
+                "SANITYTARGETS" : "core-image-full-cmdline:do_testimage",
                 "extravars" : [
                     "TEST_SUITES:append = ' x32lib'"
                 ]