opengl-es-cts: install mustpass lists

Follow the Vulkan CTS example and install mustpass lists together with
the testsuite.

Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Dmitry Baryshkov 2025-05-10 04:21:22 +03:00 committed by Khem Raj
parent 92cfdce174
commit aca9b6fb43
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -11,6 +11,7 @@ EXTRA_OECMAKE += "-DSELECTED_BUILD_TARGETS="cts-runner deqp-egl deqp-gles2 deqp-
do_install() {
install -d ${D}/${CTSDIR}
cp -r ${B}/external/openglcts/modules/* ${D}/${CTSDIR}
cp -r ${S}/external/openglcts/data/gl_cts/data/mustpass/ ${D}/${CTSDIR}/mustpass/
install -m 0755 ${B}/modules/egl/deqp-egl ${D}/${CTSDIR}
install -m 0755 ${B}/modules/gles2/deqp-gles2 ${D}/${CTSDIR}