summaryrefslogtreecommitdiffstats
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-22 05:34:25 -0400
commit4ce8cb1beb5950754b5805ecd370509654f86fde (patch)
treec117cb8687c1f0eb7244c80f8424ec81bcdc8434
parentba9a833b857cfdc97d1ec174739d0eb04cc906dc (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"