From patchwork Wed Apr 1 14:36:12 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: 85016 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 8928410F6FB7 for ; Wed, 1 Apr 2026 14:36:21 +0000 (UTC) Received: from a27-29.smtp-out.us-west-2.amazonses.com (a27-29.smtp-out.us-west-2.amazonses.com [54.240.27.29]) by mx.groups.io with SMTP id smtpd.msgproc02-g2.14758.1775054165341412693 for ; Wed, 01 Apr 2026 07:36:12 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@yoctoproject.org header.s=j46ser6a2yusdzubpv7m7ewqgesde2ie header.b=g+Nr/TLL; dkim=pass header.i=@amazonses.com header.s=hsbnp7p3ensaochzwyq5wwmceodymuwv header.b=X/4b+s1e; spf=pass (domain: us-west-2.amazonses.com, ip: 54.240.27.29, mailfrom: 0101019d4979305a-9bb9ef37-9b10-49f3-a31f-d8efab16ee91-000000@us-west-2.amazonses.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=j46ser6a2yusdzubpv7m7ewqgesde2ie; d=yoctoproject.org; t=1775054172; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date; bh=c2prpk3zPicaL+NzXX9JbDIXA36KYeLqedbA4Fd45q8=; b=g+Nr/TLLnqAG9qAtiCMfOc4kREs0CtGaQke2qPlYgNkTyH5xmmPyamGmyL/8Hb/U gIuNKi13CcUmNCYBIXQAM+nJKqot273b2ebqSkSo0job+UFfW4y05hcNUgO8ykaKOCZ rUvKbt1W5lC5A9FvX1AKpweI01agkkY/7hjcoyTo= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/simple; s=hsbnp7p3ensaochzwyq5wwmceodymuwv; d=amazonses.com; t=1775054172; h=Content-Type:MIME-Version:From:To:Cc:Subject:Message-Id:Date:Feedback-ID; bh=c2prpk3zPicaL+NzXX9JbDIXA36KYeLqedbA4Fd45q8=; b=X/4b+s1e0qP7NaZkIpBBy8W03E07oc3hEjdYzUPklkvait4esqb6y38k4p7p2foE NKyDlCs8bv4Ou5noZWFcVEFH7etMwL15dHApn+o/ko81MmgYYNgblr5xZGzflrDECzg GSaw56Bi7hBuofiLrngd2jN1DQxo0axK/44aoD/c= MIME-Version: 1.0 From: auh@yoctoproject.org To: Khem Raj Cc: openembedded-core@lists.openembedded.org Subject: [AUH] spirv-llvm-translator: upgrading to 22.1.1 SUCCEEDED Message-ID: <0101019d4979305a-9bb9ef37-9b10-49f3-a31f-d8efab16ee91-000000@us-west-2.amazonses.com> Date: Wed, 1 Apr 2026 14:36:12 +0000 Feedback-ID: ::1.us-west-2.9np3MYPs3fEaOBysGKSlUD4KtcmPijcmS9Az2Hwf7iQ=:AmazonSES X-SES-Outgoing: 2026.04.01-54.240.27.29 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, 01 Apr 2026 14:36:21 -0000 X-Groupsio-URL: https://lists.openembedded.org/g/openembedded-core/message/234418 Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *spirv-llvm-translator* to *22.1.1* has Succeeded. Next steps: - apply the patch: git am 0001-spirv-llvm-translator-upgrade-22.0.0-22.1.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 023989bcd078b7a8ef9b3f55e5d4c9563b571ffc Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 1 Apr 2026 13:25:41 +0000 Subject: [PATCH] spirv-llvm-translator: upgrade 22.0.0 -> 22.1.1 --- ...m-translator_22.0.0.bb => spirv-llvm-translator_22.1.1.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/spir/{spirv-llvm-translator_22.0.0.bb => spirv-llvm-translator_22.1.1.bb} (90%) diff --git a/meta/recipes-graphics/spir/spirv-llvm-translator_22.0.0.bb b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.1.bb similarity index 90% rename from meta/recipes-graphics/spir/spirv-llvm-translator_22.0.0.bb rename to meta/recipes-graphics/spir/spirv-llvm-translator_22.1.1.bb index 20f4ba8464..e82dd60e86 100644 --- a/meta/recipes-graphics/spir/spirv-llvm-translator_22.0.0.bb +++ b/meta/recipes-graphics/spir/spirv-llvm-translator_22.1.1.bb @@ -5,8 +5,8 @@ LICENSE = "NCSA" LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d" # pattern: llvm_branch_200, currently there are no minor releases, so, no llvm_branch_201 -SPIRV_BRANCH = "main" -SRCREV = "f821423888319dd2f0c436fc9ab86c798ac48ba1" +SPIRV_BRANCH = "llvm_release_220" +SRCREV = "114f5ee1cec66fe2ca733c12770c1bc196675d32" SRC_URI = " \ git://github.com/KhronosGroup/SPIRV-LLVM-Translator;protocol=https;branch=${SPIRV_BRANCH} \ "