blob: 4a297c313a3e49b8d4002814fd1e8644d66e6b07 [file] [log] [blame]
Andrew Geissler748a4832020-07-24 16:24:21 -05001LICENSE = "Apache-2.0"
2LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
3
4SRC_URI = "\
5 git://github.com/KhronosGroup/VK-GL-CTS.git;protocol=https;tag=${BPN}-${PV};name=vk-gl-cts \
6 git://github.com/google/amber;protocol=https;destsuffix=git/external/amber/src;name=amber;branch=main \
7 git://github.com/KhronosGroup/glslang.git;protocol=https;destsuffix=git/external/glslang/src;name=glslang \
8 git://github.com/KhronosGroup/SPIRV-Headers.git;protocol=https;destsuffix=git/external/spirv-headers/src;name=spirv-headers \
9 git://github.com/KhronosGroup/SPIRV-Tools.git;protocol=https;destsuffix=git/external/spirv-tools/src;name=spirv-tools \
10 https://raw.githubusercontent.com/baldurk/renderdoc/v1.1/renderdoc/api/app/renderdoc_app.h;subdir=git/external/renderdoc/src;name=renderdoc \
11"
12
13S = "${WORKDIR}/git"
14
15SRCREV_FORMAT = "vk-gl-cts"
16
17S = "${WORKDIR}/git"
18
Andrew Geisslerbffdb3e2020-08-21 16:13:29 -050019inherit pkgconfig cmake features_check
20
21REQUIRED_DISTRO_FEATURES += "opengl"
Andrew Geissler748a4832020-07-24 16:24:21 -050022
23DEPENDS += "libpng zlib virtual/libgles2 virtual/egl"
24
25SRC_URI_append_libc-musl = "\
26 file://fix-musl.patch \
27"
28DEPENDS_append_libc-musl = " libexecinfo"
29
30SRC_URI_append_toolchain-clang = "\
31 file://fix-clang-private-operator.patch \
32"
33
34EXTRA_OECMAKE_append = " -DDEQP_TARGET=surfaceless"
35
36CTSDIR = "/usr/lib/${BPN}"
37
38FILES_${PN} += "${CTSDIR}"