diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-10-21 15:18:54 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-21 15:18:54 -0600 |
commit | 387b31acf85b84bd34f339c87c0b51a9af4e16e4 (patch) | |
tree | 98454044b43af31d95784e0a9240e25b0a45c2f7 /meta-xilinx-core/recipes-graphics | |
parent | 8099d7115acdef832fb2a4db731d3bbce563a2e3 (diff) | |
download | meta-xilinx-387b31acf85b84bd34f339c87c0b51a9af4e16e4.tar.gz |
weston: Remove obsolete 10.0.2 bbappend
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, 0 insertions, 8 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 deleted file mode 100644 index 18396c5e..00000000 --- a/meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
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 | } | ||