vulkan-cts: upgrade 1.4.5.1 -> 1.4.5.2

Upgrade Vulkan CTS, fixing several small issues in the tests.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov 2026-03-17 00:50:46 +02:00 committed by Khem Raj
parent 4a0fb4e6c5
commit 5a0b443018
No known key found for this signature in database
GPG Key ID: BB053355919D3314
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
RECIPE_UPGRADE_EXTRA_TASKS += "do_refresh_srcuri"
python __anonymous() {
if d.getVar("PV") != "1.4.5.1":
if d.getVar("PV") != "1.4.5.2":
bb.warn("-sources.inc out of date, run refresh_srcuri task")
}

View File

@ -2,7 +2,7 @@ DESCRIPTION = "Vulkan CTS"
require khronos-cts.inc
SRCREV_vk-gl-cts = "7b7c6cda940bec82d1c5a8c39048728d9bd32f39"
SRCREV_vk-gl-cts = "a02761593aedeb1d3941ddd344ca35d7a2f9de46"
require vulkan-cts-sources.inc