[OE-core] [PATCH 0/4] Initial Wayland integration

Ross Burton ross.burton at intel.com
Wed Jan 16 16:06:55 UTC 2013


Hi,

This is the first round of Wayland integration.  The Wayland protocol libraries,
optional (based on DISTRO_FEATURE) support for the Wayland EGL backend is added
to Mesa, and then Weston is added.

Weston's packaging is rather complicated because it can build multiple backends,
but it's flexible enough to cope.

Future plans include an image that boots directly into wayland-on-KMS, and
enabling the Wayland support in GTK+ and Qt.

One quirk is that you can build weston without the wayland distro feature, which
results in just wayland-on-x11. The distro feature name may have to be split up
to reflect the different aspects more accurately.

Ross

The following changes since commit 53cc748b93e8af584557d6db5309c3e955182c5c:

  linux-libc-headers: fix headers install in long path name environments (2013-01-10 23:53:51 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib ross/wayland

for you to fetch changes up to b9bddcdeee3b8b0091e54b2e414757458101779b:

  weston: add reference Wayland compositor (2013-01-16 15:43:12 +0000)

----------------------------------------------------------------
Alexandru DAMIAN (2):
      wayland: add Wayland protocol library
      mesa-dri: enable the wayland-egl platform

Ross Burton (2):
      x11-common: set XDG_RUNTIME_DIR if it isn't already set
      weston: add reference Wayland compositor

 meta/recipes-graphics/mesa/mesa-common.inc         |   10 +++-
 meta/recipes-graphics/mesa/mesa-dri.inc            |    1 +
 meta/recipes-graphics/wayland/wayland_1.0.3.bb     |   37 ++++++++++++++
 .../recipes-graphics/wayland/weston/weston.desktop |    9 ++++
 meta/recipes-graphics/wayland/weston/weston.png    |  Bin 0 -> 2383 bytes
 meta/recipes-graphics/wayland/weston_1.0.3.bb      |   52 ++++++++++++++++++++
 .../x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh |   13 +++++
 7 files changed, 121 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-graphics/wayland/wayland_1.0.3.bb
 create mode 100644 meta/recipes-graphics/wayland/weston/weston.desktop
 create mode 100644 meta/recipes-graphics/wayland/weston/weston.png
 create mode 100644 meta/recipes-graphics/wayland/weston_1.0.3.bb
 create mode 100644 meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh

Alexandru DAMIAN (2):
  wayland: add Wayland protocol library
  mesa-dri: enable the wayland-egl platform

Ross Burton (2):
  x11-common: set XDG_RUNTIME_DIR if it isn't already set
  weston: add reference Wayland compositor

 meta/recipes-graphics/mesa/mesa-common.inc         |   10 +++-
 meta/recipes-graphics/mesa/mesa-dri.inc            |    1 +
 meta/recipes-graphics/wayland/wayland_1.0.3.bb     |   37 ++++++++++++++
 .../recipes-graphics/wayland/weston/weston.desktop |    9 ++++
 meta/recipes-graphics/wayland/weston/weston.png    |  Bin 0 -> 2383 bytes
 meta/recipes-graphics/wayland/weston_1.0.3.bb      |   52 ++++++++++++++++++++
 .../x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh |   13 +++++
 7 files changed, 121 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-graphics/wayland/wayland_1.0.3.bb
 create mode 100644 meta/recipes-graphics/wayland/weston/weston.desktop
 create mode 100644 meta/recipes-graphics/wayland/weston/weston.png
 create mode 100644 meta/recipes-graphics/wayland/weston_1.0.3.bb
 create mode 100644 meta/recipes-graphics/x11-common/x11-common/etc/X11/Xsession.d/13xdgbasedirs.sh

-- 
1.7.10.4





More information about the Openembedded-core mailing list