Andrew Geissler | 748a483 | 2020-07-24 16:24:21 -0500 | [diff] [blame] | 1 | LICENSE = "Apache-2.0" |
| 2 | LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" |
| 3 | |
| 4 | SRC_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 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | SRCREV_FORMAT = "vk-gl-cts" |
| 16 | |
| 17 | S = "${WORKDIR}/git" |
| 18 | |
| 19 | inherit pkgconfig cmake |
| 20 | |
| 21 | DEPENDS += "libpng zlib virtual/libgles2 virtual/egl" |
| 22 | |
| 23 | SRC_URI_append_libc-musl = "\ |
| 24 | file://fix-musl.patch \ |
| 25 | " |
| 26 | DEPENDS_append_libc-musl = " libexecinfo" |
| 27 | |
| 28 | SRC_URI_append_toolchain-clang = "\ |
| 29 | file://fix-clang-private-operator.patch \ |
| 30 | " |
| 31 | |
| 32 | EXTRA_OECMAKE_append = " -DDEQP_TARGET=surfaceless" |
| 33 | |
| 34 | CTSDIR = "/usr/lib/${BPN}" |
| 35 | |
| 36 | FILES_${PN} += "${CTSDIR}" |