diff options
author | Karthik Ramanan <a0393906@ti.com> | 2016-11-18 13:17:53 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2016-11-22 16:32:17 +0000 |
commit | 534b92bdada2ec1920cdd9e16d2a5a4c286c4d1c (patch) | |
tree | 12100ff8ff479ff6651c4e6185e5e0b96ccd571c /meta-agl-bsp/meta-ti/recipes-arago/weston/weston_1.9.0.bbappend | |
parent | b678c686af5962c8ceec4517aa27992c9ba2d47b (diff) |
dra7xx-evm: weston: add changes for AGL home screen
This patch set contains three sets of changes:
* Recipes and patches from meta-arago for weston bringup
* Additional patches to support ivi-shell for dra7xx-evm
* Configuration settings for applications/AGL home screen
Change-Id: I925c1babdf2e825c0f68ec1d57107469f3abef09
Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-arago/weston/weston_1.9.0.bbappend')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-arago/weston/weston_1.9.0.bbappend | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_1.9.0.bbappend b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_1.9.0.bbappend new file mode 100644 index 000000000..3c35ad821 --- /dev/null +++ b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston_1.9.0.bbappend @@ -0,0 +1,35 @@ +#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" + +FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:" + +RDEPENDS_${PN} += "weston-conf" + +SRC_URI += " \ + file://0001-weston1.9.0-Enabling-DRM-backend-with-multiple-displ.patch \ + file://0002-Weston1.9.0-Allow-visual_id-to-be-0.patch \ + file://0003-Weston1.9.0-Fix-virtual-keyboard-display-issue-for-Q.patch \ + file://0004-Weston1.9.0-Fix-touch-screen-crash-issue.patch \ + file://0001-udev-seat-restrict-udev-enumeration-to-card0.patch \ + file://0001-Add-soc-performance-monitor-utilites.patch \ +" + +RDEPENDS_${PN}_remove = "weston-conf" + +SRC_URI += " \ + file://0001-ivi-shell-fix-TODO-which-expects-only-one-screen-in-.patch \ + file://0002-ivi-shell-multi-screen-support-to-calcuration-of-a-m.patch \ + file://0003-ivi-shell-avoid-update_prop-on-invisible-surfaces.patch \ + file://0004-ivi-shell-fix-layout_layer.view_list-is-not-initiliz.patch \ + file://0005-ivi-shell-convert-from-screen-to-global-coordinates.patch \ + file://0006-ivi-shell-remove-a-code-which-expects-only-a-screen-.patch \ + file://0007-ivi-shell-layout-Export-surface-destroy-callback.patch \ + file://0008-ivi-shell-Add-simple-IVI-shell-layout-controller.patch \ + file://0001-ivi-shell-Add-autolaunch-and-launch-rules-functional.patch \ + file://0001-ivi-shell-layer-controller-ti-Improve-functionality.patch \ + file://0001-ivi-shell-Add-screenshooter-option.patch \ + " |