Skip to content

Commit

Permalink
Merge pull request #2064 from Freescale/backport-2063-to-scarthgap
Browse files Browse the repository at this point in the history
[Backport scarthgap] glmark: Simplify logic for DRM config
  • Loading branch information
otavio authored Jan 9, 2025
2 parents 597bbe8 + 47571ec commit 7f544ea
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour
DRM-REMOVE:imxgpu = "drm-gl drm-gles2"
DRM-REMOVE:imxgpu:mx8-nxp-bsp = ""
DRM-REMOVE:imxgpu:mx95-nxp-bsp = ""
# 6 and 7 Vivante do not provide virtual/libgbm required for any drm* flavour
DRM-REMOVE = ""
DRM-REMOVE:imxgpu:mx6-nxp-bsp = "drm-gl drm-gles2"
DRM-REMOVE:imxgpu:mx7-nxp-bsp = "drm-gl drm-gles2"
PACKAGECONFIG:remove = "${DRM-REMOVE}"

0 comments on commit 7f544ea

Please sign in to comment.