summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-graphics
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-09-28 08:59:36 -0600
committerMark Hatle <mark.hatle@amd.com>2023-09-28 08:59:36 -0600
commitba62425b8ce9e64b7bc3637e09d06df3e7cd24f2 (patch)
treeab9789a97d1e72b99c3d78f12865c440dfcc3f99 /meta-xilinx-core/recipes-graphics
parent6c89f01f87beb4d52cbce1bcc06589221eeeef44 (diff)
parent0c8d380e1741c5bb6cfa3786dc9a330811c0e6bf (diff)
downloadmeta-xilinx-ba62425b8ce9e64b7bc3637e09d06df3e7cd24f2.tar.gz
Merge remote-tracking branch 'github/rel-v2023.1'
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-graphics')
-rw-r--r--meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend b/meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend
new file mode 100644
index 00000000..18396c5e
--- /dev/null
+++ b/meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend
@@ -0,0 +1,8 @@
1ZYNQMP_WARN_DEFAULT = "0"
2ZYNQMP_WARN_DEFAULT:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'libmali', '1', '0', d)}"
3ZYNQMP_WARN = "${@bb.utils.contains('MACHINE_FEATURES', 'mali400', '${ZYNQMP_WARN_DEFAULT}', '0', d)}"
4
5python() {
6 if d.getVar('ZYNQMP_WARN') == "1":
7 raise bb.parse.SkipRecipe("Weston 10.0.0.2 requires GLES 3 interfaces which are not available when libmali enabled. Use Weston 9.0.0.0 instead.")
8}