aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Murray <scott.murray@konsulko.com>2019-10-22 05:34:25 -0400
committerScott Murray <scott.murray@konsulko.com>2019-10-31 08:31:03 +0000
commit02e99515e7af6df1787eaf05d0969672560ce658 (patch)
tree37846de84ea7561a8e39469a9e9696261162b635
parent9d8f095906b190375e6d4bf532063df07f825db7 (diff)
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 <scott.murray@konsulko.com>
-rw-r--r--meta-agl-profile-graphical/recipes-graphics/wayland/weston_6.0.0.bbappend3
1 files changed, 2 insertions, 1 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 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"