Message ID | 20250510012122.3013899-1-dmitry.baryshkov@oss.qualcomm.com |
---|---|
State | New |
Headers | show |
Series | [meta-oe] opengl-es-cts: install mustpass lists | expand |
diff --git a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb index 96a4ca7d497d..40aa31982e1f 100644 --- a/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb +++ b/meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb @@ -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}
Follow the Vulkan CTS example and install mustpass lists together with the testsuite. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com> --- meta-oe/recipes-graphics/vk-gl-cts/opengl-es-cts_3.2.12.0.bb | 1 + 1 file changed, 1 insertion(+)