Skip to content

Commit

Permalink
glmark: Simplify logic for DRM config
Browse files Browse the repository at this point in the history
Since i.MX 8, DRM is supported by default by the i.MX GPU. Simplify the
DRM config logic by reversing the default, making it clear that it is
i.MX 6 and 7 that do not support DRM.

Signed-off-by: Tom Hochstein <[email protected]>
  • Loading branch information
thochstein committed Jan 9, 2025
1 parent 8219345 commit 9a76d3a
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 9a76d3a

Please sign in to comment.