From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] Initial Wayland integration
Date: Wed, 16 Jan 2013 16:06:55 +0000 [thread overview]
Message-ID: <cover.1358351050.git.ross.burton@intel.com> (raw)
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
next reply other threads:[~2013-01-16 16:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-16 16:06 Ross Burton [this message]
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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1358351050.git.ross.burton@intel.com \
--to=ross.burton@intel.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox