diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-01-10 21:53:14 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-01-11 11:37:25 -0800 |
commit | 4634ab890c536348dd0ee26f1eb3b6bc626a03dd (patch) | |
tree | 380f1f214883fe62d00fce6f9ec8fe75fc9b8dcf | |
parent | 3b110977079a587c106b4e712b9ddd5393e297ed (diff) | |
download | meta-freescale-4634ab890c536348dd0ee26f1eb3b6bc626a03dd.tar.gz |
piglit: Remove gl tests as well
They do not build for imx8 on master
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | recipes-graphics/piglit/piglit_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/piglit/piglit_%.bbappend b/recipes-graphics/piglit/piglit_%.bbappend index 72cf8eff..2b7561d1 100644 --- a/recipes-graphics/piglit/piglit_%.bbappend +++ b/recipes-graphics/piglit/piglit_%.bbappend | |||
@@ -1,4 +1,4 @@ | |||
1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" | 1 | FILESEXTRAPATHS:prepend := "${THISDIR}/${PN}:" |
2 | 2 | ||
3 | PACKAGECONFIG:remove:imxgpu = "glx" | 3 | PACKAGECONFIG:remove:imxgpu = "x11 glx" |
4 | PACKAGECONFIG:append:mx8-nxp-bsp = " opencl" | 4 | PACKAGECONFIG:append:mx8-nxp-bsp = " opencl" |