summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-04-03 17:49:58 -0300
committerGitHub <noreply@github.com>2023-04-03 17:49:58 -0300
commit2ed2cfb1bb7e57407d6a80564402e217d8479d09 (patch)
tree637f3e6bd561204ddae0aed0d71e15c70b06f37d
parentf5ef996a1d4e121b54b05fe437dbb0d974314930 (diff)
parentc8550937c66e9671209a74f28dcaf45b8284a990 (diff)
downloadmeta-freescale-2ed2cfb1bb7e57407d6a80564402e217d8479d09.tar.gz
Merge pull request #1478 from thochstein/piglit
Piglit OpenCL and GL
-rw-r--r--recipes-graphics/piglit/piglit_%.bbappend7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend
index 882d4ddf..fe2a0bc2 100644
--- a/recipes-graphics/piglit/piglit_%.bbappend
+++ b/recipes-graphics/piglit/piglit_%.bbappend
@@ -1,5 +1,6 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" 1PACKAGECONFIG:remove:imxgpu = "glx"
2 2
3CFLAGS:append:imxgpu:toolchain-clang = " -Wno-error=int-conversion"
4PACKAGECONFIG:remove:imxgpu = "x11 glx"
5PACKAGECONFIG:append:mx8-nxp-bsp = " opencl" 3PACKAGECONFIG:append:mx8-nxp-bsp = " opencl"
4PACKAGECONFIG:append:mx9-nxp-bsp = " opencl"
5
6CFLAGS:append:imxgpu:toolchain-clang = " -Wno-error=int-conversion"