From 69a5ce380a110adf700b919eb3b149776492800d Mon Sep 17 00:00:00 2001 From: Veeresh Kadasani Date: Fri, 13 Dec 2019 19:56:17 +0900 Subject: 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 --- .../recipes-graphics/wayland/weston_6.0.0.bbappend | 3 --- 1 file changed, 3 deletions(-) (limited to 'meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend') 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" -- cgit 1.2.3-korg