From patchwork Sat Aug 1 06:05:18 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: 94088 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 3D1D7C55183 for ; Sat, 1 Aug 2026 06:05:30 +0000 (UTC) Received: from a27-193.smtp-out.us-west-2.amazonses.com (a27-193.smtp-out.us-west-2.amazonses.com [54.240.27.193]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.917.1785564319443441565 for ; Fri, 31 Jul 2026 23:05:19 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=AxVFqMIX; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=alHD+ap4; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.193, mailfrom: 0101019fbbed4afe-eb62abe8-3944-4a3d-9692-5b9f283bdd4c-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=1785564318; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date; bh=QjxpyZYgRczAKl5MkpKI+6Ku9TxiZS98NXhZ1iyL8EU=; b=AxVFqMIXpEYAU9AbLULjgSzSQx4HMlfO70vq8W2QBRkaisrc16fls0TG2J/DeyGV 1hXP+dHwHkVzpQv3dF6gDwZMJSDa7sDZySzolsWXu2mpzjDmdo410kXJENHxI1rucv5 ylIt34/oXdvsZ87xjLGKzF5Y4LtZ6/3I01jAM5FM= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1785564318; h=Content-Type:MIME-Version:From:To:Subject:Message-Id:Date:Feedback-ID; bh=QjxpyZYgRczAKl5MkpKI+6Ku9TxiZS98NXhZ1iyL8EU=; b=alHD+ap4faLSapLJsAHc6oiAKL2RDuF33jrva/iwiMgG75xak8Xd8H3Rj0hyGW9M wF+gStcWYWrlxDWZI375qsSE8+7QUwNt179g3gBiGrioM4j9XuTu6BmjGyYatjAt07l 1gFYc1nAJg8/7/i6AWeAQJoeOh4U5irrGoiT749A= MIME-Version: 1.0 From: auh@yoctoproject.org To: openembedded-core@lists.openembedded.org Subject: [AUH] cmake,cmake-native: upgrading to 4.4.2,4.4.2 SUCCEEDED Message-ID: <0101019fbbed4afe-eb62abe8-3944-4a3d-9692-5b9f283bdd4c-000000@us-west-2.amazonses.com> Date: Sat, 1 Aug 2026 06:05:18 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.01-54.240.27.193 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 ; Sat, 01 Aug 2026 06:05:30 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/242460 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.2,4.4.2* has Succeeded. Next steps: - apply the patch: git am 0001-cmake-cmake-native-upgrade-4.4.1-4.4.2-4.4.1-4.4.2.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 1ed2d72931bc71dc6405b7d75d38ec55222a5807 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Sat, 1 Aug 2026 05:24:26 +0000 Subject: [PATCH] cmake,cmake-native: upgrade 4.4.1 -> 4.4.2,4.4.1 -> 4.4.2 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.1.bb => cmake-native_4.4.2.bb} | 0 meta/recipes-devtools/cmake/cmake.inc | 2 +- meta/recipes-devtools/cmake/{cmake_4.4.1.bb => cmake_4.4.2.bb} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/cmake/{cmake-native_4.4.1.bb => cmake-native_4.4.2.bb} (100%) rename meta/recipes-devtools/cmake/{cmake_4.4.1.bb => cmake_4.4.2.bb} (100%) diff --git a/meta/recipes-devtools/cmake/cmake-native_4.4.1.bb b/meta/recipes-devtools/cmake/cmake-native_4.4.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake-native_4.4.1.bb rename to meta/recipes-devtools/cmake/cmake-native_4.4.2.bb diff --git a/meta/recipes-devtools/cmake/cmake.inc b/meta/recipes-devtools/cmake/cmake.inc index 45172da729..a51b25b864 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] = "95d4721f3625fb0d9d6ca480dd59a46c84b4c157f7fadd2e9b179ef9c871174d" +SRC_URI[sha256sum] = "1db9e61e60b6e0874c86386340b910382f3c5e75b9fbfb44d122063129a2789d" UPSTREAM_CHECK_REGEX = "cmake-(?P\d+(\.\d+)+)\.tar" diff --git a/meta/recipes-devtools/cmake/cmake_4.4.1.bb b/meta/recipes-devtools/cmake/cmake_4.4.2.bb similarity index 100% rename from meta/recipes-devtools/cmake/cmake_4.4.1.bb rename to meta/recipes-devtools/cmake/cmake_4.4.2.bb