summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-03-23 15:32:00 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-03-28 10:00:18 +0000
commit0916ed9046abb78e4d270a57d59606569cf43749 (patch)
treec2c588652fa90ffb62d9b47e2da0b5e9fce4c7e0 /meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend
parent7480d16c667a773f6762a15934c4e617b0731f72 (diff)
dra7xx: weston: add patches for weston 1.11
These patches are rehosted from meta-arago Reference: https://goo.gl/889cIi Change-Id: I888303ddd99a431587ebb4f7ed5f0f90a6e6538d Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend')
-rw-r--r--meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend9
1 files changed, 7 insertions, 2 deletions
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 1ceba7f1b..5f22fccab 100644
--- a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend
+++ b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_%.bbappend
@@ -1,17 +1,22 @@
-#inherit append-code-change
# When configured for fbdev compositor, make it the default
PACKAGECONFIG[fbdev] = "--enable-fbdev-compositor WESTON_NATIVE_BACKEND="fbdev-backend.so",--disable-fbdev-compositor,udev mtdev"
PACKAGECONFIG[kms] = "--enable-drm-compositor,--disable-drm-compositor,drm udev libgbm mtdev"
-PR_append = ".agl_arago_16"
+PR_append = ".agl_arago22"
FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
RDEPENDS_${PN} += "weston-conf"
+
SRC_URI += " \
file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \
file://0001-Add-soc-performance-monitor-utilites.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 \
"
RDEPENDS_${PN}_remove = "weston-conf"