diff mbox series

[AUH] vulkan-tools: upgrading to 1.4.357.0 FAILED

Message ID 0101019facc2be6d-319eee66-19c4-46e2-9a19-a1afb1b06d6a-000000@us-west-2.amazonses.com
State New
Headers show
Series [AUH] vulkan-tools: 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-tools* to *1.4.357.0* has Failed(do_compile).

Detailed error information:

do_compile failed



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

286299bb build(deps): bump actions/setup-python from 6 to 7
8c66b352 build: Update to header v1.4.357
2a863f5a vulkaninfo: Make vulkan entry point variables static
6d586e9a build: Update to header v1.4.356
be84f565 vulkaninfo: QNX changes to check for Screen windowing system availability
a3431de1 build: Update to header v1.4.355
b7ae55b3 build(deps): bump actions/checkout from 6 to 7
db008c1a vulkaninfo: Add VK_KHR_display support and related fixes
ec6931a3 build: Update to header v1.4.354
68749eaf build: Update to header v1.4.353
e3d18f90 build(deps): bump actions/checkout from 4 to 6
822a2d8e build: Update to header v1.4.352
225242ea chore: Improve REUSE compliance
ead00c13 chore: Add REUSE.toml for REUSE 3.3 spec compliance
353f23f2 build: Update to header v1.4.351
d2994039 Add AI-Assisted Contributions to CONTRIBUTING
5d407496 cube: Print physical device API and driver version
c23b309b cube: Fix leaks in demo_create_xcb_window
---
 .../{vulkan-tools_1.4.350.1.bb => vulkan-tools_1.4.357.0.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-tools_1.4.350.1.bb => vulkan-tools_1.4.357.0.bb} (96%)
diff mbox series

Patch

diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.4.350.1.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.4.357.0.bb
similarity index 96%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.4.350.1.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.4.357.0.bb
index ece9961c71..cafd3e7a0a 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.4.350.1.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.4.357.0.bb
@@ -7,7 +7,7 @@  SECTION = "libs"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=main;protocol=https;tag=vulkan-sdk-${PV}"
-SRCREV = "1cb3a319969cf0d3e2315b0a87a27447f55b4167"
+SRCREV = "286299bb6b732e4b22771cfb9d7d421542d40501"
 
 inherit cmake features_check pkgconfig
 ANY_OF_DISTRO_FEATURES = "x11 wayland"