diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-09-28 08:59:36 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-09-28 08:59:36 -0600 |
commit | ba62425b8ce9e64b7bc3637e09d06df3e7cd24f2 (patch) | |
tree | ab9789a97d1e72b99c3d78f12865c440dfcc3f99 /meta-xilinx-core/recipes-graphics | |
parent | 6c89f01f87beb4d52cbce1bcc06589221eeeef44 (diff) | |
parent | 0c8d380e1741c5bb6cfa3786dc9a330811c0e6bf (diff) | |
download | meta-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.bbappend | 8 |
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 @@ | |||
1 | ZYNQMP_WARN_DEFAULT = "0" | ||
2 | ZYNQMP_WARN_DEFAULT:zynqmp = "${@bb.utils.contains('DISTRO_FEATURES', 'libmali', '1', '0', d)}" | ||
3 | ZYNQMP_WARN = "${@bb.utils.contains('MACHINE_FEATURES', 'mali400', '${ZYNQMP_WARN_DEFAULT}', '0', d)}" | ||
4 | |||
5 | python() { | ||
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 | } | ||