[yocto-autobuilder-helper] [PATCH 1/3] config.json: Drop i686 uninative
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
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 <[email protected]> --- config.json | 5 ----- 1 file changed, 5 deletions(-) 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"