diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2023-04-03 17:49:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 17:49:58 -0300 |
| commit | 2ed2cfb1bb7e57407d6a80564402e217d8479d09 (patch) | |
| tree | 637f3e6bd561204ddae0aed0d71e15c70b06f37d | |
| parent | f5ef996a1d4e121b54b05fe437dbb0d974314930 (diff) | |
| parent | c8550937c66e9671209a74f28dcaf45b8284a990 (diff) | |
| download | meta-freescale-2ed2cfb1bb7e57407d6a80564402e217d8479d09.tar.gz | |
Merge pull request #1478 from thochstein/piglit
Piglit OpenCL and GL
| -rw-r--r-- | recipes-graphics/piglit/piglit_%.bbappend | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend index 882d4ddff..fe2a0bc2f 100644 --- a/recipes-graphics/piglit/piglit_%.bbappend +++ b/recipes-graphics/piglit/piglit_%.bbappend | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | PACKAGECONFIG:remove:imxgpu = "glx" |
| 2 | 2 | ||
| 3 | CFLAGS:append:imxgpu:toolchain-clang = " -Wno-error=int-conversion" | ||
| 4 | PACKAGECONFIG:remove:imxgpu = "x11 glx" | ||
| 5 | PACKAGECONFIG:append:mx8-nxp-bsp = " opencl" | 3 | PACKAGECONFIG:append:mx8-nxp-bsp = " opencl" |
| 4 | PACKAGECONFIG:append:mx9-nxp-bsp = " opencl" | ||
| 5 | |||
| 6 | CFLAGS:append:imxgpu:toolchain-clang = " -Wno-error=int-conversion" | ||
