diff options
| author | Mark Hatle <mark.hatle@amd.com> | 2023-10-21 15:10:09 -0600 |
|---|---|---|
| committer | Mark Hatle <mark.hatle@amd.com> | 2023-10-21 15:10:09 -0600 |
| commit | c3544a015405ab8ed71b5d7dadde79017cb0ce96 (patch) | |
| tree | 4c807720ec7f1c8d4b5f2bf5f096f6926e3c7b93 | |
| parent | 45cfe51f85519cfaa3bc51b0532ab2c441b628de (diff) | |
| download | meta-xilinx-c3544a015405ab8ed71b5d7dadde79017cb0ce96.tar.gz | |
weston: Move bbapend to weston_11
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
| -rw-r--r-- | meta-xilinx-core/recipes-graphics/wayland/weston_11.%.bbappend (renamed from meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend b/meta-xilinx-core/recipes-graphics/wayland/weston_11.%.bbappend index 18396c5e..baccf728 100644 --- a/meta-xilinx-core/recipes-graphics/wayland/weston_10.0.2.bbappend +++ b/meta-xilinx-core/recipes-graphics/wayland/weston_11.%.bbappend | |||
| @@ -4,5 +4,5 @@ ZYNQMP_WARN = "${@bb.utils.contains('MACHINE_FEATURES', 'mali400', '${ZYNQMP_WAR | |||
| 4 | 4 | ||
| 5 | python() { | 5 | python() { |
| 6 | if d.getVar('ZYNQMP_WARN') == "1": | 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.") | 7 | raise bb.parse.SkipRecipe("Weston %s requires GLES 3 interfaces which are not available when libmali enabled. Use Weston 9.0.0.0 instead." % d.getVar('PV')) |
| 8 | } | 8 | } |
