To: ['Jose Quaresma '] To: openembedded-core@lists.openembedded.org Subject: [AUH] spirv-headers: upgrading to 1.4.357.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260729050056/all/spirv-headers/0001-spirv-headers-upgrade-1.4.350.1-1.4.357.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260729050056/all/spirv-headers/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260729050056/all/spirv-headers/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20260729050056/all/spirv-headers/spirv-headers-changelog.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *spirv-headers* to *1.4.357.0* has Succeeded. Next steps: - apply the patch: git am 0001-spirv-headers-upgrade-1.4.350.1-1.4.357.0.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 0b86a42b8fc325408f524e57e20cd5d361b732e9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Wed, 29 Jul 2026 06:16:55 +0000 Subject: [PATCH] spirv-headers: upgrade 1.4.350.1 -> 1.4.357.0 29981f6 Fix Int64ImageEXT capability prerequisite to Int64 (#611) 0312729 Implement Samsung Intrinsic decoration (#597) 02c0394 Bump actions/checkout from 6 to 7 in the github-actions group (#612) 8d56066 SPV_QCOM_image_processing3 (#596) b3cabdd SPV_QCOM_multiple_wait_queues (#595) 575b651 Add SPV_EXT_ocp_microscaling_types (#613) daa093d chore: Add CONTRIBUTING file (#608) ed73438 license: Add or update REUSE compliance (#609) c63848e added source language entry ApilaJai (#607) 1e770e7 Add Pred as a new SPIR-V source language (#606) 8c5559c Add ArmExperimentalMLOperations instruction set (#602) aaffbc5 SPV_NV_cooperative_matrix_decode_vector (#601) fe44b20 SPV_EXT_split_barrier (#600) 82dfca3 Revert "Add SPV_MESA_fragment_coverage_mask enumerants (#580)" (#598) 3541d11 Add NonSemanticGraphDebugInfo instruction set (#591) 62d3e83 Add SPV_KHR_opacity_micromap (#599) 5c50cbd Add SPV_AMD_weak_linkage extension (#583) 98c842b Fix OpReadPipeBlockingINTEL/OpWritePipeBlockingINTEL operands (#588) 58006c9 Reserve ImageOperand 17 for Google (#589) 1f2dd16 Update spirv.core.grammar.json revision (#593) 1260380 Fix OpCompositeConstructContinuedINTEL operands (#587) 53b334f Reserve some tokens for Samsung (#586) 1a22b16 Update headers for spirv issue 373 (#584) 157de8e Add SPV_MESA_fragment_coverage_mask enumerants (#580) 948a3b0 header updates for SPV_INTEL_rounded_divide_sqrt (#582) b8a3296 grammar and header changes for SPV_INTEL_predicated_io (#585) --- .../{spirv-headers_1.4.350.1.bb => spirv-headers_1.4.357.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-graphics/spir/{spirv-headers_1.4.350.1.bb => spirv-headers_1.4.357.0.bb} (93%) diff --git a/meta/recipes-graphics/spir/spirv-headers_1.4.350.1.bb b/meta/recipes-graphics/spir/spirv-headers_1.4.357.0.bb similarity index 93% rename from meta/recipes-graphics/spir/spirv-headers_1.4.350.1.bb rename to meta/recipes-graphics/spir/spirv-headers_1.4.357.0.bb index c4af29652d..244c6854fa 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.4.350.1.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.4.357.0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://www.khronos.org/registry/spir-v" LICENSE = "CC-BY-4.0 AND MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=a0dcaa512cc2dee95fe0fd791ee83a18" -SRCREV = "ad9184e76a66b1001c29db9b0a3e87f646c64de0" +SRCREV = "29981f65241605e08b0ede4cfeb999fe3b723c6a" SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main;tag=vulkan-sdk-${PV}" PE = "1" # These recipes need to be updated in lockstep with each other: -- 2.47.1