mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
25decdf8b0
commit
bd05e5b608
|
|
@ -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")
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user