Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 0/4] Initial Wayland integration
@ 2013-01-16 16:06 Ross Burton
  2013-01-16 16:06 ` [PATCH 1/4] x11-common: set XDG_RUNTIME_DIR if it isn't already set Ross Burton
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Ross Burton @ 2013-01-16 16:06 UTC (permalink / raw)
  To: openembedded-core

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




^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-16 16:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-16 16:06 [PATCH 0/4] Initial Wayland integration Ross Burton
2013-01-16 16:06 ` [PATCH 1/4] x11-common: set XDG_RUNTIME_DIR if it isn't already set Ross Burton
2013-01-16 16:06 ` [PATCH 2/4] wayland: add Wayland protocol library Ross Burton
2013-01-16 16:06 ` [PATCH 3/4] mesa-dri: enable the wayland-egl platform Ross Burton
2013-01-16 16:06 ` [PATCH 4/4] weston: add reference Wayland compositor Ross Burton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox