summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/vk-gl-cts
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2024-12-09 17:26:23 +0000
committerKhem Raj <raj.khem@gmail.com>2024-12-10 08:39:04 -0800
commite0702daf8ebacc63ca99e331c78ae4d43200bdf6 (patch)
tree84fc0d375d158600dc3503bfb74788323ef4e4ae /meta-oe/recipes-graphics/vk-gl-cts
parent6246fefd407f6d5e7a4a5e8693e3610d63532faf (diff)
downloadmeta-openembedded-e0702daf8ebacc63ca99e331c78ae4d43200bdf6.tar.gz
vk-gl-cts: set the git tag regex for release checking
Add BPN to the tag name to differentiate vulkan-cts and opengl-es-cts releases. Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/vk-gl-cts')
-rw-r--r--meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
index ea37425b9d..cf9eaf6863 100644
--- a/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
+++ b/meta-oe/recipes-graphics/vk-gl-cts/khronos-cts.inc
@@ -21,6 +21,8 @@ S = "${WORKDIR}/git"
21 21
22inherit pkgconfig cmake features_check python3native qemu 22inherit pkgconfig cmake features_check python3native qemu
23 23
24UPSTREAM_CHECK_GITTAGREGEX = "${BPN}-(?P<pver>\d+(\.\d+)+)"
25
24ANY_OF_DISTRO_FEATURES += "opengl vulkan" 26ANY_OF_DISTRO_FEATURES += "opengl vulkan"
25 27
26DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native" 28DEPENDS += "python3-lxml-native libpng zlib virtual/libgles2 qemu-native"