mirror of
git://git.yoctoproject.org/meta-freescale.git
synced 2025-10-22 23:02:20 +02:00
glmark2: don't build drm flavours for machines not supporting it
imx-gpu-viv_6.4.0.p1.0-aarch32 does not provide virtual/libgbm and thus
a build with drm* in PACKAGECONFIG does fail.
Thus remove drm* from PACKAGECONFIG for those machines.
| ERROR: Nothing PROVIDES 'virtual/libgbm' (but .../glmark2_git.bb DEPENDS on or otherwise requires it)
| gpulib PROVIDES virtual/libgbm but was skipped: incompatible with machine
fixes: 7801868f
glmark2: Remove bbappend
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
This commit is contained in:
parent
2e6869d133
commit
340f3f2bcc
|
@ -0,0 +1,4 @@
|
|||
# Only _mx8 machine do provide virtual/libgbm required for any drm* flavour
|
||||
DRM-REMOVE_imxgpu = "drm-gl drm-gles2"
|
||||
DRM-REMOVE_imxgpu_mx8 = ""
|
||||
PACKAGECONFIG_remove = "${DRM-REMOVE}"
|
Loading…
Reference in New Issue
Block a user