mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-08 03:49:57 +00:00
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:
committed by
Khem Raj
parent
92cfdce174
commit
aca9b6fb43
@@ -11,6 +11,7 @@ EXTRA_OECMAKE += "-DSELECTED_BUILD_TARGETS="cts-runner deqp-egl deqp-gles2 deqp-
|
|||||||
do_install() {
|
do_install() {
|
||||||
install -d ${D}/${CTSDIR}
|
install -d ${D}/${CTSDIR}
|
||||||
cp -r ${B}/external/openglcts/modules/* ${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/egl/deqp-egl ${D}/${CTSDIR}
|
||||||
install -m 0755 ${B}/modules/gles2/deqp-gles2 ${D}/${CTSDIR}
|
install -m 0755 ${B}/modules/gles2/deqp-gles2 ${D}/${CTSDIR}
|
||||||
|
|||||||
Reference in New Issue
Block a user