weston: Disable output type patch 45/22745/1
authorScott Murray <scott.murray@konsulko.com>
Tue, 22 Oct 2019 09:34:25 +0000 (05:34 -0400)
committerScott Murray <scott.murray@konsulko.com>
Tue, 22 Oct 2019 09:34:25 +0000 (05:34 -0400)
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 <scott.murray@konsulko.com>
meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend

index 44fcdcb..9e29e27 100644 (file)
@@ -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"