diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2020-03-16 10:55:08 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2020-03-16 09:16:20 -0300 |
commit | 340f3f2bcc7bcf7f5f3abad9973ac745571fd571 (patch) | |
tree | b01e2326e4d289851c2e1ce87ddb559d5d654792 /dynamic-layers/openembedded-layer/recipes-benchmark | |
parent | 2e6869d133e174e3d4b8cbd7267dc622b11462c2 (diff) | |
download | meta-freescale-340f3f2bcc7bcf7f5f3abad9973ac745571fd571.tar.gz |
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>
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-benchmark')
-rw-r--r-- | dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | 4 |
1 files changed, 4 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 new file mode 100644 index 00000000..2e648ba3 --- /dev/null +++ b/dynamic-layers/openembedded-layer/recipes-benchmark/glmark2/glmark2_%.bbappend | |||
@@ -0,0 +1,4 @@ | |||
1 | # Only _mx8 machine do provide virtual/libgbm required for any drm* flavour | ||
2 | DRM-REMOVE_imxgpu = "drm-gl drm-gles2" | ||
3 | DRM-REMOVE_imxgpu_mx8 = "" | ||
4 | PACKAGECONFIG_remove = "${DRM-REMOVE}" | ||