summaryrefslogtreecommitdiffstats
path: root/dynamic-layers
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-10-23 13:56:03 +0200
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-10-25 10:17:54 +0000
commite4e9054805314b2a887e35afb874162d33b51d5c (patch)
treefef6dd6f939838e88e937d9840b0b5bb970600ae /dynamic-layers
parent215e4e3e6b1cb685dcb9d86887550929839e543b (diff)
downloadmeta-freescale-e4e9054805314b2a887e35afb874162d33b51d5c.tar.gz
glmark2: : add overrides for i.mx 95
Add the relevant configuration for an i.MX 95 SoC. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> (cherry picked from commit 87148386fb04e5a441ce87e7ae5f8536749f7089)
Diffstat (limited to 'dynamic-layers')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend1
1 files changed, 1 insertions, 0 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index 4cfa51ea..a5d3c2e2 100644
--- a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,4 +1,5 @@
1# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour 1# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour
2DRM-REMOVE:imxgpu = "drm-gl drm-gles2" 2DRM-REMOVE:imxgpu = "drm-gl drm-gles2"
3DRM-REMOVE:imxgpu:mx8-nxp-bsp = "" 3DRM-REMOVE:imxgpu:mx8-nxp-bsp = ""
4DRM-REMOVE:imxgpu:mx95-nxp-bsp = ""
4PACKAGECONFIG:remove = "${DRM-REMOVE}" 5PACKAGECONFIG:remove = "${DRM-REMOVE}"