There are some issues with the current omapdrm (kernel driver) and related dependencies on the TI platform such as dra7xx.
Weston version 1.3.0 has been very highly tested and is currently shipping to customers who are using wayland with DRM backend. This patch set brings in support for Weston and also includes patches that help resolve some important issues in the Weston. These issues are specific to TI platforms and cannot be submitted upstream. Karthik Ramanan (2): wayland: add support for version 1.3.0 for drm backend wayland: adding support for weston 1.3.0 for DRM backend ...tor-drm-Change-path-of-gbm.h-to-gbm-gbm.h.patch | 26 ++++ ...e-Include-option-to-search-in-include-drm.patch | 47 +++++++ ...urce-prevent-input-disable-during-repaint.patch | 34 +++++ .../0005-temp-hack-to-enable-weston-1.3.patch | 33 +++++ .../0006-weston-drm-Enable-multiple-displays.patch | 43 ++++++ .../recipes-graphics/wayland/just-scanner.patch | 36 +++++ .../recipes-graphics/wayland/pattern.png | Bin 0 -> 1846 bytes meta-arago-extras/recipes-graphics/wayland/profile | 9 ++ .../recipes-graphics/wayland/terminal.png | Bin 0 -> 1005 bytes .../recipes-graphics/wayland/wayland.inc | 5 + .../recipes-graphics/wayland/wayland_1.3.0.bb | 34 +++++ .../recipes-graphics/wayland/weston.desktop | 91 ++++++++++++ .../recipes-graphics/wayland/weston.png | 147 +++++++++++++++++++ .../recipes-graphics/wayland/weston_1.3.0.bb | 148 ++++++++++++++++++++ 14 files changed, 653 insertions(+) create mode 100755 meta-arago-extras/recipes-graphics/wayland/0001-compositor-drm-Change-path-of-gbm.h-to-gbm-gbm.h.patch create mode 100755 meta-arago-extras/recipes-graphics/wayland/0002-Makefile-Include-option-to-search-in-include-drm.patch create mode 100644 meta-arago-extras/recipes-graphics/wayland/0003-input-source-prevent-input-disable-during-repaint.patch create mode 100644 meta-arago-extras/recipes-graphics/wayland/0005-temp-hack-to-enable-weston-1.3.patch create mode 100644 meta-arago-extras/recipes-graphics/wayland/0006-weston-drm-Enable-multiple-displays.patch create mode 100644 meta-arago-extras/recipes-graphics/wayland/just-scanner.patch create mode 100644 meta-arago-extras/recipes-graphics/wayland/pattern.png create mode 100644 meta-arago-extras/recipes-graphics/wayland/profile create mode 100644 meta-arago-extras/recipes-graphics/wayland/terminal.png create mode 100644 meta-arago-extras/recipes-graphics/wayland/wayland.inc create mode 100644 meta-arago-extras/recipes-graphics/wayland/wayland_1.3.0.bb create mode 100644 meta-arago-extras/recipes-graphics/wayland/weston.desktop create mode 100644 meta-arago-extras/recipes-graphics/wayland/weston.png create mode 100644 meta-arago-extras/recipes-graphics/wayland/weston_1.3.0.bb -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
