vulkan-cts: update to 1.4.3.3

Update Vulkan CTS to 1.4.3.3, fixing several 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 2025-09-29 05:44:59 +03:00 committed by Khem Raj
parent 25decdf8b0
commit bd05e5b608
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.3.1":
if d.getVar("PV") != "1.4.3.3":
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 = "1ef11bc7acde6b53a499de73db4cf78db9572710"
SRCREV_vk-gl-cts = "f36967dd19034bdfe30e5cb21544079078c154d1"
require vulkan-cts-sources.inc