vk-gl-cts: control what targets get built

Explicitly build the targets that are normally build. This seems like a
no-op, but had the advantage of not pulling in vulkan-validationlayers
which causes more fetches at configure time, and is only actually used
by the developers of the test suite.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Ross Burton
2024-12-09 17:26:25 +00:00
committed by Khem Raj
parent 7529a85b9a
commit 7be0fe192d
2 changed files with 4 additions and 0 deletions
@@ -15,6 +15,8 @@ SRCREV_vulkan-validationlayers = "a92629196a4fed15e59c74aa965dd47bd5ece3b7"
SRCREV_video-parser = "6821adf11eb4f84a2168264b954c170d03237699"
SRC_URI[renderdoc.sha256sum] = "e7b5f0aa5b1b0eadc63a1c624c0ca7f5af133aa857d6a4271b0ef3d0bdb6868e"
EXTRA_OECMAKE += "-DSELECTED_BUILD_TARGETS="cts-runner deqp-egl deqp-gles2 deqp-gles3 deqp-gles31 deqp-gl-shared de-internal-tests glcts""
do_install() {
install -d ${D}/${CTSDIR}
cp -r ${B}/external/openglcts/modules/* ${D}/${CTSDIR}
@@ -24,6 +24,8 @@ inherit features_check
DEPENDS += " vulkan-loader"
EXTRA_OECMAKE += "-DSELECTED_BUILD_TARGETS="deqp-vk deqp-vksc""
do_install() {
install -d ${D}/${CTSDIR}
cp -r ${B}/external/vulkancts/modules/vulkan/* ${D}/${CTSDIR}/