From patchwork Wed Jul 29 07:24:24 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: auh@yoctoproject.org X-Patchwork-Id: 93825 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 843F1C55166 for ; Wed, 29 Jul 2026 07:24:35 +0000 (UTC) Received: from a27-31.smtp-out.us-west-2.amazonses.com (a27-31.smtp-out.us-west-2.amazonses.com [54.240.27.31]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.6065.1785309865988834851 for ; Wed, 29 Jul 2026 00:24:26 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=fHwjFdot; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=nqFPu+by; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.31, mailfrom: 0101019facc2a3d8-be34cc92-922f-4c94-84b3-66eadf66cbc9-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky; d=yoctoproject.org; t=1785309865; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=iVUkmpvsBg+BQHoUIBCu92o6UQ9Dj8hWNrRk3fPSC08=; b=fHwjFdotdPVq7A5Z2j3ZRoKgStTgy8s+ewxHM2/Fabqdq4sdCzF2AqqVBKtVOHCZ NPIFK6kt7mf+uDhEBVPKRNGDPa7AknJY745s+h4DPCZS8GI1WyN1YIMxg7IL/kq1JQp rpwnSoddJUHzdhXmpJMB5FqEJi9vbimsdxSXxoH0= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785309865; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=iVUkmpvsBg+BQHoUIBCu92o6UQ9Dj8hWNrRk3fPSC08=; b=nqFPu+bybpM+PQWPBpSKHkPVl13QO/pL0TxXNMnqaUnhHG3q2lMkiSIBBoCRuKoj P4dOsgaYUirA7Fbsh6ehFNyvkxP2knAY1VqMkxmc1HwYJJmMGa71FKj/SODrJAPNnca Bs++ASHMWRq25LYzKA6A2d7QMzg0dRQhauAWLlwY= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] cmake,cmake-native: upgrading to 4.4.1,4.4.1 SUCCEEDED Message-ID: <0101019facc2a3d8-be34cc92-922f-4c94-84b3-66eadf66cbc9-000000@us-west-2.amazonses.com> Date: Wed, 29 Jul 2026 07:24:24 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.07.29-54.240.27.31 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 ; Wed, 29 Jul 2026 07:24:35 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242240 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *cmake,cmake-native* to *4.4.1,4.4.1* has Succeeded. Next steps: - apply the patch: git am 0001-cmake-cmake-native-upgrade-4.4.0-4.4.1-4.4.0-4.4.1.patch - check the changes to upstream patches and summarize them in the commit message, - compile an image that contains the package - perform some basic sanity tests - amend the patch and sign it off: git commit -s --reset-author --amend - send it to the appropriate mailing list Alternatively, if you believe the recipe should not be upgraded at this time, you can fill RECIPE_NO_UPDATE_REASON in respective recipe file so that automatic upgrades would no longer be attempted. Please review the attached files for further information and build/update failures. Any problem please file a bug at https://bugzilla.yoctoproject.org/enter_bug.cgi?product=Automated%20Update%20Handler Regards, The Upgrade Helper -- >8 -- From 3b36178139895ad972c8f3d231b4be128ea1c00b Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 29 Jul 2026 05:34:59 +0000 Subject: [PATCH] cmake,cmake-native: upgrade 4.4.0 -> 4.4.1,4.4.0 -> 4.4.1 Source: Help/release/4.4.rst CMake 4.4 Release Notes *********************** .. only:: html .. contents:: Changes made since CMake 4.3 include the following. New Features ============ Diagnostics ----------- * CMake diagnostic actions are now tracked in a new state type managed by the :command:`cmake_diagnostic` command. This replaces the old system which sometimes used variables to manage reporting actions and sometimes did not allow management beyond command-line options and presets. The new system also introduces several new diagnostic categories and significantly reduces the cost of adding additional categories in the future. See the :manual:`cmake-diagnostics(7)` manual for a list of available categories. * The :diagnostic:`CMD_INSTALL_ABSOLUTE_DESTINATION` diagnostic category was added to diagnose :command:`install` commands that specify an absolute ``DESTINATION``. This diagnostic may be controlled with the :option:`-Winstall-absolute-destination ` command-line option, the ``installAbsoluteDestination`` field in a :manual:`CMake Presets ` :preset:`configurePresets.warnings` object, or the :command:`cmake_diagnostic` command. Presets ------- * :manual:`cmake-presets(7)` files now support schema version 12. * :manual:`cmake(1)`, :manual:`ctest(1)`, and :manual:`cpack(1)` gained ``--presets-file`` arguments to support loading :manual:`presets ` from the specified file instead of ``CMakePresets.json`` and/or ``CMakeUserPresets.json``. See :option:`cmake --presets-file`, :option:`cmake --build --presets-file `, :option:`cmake --workflow --presets-file `, :option:`ctest --presets-file`, and :option:`cpack --presets-file` for details. * :manual:`cmake-presets(7)`, in schema version 12 and above, now expand the :ref:`${fileDir} ` macro to the directory of the presets file containing the ``${fileDir}`` macro, regardless of whether it is inherited by another preset in a different directory. * :manual:`cmake-presets(7)` gained support for a ``testPassthroughArguments`` field in the test preset ``execution`` object for forwarding arguments to test executables via presets. File-Based API -------------- * The :manual:`cmake-file-api(7)` "codemodel" version 2 object has been updated to 2.11. * The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object's "sources" and "interfaceSources" objects gained new ``fileSetIndexes`` fields to support sources belonging to multiple file sets. The ``fileSetIndex`` fields are maintained for backwards compatibility only, and users are advised to port to the new fields. * The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object's "sources" object gained a new ``backtraces`` field to represent multiple command invocations which associate a single source for a given target with mult [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] Source: Help/release/4.4.rst CMake 4.4 Release Notes *********************** .. only:: html .. contents:: Changes made since CMake 4.3 include the following. New Features ============ Diagnostics ----------- * CMake diagnostic actions are now tracked in a new state type managed by the :command:`cmake_diagnostic` command. This replaces the old system which sometimes used variables to manage reporting actions and sometimes did not allow management beyond command-line options and presets. The new system also introduces several new diagnostic categories and significantly reduces the cost of adding additional categories in the future. See the :manual:`cmake-diagnostics(7)` manual for a list of available categories. * The :diagnostic:`CMD_INSTALL_ABSOLUTE_DESTINATION` diagnostic category was added to diagnose :command:`install` commands that specify an absolute ``DESTINATION``. This diagnostic may be controlled with the :option:`-Winstall-absolute-destination ` command-line option, the ``installAbsoluteDestination`` field in a :manual:`CMake Presets ` :preset:`configurePresets.warnings` object, or the :command:`cmake_diagnostic` command. Presets ------- * :manual:`cmake-presets(7)` files now support schema version 12. * :manual:`cmake(1)`, :manual:`ctest(1)`, and :manual:`cpack(1)` gained ``--presets-file`` arguments to support loading :manual:`presets ` from the specified file instead of ``CMakePresets.json`` and/or ``CMakeUserPresets.json``. See :option:`cmake --presets-file`, :option:`cmake --build --presets-file `, :option:`cmake --workflow --presets-file `, :option:`ctest --presets-file`, and :option:`cpack --presets-file` for details. * :manual:`cmake-presets(7)`, in schema version 12 and above, now expand the :ref:`${fileDir} ` macro to the directory of the presets file containing the ``${fileDir}`` macro, regardless of whether it is inherited by another preset in a different directory. * :manual:`cmake-presets(7)` gained support for a ``testPassthroughArguments`` field in the test preset ``execution`` object for forwarding arguments to test executables via presets. File-Based API -------------- * The :manual:`cmake-file-api(7)` "codemodel" version 2 object has been updated to 2.11. * The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object's "sources" and "interfaceSources" objects gained new ``fileSetIndexes`` fields to support sources belonging to multiple file sets. The ``fileSetIndex`` fields are maintained for backwards compatibility only, and users are advised to port to the new fields. * The :manual:`cmake-file-api(7)` "codemodel" version 2 "target" object's "sources" object gained a new ``backtraces`` field to represent multiple command invocations which associate a single source for a given target with mult [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../cmake/{cmake-native_4.4.0.bb => cmake-native_4.4.1.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- meta/recipes-devtools/cmake/{cmake_4.4.0.bb => cmake_4.4.1.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/cmake/{cmake-native_4.4.0.bb => cmake-native_4.4.1.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_4.4.0.bb => cmake_4.4.1.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_4.4.0.bb b/meta/recipes-devtools/cmake/cmake-native_4.4.1.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_4.4.0.bb rename to meta/recipes-devtools/cmake/cmake-native_4.4.1.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 85b444d9f9..45172da729 100644 --- a/meta/recipes-devtools/cmake/cmake.inc +++ b/meta/recipes-devtools/cmake/cmake.inc @@ -19,7 +19,7 @@ CMAKE_MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" SRC_URI = "https://cmake.org/files/v${CMAKE_MAJOR_VERSION}/cmake-${PV}.tar.gz \ " -SRC_URI[sha256sum] = "65757f442fdd242e27f1728fc26dc0cba4164f7a0791a5c788631c00080369bc" +SRC_URI[sha256sum] = "95d4721f3625fb0d9d6ca480dd59a46c84b4c157f7fadd2e9b179ef9c871174d" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_4.4.0.bb b/meta/recipes-devtools/cmake/cmake_4.4.1.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_4.4.0.bb rename to meta/recipes-devtools/cmake/cmake_4.4.1.bb