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