diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2025-01-14 09:57:55 -0800 |
---|---|---|
committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2025-01-21 15:17:16 +0000 |
commit | afbaaf89a730eeab761f4e9f617e9c0b6fb316a6 (patch) | |
tree | a58e298f2a742187c3e1cf1413c13ed80faa33d0 | |
parent | f6ab99568ac277e1d5af545bfce29ea82573a6b6 (diff) | |
download | meta-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.bb | 6 |
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 | " |
26 | PACKAGECONFIG_GPU2D = "" | 26 | PACKAGECONFIG_GPU2D = "" |
27 | PACKAGECONFIG_GPU2D:imxgpu2d = "vivante" | 27 | PACKAGECONFIG_GPU2D:imxviv:imxgpu2d = "vivante" |
28 | PACKAGECONFIG_GPU2D:mx95-nxp-bsp = "" | ||
29 | |||
30 | 28 | ||
31 | PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl" | 29 | PACKAGECONFIG[egl] = "-DENABLE_EGL=ON,-DENABLE_EGL=OFF,virtual/egl" |
32 | PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF" | 30 | PACKAGECONFIG[gui] = "-DENABLE_GUI=ON,-DENABLE_GUI=OFF" |