summaryrefslogtreecommitdiffstats
path: root/recipes-graphics/piglit
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2023-04-03 13:28:51 -0700
committerTom Hochstein <tom.hochstein@nxp.com>2023-04-03 13:41:33 -0700
commitc9aa2da7415cc74ac644b58393d197dd44aca7b0 (patch)
tree608baa088f80e34c630878e74130316150b60be5 /recipes-graphics/piglit
parent9bbadd4c8a9b4f0ebafab8afc59e24f0b12c6c8b (diff)
downloadmeta-freescale-c9aa2da7415cc74ac644b58393d197dd44aca7b0.tar.gz
piglit: Configure i.MX 9 with OpenCL support
Also some simple cleanup: - drop unused FILESEXTRAPATHS prepend - fix order Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-graphics/piglit')
-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..bc3d2d87 100644
--- a/recipes-graphics/piglit/piglit_%.bbappend
+++ b/recipes-graphics/piglit/piglit_%.bbappend
@@ -1,5 +1,6 @@
1FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:"
2
3CFLAGS:append:imxgpu:toolchain-clang = " -Wno-error=int-conversion"
4PACKAGECONFIG:remove:imxgpu = "x11 glx" 1PACKAGECONFIG:remove:imxgpu = "x11 glx"
2
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"