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 |
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'" ]