| Message ID | 20260603143826.1280990-1-richard.purdie@linuxfoundation.org |
|---|---|
| State | New |
| Headers | show |
| Series | [yocto-autobuilder-helper] config.json: Drop i686 mingw support | expand |
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" }
Most users would use the 64 bit mingw version now, drop the i686 version. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- config.json | 3 --- 1 file changed, 3 deletions(-)