diff mbox series

[AUH] vulkan-utility-libraries: upgrading to 1.4.357.0 FAILED

Message ID 0101019facc2bcdc-8831ad92-4e15-4fb3-a231-00fe3214ea3c-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] vulkan-utility-libraries: upgrading to 1.4.357.0 FAILED | 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-utility-libraries* to *1.4.357.0* has Failed(do_compile).

Detailed error information:

do_compile failed



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

e9585c3 build(deps): Bump actions/setup-python from 6 to 7
c279fa4 build: Update to header v1.4.357
b856ffc ci: Re-enable chromium build check
c0e15b2 build: Update to header v1.4.356
ba45022 build: Update to header v1.4.355
c64d92a build(deps): Bump actions/checkout from 6 to 7
8183a0b build: Update to header v1.4.354
e491037 Revert "utility: Use insert_or_assign in concurrent unordered map"
53f287e utility: Use insert_or_assign in concurrent unordered map
1eb9fdd build: Update to header v1.4.353
8383c46 scripts: Improve SafePNextCopy for unknown structs
28d3b59 build: Update to header v1.4.352
ca09359 chore: Cleanup REUSE
8752119 build: Update to header v1.4.351
d88097b Add missing CC-BY-4.0 license covering CONTRIBUTING.md
04201f7 Remove extra reuse-compliance workflow
668991b Add REUSE compliance infrastructure
---
 ...aries_1.4.350.1.bb => vulkan-utility-libraries_1.4.357.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-utility-libraries_1.4.350.1.bb => vulkan-utility-libraries_1.4.357.0.bb} (95%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.350.1.bb b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.357.0.bb
similarity index 95%
rename from meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.350.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.357.0.bb
index 600d88dcea..c750428d09 100644
--- a/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.350.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.357.0.bb
@@ -10,7 +10,7 @@  LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=4ca2d6799091aaa98a8520f1b793939b"
 
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Utility-Libraries.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}"
-SRCREV = "a96bd4933c6adfc21329d15e9999791a0153bbf3"
+SRCREV = "e9585c3e3d41ab608ee3b098ce4721d357308fc8"
 
 REQUIRED_DISTRO_FEATURES = "vulkan"