summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-10-23 13:56:03 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-10-24 10:05:24 +0200
commit87148386fb04e5a441ce87e7ae5f8536749f7089 (patch)
tree63fde443bc7324f238618fd2bb7cb553698a2848 /dynamic-layers/openembedded-layer
parent78cebbf496af83bee3d705aae20a5f0fac4ecf59 (diff)
downloadmeta-freescale-87148386fb04e5a441ce87e7ae5f8536749f7089.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>
Diffstat (limited to 'dynamic-layers/openembedded-layer')
-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}"