From 02e99515e7af6df1787eaf05d0969672560ce658 Mon Sep 17 00:00:00 2001 From: Scott Murray Date: Tue, 22 Oct 2019 05:34:25 -0400 Subject: weston: Disable output type patch Comment out 0002-compositor-add-output-type-to-weston_output.patch in weston bbappend for now to prevent crashes on H3ULCB v3.0 plus Kingfisher systems like the AGL demo setups. Bug-AGL: SPEC-2827 Change-Id: I2a56d7b510d7001b555821dcf37f0487eea1806c Signed-off-by: Scott Murray --- .../recipes-graphics/wayland/weston_6.0.0.bbappend | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 44fcdcb05..9e29e2756 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 @@ -3,8 +3,9 @@ FILESEXTRAPATHS_append := ":${THISDIR}/${PN}" SRC_URI_append = "\ file://0001-Allow-regular-users-to-launch-Weston_2.0.0.patch \ file://use-XDG_RUNTIMESHARE_DIR.patch \ - file://0002-compositor-add-output-type-to-weston_output.patch \ file://0003-compositor-drm-introduce-drm_get_dmafd_from_view.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