diff mbox series

[AUH] vulkan-headers: upgrading to 1.4.357.0 SUCCEEDED

Message ID 0101019facc2bc76-6971ef4a-aeea-4bcd-ad6d-d70986ae84f9-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] vulkan-headers: upgrading to 1.4.357.0 SUCCEEDED | expand

Commit Message

auh@yoctoproject.org July 29, 2026, 7:24 a.m. UTC
Hello,

this email is a notification from the Auto Upgrade Helper
that the automatic attempt to upgrade the recipe(s) *vulkan-headers* to *1.4.357.0* has Succeeded.

Next steps:
    - apply the patch: git am 0001-vulkan-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 3db2fcb87ce3f39ef3b2e6006acbc34488f768c1 Mon Sep 17 00:00:00 2001
From: Upgrade Helper <auh@yoctoproject.org>
Date: Wed, 29 Jul 2026 06:21:51 +0000
Subject: [PATCH] vulkan-headers: upgrade 1.4.350.1 -> 1.4.357.0

e3b1eec Update for Vulkan-Docs 1.4.357
8d6039a Update for Vulkan-Docs 1.4.356
8c26833 Change to dual license on static Vulkan headers
d2d8ded Add new C header
6433e5c Update for Vulkan-Docs 1.4.355
0307c70 build(deps): bump actions/checkout from 6 to 7
01393c3 Update for Vulkan-Docs 1.4.354
45834b7 Update for Vulkan-Docs 1.4.353
015e25c Update for Vulkan-Docs 1.4.352
8cfaaa1 chore: Upgrade reuse to 3.3
0e9de56 Update for Vulkan-Docs 1.4.351
7f233bc Fix incorrect header on AI-Assisted Contributions
bc927f3 Add AI-Assisted Contributions and CLA section
---
 ...4.350.1.bb => vulkan-headers_1.4.357.0.bb} | 34 +++++++++++++++++--
 1 file changed, 32 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-headers_1.4.350.1.bb => vulkan-headers_1.4.357.0.bb} (49%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb
similarity index 49%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb
index f6d797cae7..2f15a943a4 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.4.350.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.4.357.0.bb
@@ -1,3 +1,33 @@ 
+# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
+# The following is the difference between the old and the new license text.
+# Please update the LICENSE value if needed, and summarize the changes in
+# the commit message via 'License-Update:' tag.
+# (example: 'License-Update: copyright years updated.')
+#
+# The changes:
+#
+# --- LICENSE.md
+# +++ LICENSE.md
+# @@ -1,12 +1,13 @@
+# -Copyright 2015-2023 The Khronos Group Inc.
+# +Copyright 2015-2026 The Khronos Group Inc.
+#  
+#  Files in this repository fall under one of these licenses:
+#  
+#  - `Apache-2.0`
+#  - `MIT`
+#  
+# -Note: With the exception of `parse_dependency.py` the files using `MIT` license
+# -also fall under `Apache-2.0`. Example:
+# +Note: With the exception of `parse_dependency.py`, which is based on an
+# +external file, files using the `MIT` license also fall under `Apache-2.0`.
+# +Example:
+#  
+#  ```
+#  SPDX-License-Identifier: Apache-2.0 OR MIT
+# 
+#
+
 SUMMARY = "Vulkan Header files and API registry"
 DESCRIPTION = "Vulkan is a 3D graphics and compute API providing cross-platform access \
 to modern GPUs with low overhead and targeting realtime graphics applications such as \
@@ -8,10 +38,10 @@  BUGTRACKER = "https://github.com/KhronosGroup/Vulkan-Headers"
 SECTION = "libs"
 
 LICENSE = "Apache-2.0 AND MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.md;md5=1bc355d8c4196f774c8b87ed1a8dd625"
+LIC_FILES_CHKSUM = "file://LICENSE.md;md5=adc9da32fdd898219b3db5529f2185c0"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}"
 
-SRCREV = "8864cdc896bbc2a9b6eb36b3218fc9ef57908d77"
+SRCREV = "e3b1eec08173d6b825cd3ac88c885a63b621504a"
 
 inherit cmake