diff options
author | Veeresh Kadasani <external.vkadasani@jp.adit-jv.com> | 2019-12-13 19:56:17 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2019-12-17 16:01:01 +0000 |
commit | 69a5ce380a110adf700b919eb3b149776492800d (patch) | |
tree | ae801e202892b9612c0777afbfe20e04fc735788 /meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend | |
parent | f992d7bf40a2bd818600f286106cc097f1c085dd (diff) |
fix weston crash on h3+KF after first bootup
Bug-AGL: SPEC-2827
remove 0002-compositor-add-output-type-to-weston_output.patch
this patch was ported from weston 2.0 transmitter fix
which use to crash because of invalid member access.
with weston 6.0 transmitter works fine without this patch
so remove it to fix crash after first boot on h3+KF
Change-Id: I607bec3bdfb5146af68d36d717d3305f5fd58998
Signed-off-by: Veeresh Kadasani <external.vkadasani@jp.adit-jv.com>
Diffstat (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend')
-rw-r--r-- | meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend index 031ac328f..67442bd6b 100644 --- a/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend +++ b/meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend @@ -7,7 +7,4 @@ SRC_URI_append = "\ file://0003-compositor-drm-introduce-drm_get_dmafd_from_view.patch \ file://0001-config-parser-Export-get_full_path-and-destroy.patch \ " -# Disabled until SPEC-2827 H3ULCB v3.0 + Kingfisher issue is debugged: -# file://0002-compositor-add-output-type-to-weston_output.patch - EXTRA_OECONF_append = " --enable-sys-uid" |