summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2025-01-09 14:34:27 -0300
committerGitHub <noreply@github.com>2025-01-09 14:34:27 -0300
commitfd315519267fcefce42fc1c17032e0d456bb37a4 (patch)
tree4c784287dcf987b84d5c812f06cc939eaf6b20ff
parente9ce9ad8fa601dd4314b376e95a072c6b037dd46 (diff)
parent9a76d3abd790064f53c373426709cfe53aaef2f7 (diff)
downloadmeta-freescale-fd315519267fcefce42fc1c17032e0d456bb37a4.tar.gz
Merge pull request #2063 from nxp-upstream/glmark
glmark: Simplify logic for DRM config
-rw-r--r--dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend8
1 files changed, 4 insertions, 4 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
index a5d3c2e2..dfedc062 100644
--- a/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
+++ b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend
@@ -1,5 +1,5 @@
1# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour 1# 6 and 7 Vivante do not provide virtual/libgbm required for any drm* flavour
2DRM-REMOVE:imxgpu = "drm-gl drm-gles2" 2DRM-REMOVE = ""
3DRM-REMOVE:imxgpu:mx8-nxp-bsp = "" 3DRM-REMOVE:imxgpu:mx6-nxp-bsp = "drm-gl drm-gles2"
4DRM-REMOVE:imxgpu:mx95-nxp-bsp = "" 4DRM-REMOVE:imxgpu:mx7-nxp-bsp = "drm-gl drm-gles2"
5PACKAGECONFIG:remove = "${DRM-REMOVE}" 5PACKAGECONFIG:remove = "${DRM-REMOVE}"