From patchwork Mon Aug 24 05:36:22 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: 96127 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 40302C5DF9B for ; Mon, 24 Aug 2026 05:36:34 +0000 (UTC) Received: from a27-23.smtp-out.us-west-2.amazonses.com (a27-23.smtp-out.us-west-2.amazonses.com [54.240.27.23]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.10369.1787549784277288323 for ; Sun, 23 Aug 2026 22:36:24 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=lvjh2tk576v2ro5mi6k4dt3mc6wpqbky header.b=sIGjhzP2; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=giLIXtRp; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.23, mailfrom: 010101a032451375-14144a5b-c777-4dce-8ef1-cf2a6af85ad7-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=1787549783; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=uxZ9HE1H+Q40L1cHqLgWLM03jIlD/nUFu/E3kRAMm0A=; b=sIGjhzP2CsRDFVm7yPGT0W2+G0kqOsWDSDZMhsK6TcPcjTBO/K3+LARjFSV+Hx9F vUfEaX5oLutpRJbGewyadmTC/CyZZJCQ5EygOyIAsAMI6+S4Fc5zrxumgl/uaSWIWoX S5Hd8fnxe+c1+ILeICwqgyA/+SThRlnXCryWuJRw= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1787549783; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=uxZ9HE1H+Q40L1cHqLgWLM03jIlD/nUFu/E3kRAMm0A=; b=giLIXtRpGq/EfyQbtTS8vW7lU8fWIE0dBd9bQRnN+bUWgm+1usGJkaQtEZjswNgZ 8NJHyviAeJWAx7pa+5CWc8fA0l5DMtlr941Ac9lrRcZz2mFCJfhqOdUzrTwTT+bCKUw t6LPpJZ769bZ2A0PAHv9QdSaQ1f5gn+DK0ekcFKA= MIME-Version: 1.0 From: auh@yoctoproject.org To: Robert Yang Cc: openembedded-core@lists.openembedded.org Subject: [AUH] ccache: upgrading to 4.14 SUCCEEDED Message-ID: <010101a032451375-14144a5b-c777-4dce-8ef1-cf2a6af85ad7-000000@us-west-2.amazonses.com> Date: Mon, 24 Aug 2026 05:36:22 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.08.24-54.240.27.23 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 ; Mon, 24 Aug 2026 05:36:34 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/244062 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *ccache* to *4.14* has Succeeded. Next steps: - apply the patch: git am 0001-ccache-upgrade-4.13.6-4.14.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 2dea6ea63c7f772486e818a55111f7d1747ff5df Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Mon, 24 Aug 2026 05:16:04 +0000 Subject: [PATCH] ccache: upgrade 4.13.6 -> 4.14 Source: doc/news.adoc == Ccache 4.14 Release date: 2026-08-23 === Deprecation notice Built-in support for the HTTP and Redis protocols will be removed in the next non-bug-fix ccache version. Use the https://ccache.dev/storage-helpers.html[remote storage helper] mechanism (added in ccache 4.13) for HTTP/Redis storage instead. === Removed functionality - Removed the `cpp_extension` (`CCACHE_EXTENSION`) configuration option since ccache now processes preprocessor output directly in memory instead of using intermediate files. + [small]#_[contributed by Joel Rosdahl]_# === New features and improvements - Added support for the QCC (QNX) compiler. + [small]#_[contributed by Joy Wang]_# - Added limited support for caching SARIF diagnostics: `-fdiagnostics-format=sarif-stderr` and `-fdiagnostics-{add,set}-output=sarif:file=...` for GCC, `/experimental:log` for MSVC. + [small]#_[contributed by Joel Rosdahl, Karl Fessel and Leander Schulten]_# - Added automatic depend mode for NVCC on Windows. + [small]#_[contributed by Xing Xiwen]_# - Added support for `@layout=local` in the file storage backend, allowing a copy or read-only mount of a local cache to be used as remote storage. + [small]#_[contributed by Joel Rosdahl]_# - Extended the remote storage helper protocol with an `exists` operation, avoiding transfer of already stored values in reshare mode, and an `info` operation for reporting the helper's identity and diagnostics. + [small]#_[contributed by Joel Rosdahl]_# - Added a `--dry-run` option for previewing cleanup, eviction and directory trimming operations without removing files. + [small]#_[contributed by Joel Rosdahl]_# - Added support for rewriting absolute profile data file paths to relative, improving cache sharing between different directory trees. + [small]#_[contributed by GitHub user markyang92]_# - Added support for reflinking `.dwo` files when file cloning is enabled. + [small]#_[contributed by Fabian Parzefall]_# - Added detection of C23 `#embed` directives in direct and depend mode and of assembler `.incbin` directives in depend mode, preventing false cache hits. + [small]##_[contributed by Joel Rosdahl and Haaris Rahman]_## - Added support for `-Wp,` options with multiple macro definitions. + [small]#_[contributed by GitHub user subotac]_# - Ccache now hashes the contents of Clang module files specified with `-fmodule-file=`, preventing false cache hits when a module changes. + [small]#_[contributed by GitHub user RedNicStone]_# - Cleanup and eviction operations now print the amount of data and number of files removed. + [small]#_[contributed by Joel Rosdahl]_# - Increased the maximum number of raw files stored in a cached result to 256. + [small]#_[contributed by Joel Rosdahl]_# - Modernized use of C++ type traits. + [small]#_[contributed by Gregor Jasny]_# - Improved portability of compiler exit status handling. + [small]#_[contributed by Joel Rosdahl]_# [Changelog truncated as it exceeds 3000 characters; the full changelog can be found in an attachment to the AUH email] --- .../ccache/{ccache_4.13.6.bb => ccache_4.14.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-devtools/ccache/{ccache_4.13.6.bb => ccache_4.14.bb} (93%) diff --git a/meta/recipes-devtools/ccache/ccache_4.13.6.bb b/meta/recipes-devtools/ccache/ccache_4.14.bb similarity index 93% rename from meta/recipes-devtools/ccache/ccache_4.13.6.bb rename to meta/recipes-devtools/ccache/ccache_4.14.bb index 21bd193c20..6d922d8514 100644 --- a/meta/recipes-devtools/ccache/ccache_4.13.6.bb +++ b/meta/recipes-devtools/ccache/ccache_4.14.bb @@ -16,7 +16,7 @@ DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "d42ace95dec14583fb8af19ed117919995bd910376f52d9b6f546046b792dfb7" +SRC_URI[sha256sum] = "fca63f36a83fb2f4b3cc4c01b2c7a1cd6e3629e7f7bd1e01a2eb8810f947c5ab" inherit cmake github-releases