diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2022-10-21 10:39:26 -0500 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2022-10-21 10:39:26 -0500 |
| commit | fc7c4def812ab3a3aead5111408866fb9d7860fb (patch) | |
| tree | 935fad947b2ee54742cb3226bda2a4fbe85d861f | |
| parent | 92b86c9df15d6e84e51780ecb58f5e1624b41ab8 (diff) | |
| download | meta-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_%.bbappend | 3 |
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 |
| 12 | ZYNQMP_PKGARCH:mali400 = "${@bb.utils.contains('PACKAGECONFIG', 'egl', '${SOC_VARIANT_ARCH}', '${SOC_FAMILY_ARCH}', d)}" | 12 | ZYNQMP_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 | ||
| 15 | SIMPLECLIENTS:mali400 ?= "damage im egl shm touch dmabuf-v4l dmabuf-egl" | ||
| 16 | |||
| 14 | PACKAGE_ARCH:zynqmp = "${ZYNQMP_PKGARCH}" | 17 | PACKAGE_ARCH:zynqmp = "${ZYNQMP_PKGARCH}" |
