To: ['openembedded-core@lists.openembedded.org'] To: Subject: [AUH] vulkan-volk: upgrading to 1.4.335.0 SUCCEEDED Attachments: /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/vulkan-volk/buildhistory-diff.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/vulkan-volk/0001-vulkan-volk-upgrade-1.4.328.1-1.4.335.0.patch /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/vulkan-volk/buildhistory-diff-full.txt /srv/pokybuild/yocto-worker/auh/build/build/upgrade-helper/20251215185105/all/vulkan-volk/bitbake-output-qemuarm_musl.txt Hello, this email is a notification from the Auto Upgrade Helper that the automatic attempt to upgrade the recipe(s) *vulkan-volk* to *1.4.335.0* has Succeeded. Next steps: - apply the patch: git am 0001-vulkan-volk-upgrade-1.4.328.1-1.4.335.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 3413ca3ac039ad4444f0c2258b965ad4fa14d3f9 Mon Sep 17 00:00:00 2001 From: Upgrade Helper Date: Tue, 16 Dec 2025 05:13:45 +0000 Subject: [PATCH] vulkan-volk: upgrade 1.4.328.1 -> 1.4.335.0 --- .../{vulkan-volk_1.4.328.1.bb => vulkan-volk_1.4.335.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/vulkan/{vulkan-volk_1.4.328.1.bb => vulkan-volk_1.4.335.0.bb} (88%) diff --git a/meta/recipes-graphics/vulkan/vulkan-volk_1.4.328.1.bb b/meta/recipes-graphics/vulkan/vulkan-volk_1.4.335.0.bb similarity index 88% rename from meta/recipes-graphics/vulkan/vulkan-volk_1.4.328.1.bb rename to meta/recipes-graphics/vulkan/vulkan-volk_1.4.335.0.bb index a6b4b27355..b60a29b3d2 100644 --- a/meta/recipes-graphics/vulkan/vulkan-volk_1.4.328.1.bb +++ b/meta/recipes-graphics/vulkan/vulkan-volk_1.4.335.0.bb @@ -9,8 +9,8 @@ SECTION = "libs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.md;md5=fb3d6e8051a71edca1e54bc38d35e5af" -SRC_URI = "git://github.com/zeux/volk.git;branch=vulkan-sdk-1.4.328;protocol=https" -SRCREV = "f30088b3f4160810b53e19258dd2f7395e5f0ba3" +SRC_URI = "git://github.com/zeux/volk.git;branch=master;protocol=https" +SRCREV = "4f3bcee79618a9abe79f4c717c50379197c77512" REQUIRED_DISTRO_FEATURES = "vulkan" -- 2.47.1