From 6a5e107b07e576ee455f28b30f023eda00bb13ff Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Fri, 22 Sep 2017 17:28:03 -0400 Subject: meta-agl-bsp: meta-ti: Rework Weston patches for 2.0 We can drop the changes for the compositor to support RGB565 as this is now upstream. The other compositor patch is no longer relevant. The soc performance patch needs additional work to link but is also not required for overall functionality so leave that broken. For the rest of the patches we just need to make minor changes about the location of the source files now as the code has reorganized since the patches were written. Bug-AGL: SPEC-908 Change-Id: I7034219510821b8f720328318e3e560783cf16d6 Signed-off-by: Tom Rini Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11019 Reviewed-by: Scott Murray Reviewed-by: Matt Ranostay Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account Reviewed-by: Jan-Simon Moeller --- meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend') diff --git a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend index 8704908f2..2005b601e 100644 --- a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend +++ b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend @@ -9,17 +9,17 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" RDEPENDS_${PN} += "weston-conf" ####################### F I X M E ########################## -# FIXME pyro DISABLED_SRC_URI += " \ - file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \ file://0001-Add-soc-performance-monitor-utilites.patch \ +" +####################### F I X M E ########################## + +SRC_URI += " \ + file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \ file://0002-Weston-Allow-visual_id-to-be-0.patch \ file://0003-Weston-Fix-virtual-keyboard-display-issue-for-QT5-ap.patch \ file://0004-Weston-Fix-touch-screen-crash-issue.patch \ - file://0001-compositor-drm-fix-hotplug-weston-termination-proble.patch \ - file://0001-compositor-drm-support-RGB565-with-pixman-renderer.patch \ " -####################### F I X M E ########################## RDEPENDS_${PN}_remove = "weston-conf" -- cgit 1.2.3-korg