diff mbox series

[yocto-autobuilder-helper,1/3] config.json: Drop i686 uninative

Message ID 20260603133139.1113999-1-richard.purdie@linuxfoundation.org
State New
Headers show
Series [yocto-autobuilder-helper,1/3] config.json: Drop i686 uninative | expand

Commit Message

Richard Purdie June 3, 2026, 1:31 p.m. UTC
Runing builds within the constraints of an i686 32 bit system seems
unlikely now, stop generating/shipping uninative for such systems.

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

Patch

diff --git a/config.json b/config.json
index b27fee9..a9fb40c 100644
--- a/config.json
+++ b/config.json
@@ -1073,11 +1073,6 @@ 
                 "SANITYTARGETS" : "buildtools-tarball:do_testsdk buildtools-extended-tarball:do_testsdk"
             },
             "step2" : {
-                "SDKMACHINE" : "i686",
-                "shortname" : "i686 tools",
-                "BBTARGETS" : "uninative-tarball"
-            },
-            "step3" : {
                 "SDKMACHINE" : "aarch64",
                 "shortname" : "aarch64 tools",
                 "BBTARGETS" : "buildtools-tarball buildtools-docs-tarball buildtools-make-tarball buildtools-extended-tarball uninative-tarball"