mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-16 13:40:44 +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:
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}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user