summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2025-01-14 09:57:55 -0800
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2025-01-21 15:17:16 +0000
commitafbaaf89a730eeab761f4e9f617e9c0b6fb316a6 (patch)
treea58e298f2a742187c3e1cf1413c13ed80faa33d0
parentf6ab99568ac277e1d5af545bfce29ea82573a6b6 (diff)
downloadmeta-freescale-afbaaf89a730eeab761f4e9f617e9c0b6fb316a6.tar.gz
imx-gpu-apitrace: Use imxviv override
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com> (cherry picked from commit a20bb97155edc41401f09d6b25955f727eb751ef)
-rw-r--r--recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb6
1 files changed, 2 insertions, 4 deletions
diff --git a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
index 053fbf3e..18fad56e 100644
--- a/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
+++ b/recipes-graphics/imx-gpu-apitrace/imx-gpu-apitrace_10.0.0.bb
@@ -23,10 +23,8 @@ PACKAGECONFIG_BACKEND = " \
23 bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \ 23 bb.utils.contains('DISTRO_FEATURES', 'x11', 'x11', \
24 '', d), d)} \ 24 '', d), d)} \
25" 25"
26PACKAGECONFIG_GPU2D = "" 26PACKAGECONFIG_GPU2D = ""
27PACKAGECONFIG_GPU2D:imxgpu2d = "vivante" 27PACKAGECONFIG_GPU2D:imxviv:imxgpu2d = "vivante"
28PACKAGECONFIG_GPU2D:mx95-nxp-bsp = ""
29
30 28
31PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl" 29PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl"
32PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF" 30PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF"