[yocto-autobuilder-helper] [PATCH] config.json: Drop i686 mingw support
Richard Purdie <[email protected]>
| Newsgroups | org.yoctoproject.lists.yocto-patches |
|---|---|
| Message-ID | <[email protected]> |
Most users would use the 64 bit mingw version now, drop the i686 version. Signed-off-by: Richard Purdie <[email protected]> --- config.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/config.json b/config.json index 6df21d4..ac2e933 100644 --- a/config.json +++ b/config.json @@ -1409,9 +1409,6 @@ "BBTARGETS" : "core-image-mingw-sdktest:do_populate_sdk", "ADDLAYER" : ["${BUILDDIR}/../meta-mingw"], "step1" : { - "SDKMACHINE" : "i686-mingw32" - }, - "step2" : { "SDKMACHINE" : "x86_64-mingw32", "SANITYTARGETS" : "core-image-mingw-sdktest:do_testsdk" }