From patchwork Fri Jul 31 15:56:02 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94069 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id 08456C55173 for ; Fri, 31 Jul 2026 15:56:20 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.622.1785513370384045333 for ; Fri, 31 Jul 2026 08:56:11 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=nBlgNVDy; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id A54B0204C; Fri, 31 Jul 2026 08:56:05 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 419033F66F; Fri, 31 Jul 2026 08:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1785513369; bh=+Qfqz3oc9142vA/WpSLjHIj7NEgglOmW5v9dKqSQlak=; h=From:To:Cc:Subject:Date:From; b=nBlgNVDyVghjycvuk5ot1KVckjfGE+/bemlPTVBkIERWX6Fy3bpMwewCRsZWmNuVv aWPXF0kvFzGF7k9hhZDWz4WWBNVh/FK9kNvNT20XV9HqnZBJdYffL5zCOMcM/ysght Z47/pwb1TiTtecQI02wsK8LiziaFn9Vaq0RIfvQ0= From: Ross Burton To: yocto-patches@lists.yoctoproject.org Cc: jpewhacker@gmail.com Subject: [meta-mingw] [PATCH 1/3] mingw-w64: upgrade 12.0.0 -> 13.0.0 Date: Fri, 31 Jul 2026 16:56:02 +0100 Message-ID: <20260731155604.1486464-1-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 31 Jul 2026 15:56:20 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/4612 Notable changes: - Added import libraries for msvcr40d.dll, msvcrtd.dll, msvcr70d.dll, msvcr71d.dll, msvcr80d.dll, msvcr100d.dll, msvcr110d.dll. - Better CRT API consistency between UCRT and MSVCRT, making many APIs available to earlier versions of the MSVCR* runtime as well. - CRTDLL stat API fixes. - Updated Hyper-V headers. - Synchronized with Wine headers (from Wine 10.9). - Many other new win32 APIs. - Fix _atexit call differing between DLLs and EXEs. - Basic support for ARM64EC targets (arm64ec-w64-mingw32). - Make it possible to build winpthreads with MSVC and clang-cl. - Many small fixes for gendef, genidl and genpeimg. Signed-off-by: Ross Burton --- recipes-devtools/mingw-w64/mingw-w64.inc | 2 +- ...-headers_12.0.0.bb => nativesdk-mingw-w64-headers_13.0.0.bb} | 0 ...-runtime_12.0.0.bb => nativesdk-mingw-w64-runtime_13.0.0.bb} | 0 ...eads_12.0.0.bb => nativesdk-mingw-w64-winpthreads_13.0.0.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-headers_12.0.0.bb => nativesdk-mingw-w64-headers_13.0.0.bb} (100%) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-runtime_12.0.0.bb => nativesdk-mingw-w64-runtime_13.0.0.bb} (100%) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-winpthreads_12.0.0.bb => nativesdk-mingw-w64-winpthreads_13.0.0.bb} (100%) diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/mingw-w64/mingw-w64.inc index a24e96c..46d28af 100644 --- a/recipes-devtools/mingw-w64/mingw-w64.inc +++ b/recipes-devtools/mingw-w64/mingw-w64.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/mingw-w64-v${PV}/COPYING;md5=bb936f0e04d COMPATIBLE_HOST = ".*-mingw.*" SRC_URI = "${SOURCEFORGE_MIRROR}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2" -SRC_URI[sha256sum] = "cc41898aac4b6e8dd5cffd7331b9d9515b912df4420a3a612b5ea2955bbeed2f" +SRC_URI[sha256sum] = "5afe822af5c4edbf67daaf45eec61d538f49eef6b19524de64897c6b95828caf" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/" UPSTREAM_CHECK_REGEX = "mingw-w64-v(?P(\d+[\.\-_]*)+)\.tar" diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_12.0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0.bb diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_12.0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0.bb diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_12.0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13.0.0.bb From patchwork Fri Jul 31 15:56:03 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94068 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC8A9C5516F for ; Fri, 31 Jul 2026 15:56:19 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.623.1785513371046146007 for ; Fri, 31 Jul 2026 08:56:11 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=WLApRS6h; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 7583522C7; Fri, 31 Jul 2026 08:56:06 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id 11C4C3F66F; Fri, 31 Jul 2026 08:56:09 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1785513370; bh=0zcxELzsVeBrDxdAFA6llaPGiOY5tvy64zAjJaOvbwE=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=WLApRS6ha7OzXjtSBT3Iqxp6aMT/RuuQGpJA41cmhRGakLjMGHBmcym7kMPKZPRkG OxMv9RyBSa+WnglgiRlJJKby9/8tDH83xWxrskpMj6q7fF4f2xTHp8u5QvuDxO5WCM oguNKp7+oHfVyAsoauQvaWuOB06tJATJn1DwvoRQ= From: Ross Burton To: yocto-patches@lists.yoctoproject.org Cc: jpewhacker@gmail.com Subject: [meta-mingw] [PATCH 2/3] mingw-w64: upgrade 13.0.0 -> 14.0.0 Date: Fri, 31 Jul 2026 16:56:03 +0100 Message-ID: <20260731155604.1486464-2-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260731155604.1486464-1-ross.burton@arm.com> References: <20260731155604.1486464-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 31 Jul 2026 15:56:19 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/4613 Notable changes: - Various fixes to stat() family - Various fixes to mbstowcs/wcstomb - Added C23 binary mingw_pformat specifiers %b and %B - Add support for mingw_pformat %ws, %wS, %wc and %wC - Added C23 half-revolution trigonometric math functions - Sync against Wine version 11.5 - gendef: Print --kill-at information only for i386 - Initial support for arm64ec-w64-mingw32 - Fix stack guard function when built with GCC -fstack-protector-strong - Removed the armv7 experimental softmath code - Removed MINGW_HAS_SECURE_API, secure APIs are always provided - Removed MINGW_HAS_DDK_H Signed-off-by: Ross Burton --- recipes-devtools/mingw-w64/mingw-w64.inc | 2 +- ...-headers_13.0.0.bb => nativesdk-mingw-w64-headers_14.0.0.bb} | 0 ...-runtime_13.0.0.bb => nativesdk-mingw-w64-runtime_14.0.0.bb} | 0 ...eads_13.0.0.bb => nativesdk-mingw-w64-winpthreads_14.0.0.bb} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-headers_13.0.0.bb => nativesdk-mingw-w64-headers_14.0.0.bb} (100%) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-runtime_13.0.0.bb => nativesdk-mingw-w64-runtime_14.0.0.bb} (100%) rename recipes-devtools/mingw-w64/{nativesdk-mingw-w64-winpthreads_13.0.0.bb => nativesdk-mingw-w64-winpthreads_14.0.0.bb} (100%) diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/mingw-w64/mingw-w64.inc index 46d28af..d45fea7 100644 --- a/recipes-devtools/mingw-w64/mingw-w64.inc +++ b/recipes-devtools/mingw-w64/mingw-w64.inc @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://${UNPACKDIR}/mingw-w64-v${PV}/COPYING;md5=bb936f0e04d COMPATIBLE_HOST = ".*-mingw.*" SRC_URI = "${SOURCEFORGE_MIRROR}/project/mingw-w64/mingw-w64/mingw-w64-release/mingw-w64-v${PV}.tar.bz2" -SRC_URI[sha256sum] = "5afe822af5c4edbf67daaf45eec61d538f49eef6b19524de64897c6b95828caf" +SRC_URI[sha256sum] = "6eaf921d9eb987d3820b364ea9775bc19b965ec81490b6fdd716526c28e1995c" UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/" UPSTREAM_CHECK_REGEX = "mingw-w64-v(?P(\d+[\.\-_]*)+)\.tar" diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_14.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_13.0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-headers_14.0.0.bb diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_14.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_13.0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-runtime_14.0.0.bb diff --git a/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13.0.0.bb b/recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_14.0.0.bb similarity index 100% rename from recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_13.0.0.bb rename to recipes-devtools/mingw-w64/nativesdk-mingw-w64-winpthreads_14.0.0.bb From patchwork Fri Jul 31 15:56:04 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ross Burton X-Patchwork-Id: 94067 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from aws-us-west-2-korg-lkml-1.web.codeaurora.org (localhost.localdomain [127.0.0.1]) by smtp.lore.kernel.org (Postfix) with ESMTP id EFAABC54F54 for ; Fri, 31 Jul 2026 15:56:19 +0000 (UTC) Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by mx.groups.io with SMTP id smtpd.msgproc01-g2.624.1785513371861848662 for ; Fri, 31 Jul 2026 08:56:11 -0700 Authentication-Results: mx.groups.io; dkim=fail reason="dkim: body hash did not verify" header.i=@arm.com header.s=foss header.b=Nq2FmyvS; spf=pass (domain: arm.com, ip: 217.140.110.172, mailfrom: ross.burton@arm.com) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 492B4204C; Fri, 31 Jul 2026 08:56:07 -0700 (PDT) Received: from cesw-amp-gbt-1s-m12830-04.lab.cambridge.arm.com (usa-sjc-imap-foss1.foss.arm.com [10.121.207.14]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPA id D60B53F66F; Fri, 31 Jul 2026 08:56:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=arm.com; s=foss; t=1785513371; bh=q+uy1sYZK7mIQmRRruVj4vUHhPqNALz4MxZpQ/ue0rA=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Nq2FmyvSCexUrlVy3N9oZ+Pv9sA3gvQzsmRFOeKUw/vzjMu72lfDW4ogonYOhyc6j XfPwOD/WpvYzPXEmPR+kpWxBKfzk30vbMr2k+KXkGCukBgo7VTUZomheDt/GYkA7FF O/NGULvlSjMCY+dHH//GHehubN99gZKkD5F4Z1JU= From: Ross Burton To: yocto-patches@lists.yoctoproject.org Cc: jpewhacker@gmail.com Subject: [meta-mingw] [PATCH 3/3] mingw-w64: re-enable parallel builds Date: Fri, 31 Jul 2026 16:56:04 +0100 Message-ID: <20260731155604.1486464-3-ross.burton@arm.com> X-Mailer: git-send-email 2.43.0 In-Reply-To: <20260731155604.1486464-1-ross.burton@arm.com> References: <20260731155604.1486464-1-ross.burton@arm.com> MIME-Version: 1.0 List-Id: X-Webhook-Received: from 45-33-107-173.ip.linodeusercontent.com [45.33.107.173] by aws-us-west-2-korg-lkml-1.web.codeaurora.org with HTTPS for ; Fri, 31 Jul 2026 15:56:19 -0000 X-Groupsio-URL: https://lists.yoctoproject.org/g/yocto-patches/message/4614 The build race that caused this to be disabled in 2022[1] appears to have been resolved, and the improvement is significant: nativesdk-mingw-w64-runtime do_compile -362.1s -97.9% 369.9s -> 7.8s nativesdk-mingw-w64-winpthreads do_compile -22.4s -97.9% 22.9s -> 0.5s [1] meta-mingw 5ef7460 ("mingw-w64: Disable parallel build") Signed-off-by: Ross Burton --- recipes-devtools/mingw-w64/mingw-w64.inc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/recipes-devtools/mingw-w64/mingw-w64.inc b/recipes-devtools/mingw-w64/mingw-w64.inc index d45fea7..d271f21 100644 --- a/recipes-devtools/mingw-w64/mingw-w64.inc +++ b/recipes-devtools/mingw-w64/mingw-w64.inc @@ -8,7 +8,3 @@ SRC_URI[sha256sum] = "6eaf921d9eb987d3820b364ea9775bc19b965ec81490b6fdd716526c28 UPSTREAM_CHECK_URI = "http://sourceforge.net/projects/mingw-w64/files/mingw-w64/mingw-w64-release/" UPSTREAM_CHECK_REGEX = "mingw-w64-v(?P(\d+[\.\-_]*)+)\.tar" -#| Assembler messages: -#| i686-w64-mingw32-dlltool --as-flags=--32 -m i386 -k --as=i686-w64-mingw32-as --output-lib lib32/libd3dcompiler_41.a --input-def ../mingw-w64-v9.0.0/mingw-w64-crt/lib32/d3dcompiler_41.def -#| i686-w64-mingw32-dlltool: failed to open temporary tail file: D3DCompiler_dll_t.o: No such file or directory -PARALLEL_MAKE = ""