summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2022-10-21 10:39:26 -0500
committerMark Hatle <mark.hatle@amd.com>2022-10-21 10:39:26 -0500
commitfc7c4def812ab3a3aead5111408866fb9d7860fb (patch)
tree935fad947b2ee54742cb3226bda2a4fbe85d861f
parent92b86c9df15d6e84e51780ecb58f5e1624b41ab8 (diff)
downloadmeta-xilinx-fc7c4def812ab3a3aead5111408866fb9d7860fb.tar.gz
weston: Disable dmabuf-feedback, not supported due to mali-xlnx incompatibility
Dependency gbm found: NO found 17.3 but need: '>= 21.1.1' (cached) Message: dmabuf-feedback requires gbm which was not found. If you rather not build this, drop "dmabuf-feedback" from simple-clients option. Signed-off-by: Mark Hatle <mark.hatle@amd.com>
-rw-r--r--meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend b/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend
index caa49063..983f5500 100644
--- a/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend
+++ b/meta-xilinx-core/recipes-graphics/wayland/weston_%.bbappend
@@ -11,4 +11,7 @@ ZYNQMP_PKGARCH = "${SOC_FAMILY_ARCH}"
11# But if egl is enabled, we also need to be SOC_VARIANT_ARCH specific due to libmali 11# But if egl is enabled, we also need to be SOC_VARIANT_ARCH specific due to libmali
12ZYNQMP_PKGARCH:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${SOC_FAMILY_ARCH}', d)}" 12ZYNQMP_PKGARCH:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${SOC_FAMILY_ARCH}', d)}"
13 13
14# Skip dmabuf-feedback, as it requires gbm >= 21.1.1, mali-xlnx only provides 17.3
15SIMPLECLIENTS:mali400 ?= "damage im egl shm touch dmabuf-v4l dmabuf-egl"
16
14PACKAGE_ARCH:zynqmp = "${ZYNQMP_PKGARCH}" 17PACKAGE_ARCH:zynqmp = "${ZYNQMP_PKGARCH}"