From: Ross Burton <ross.burton@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/7] Wayland updates
Date: Fri, 31 May 2013 16:08:03 +0100 [thread overview]
Message-ID: <cover.1370012830.git.ross.burton@intel.com> (raw)
Hi,
Another revision of this branch with more improvements and Weston 1.1 (now that
the GTK+ issue was resolved).
Ross
The following changes since commit ea281d3b8e5f2ae21b37ea2ad4d440bf9c6427ff:
bitbake: Added distroy signal to information dialogs (2013-05-31 08:25:40 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib ross/wayland
for you to fetch changes up to 299fde808fbdca44b396fc35f0df196cad73dec9:
weston: update to 1.1.0 (2013-05-31 16:02:43 +0100)
----------------------------------------------------------------
Ross Burton (7):
mesa: upgrade to 9.1.3
mesa: update git recipe to 9.1.3 release
wayland: update to 1.1.0
weston: install the examples into weston-examples
weston: add a weston-launch group
weston: clean up and add comments
weston: update to 1.1.0
meta/recipes-graphics/mesa/mesa-9.0.2.inc | 13 -
meta/recipes-graphics/mesa/mesa-git.inc | 9 +-
.../mesa/mesa/0002-cross-compile.patch | 94 ---
...ate-NativeDisplayType-depending-on-config.patch | 358 +++++++++++
meta/recipes-graphics/mesa/mesa/cross-glsl.patch | 632 --------------------
.../mesa/dont-fail-if-libX11-isnt-installed.patch | 36 --
.../fix-egl-compilation-without-x11-headers.patch | 32 -
.../mesa/mesa/fix-glsl-cross.patch | 43 ++
meta/recipes-graphics/mesa/mesa_9.0.2.bb | 4 -
meta/recipes-graphics/mesa/mesa_9.1.3.bb | 14 +
.../wayland/{wayland_1.0.6.bb => wayland_1.1.0.bb} | 6 +-
.../wayland/weston/install-examples.patch | 18 +
.../wayland/{weston_1.0.6.bb => weston_1.1.0.bb} | 38 +-
13 files changed, 471 insertions(+), 826 deletions(-)
delete mode 100644 meta/recipes-graphics/mesa/mesa-9.0.2.inc
delete mode 100644 meta/recipes-graphics/mesa/mesa/0002-cross-compile.patch
create mode 100644 meta/recipes-graphics/mesa/mesa/EGL-Mutate-NativeDisplayType-depending-on-config.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa/cross-glsl.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa/dont-fail-if-libX11-isnt-installed.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa/fix-egl-compilation-without-x11-headers.patch
create mode 100644 meta/recipes-graphics/mesa/mesa/fix-glsl-cross.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa_9.0.2.bb
create mode 100644 meta/recipes-graphics/mesa/mesa_9.1.3.bb
rename meta/recipes-graphics/wayland/{wayland_1.0.6.bb => wayland_1.1.0.bb} (91%)
create mode 100644 meta/recipes-graphics/wayland/weston/install-examples.patch
rename meta/recipes-graphics/wayland/{weston_1.0.6.bb => weston_1.1.0.bb} (63%)
Ross Burton (7):
mesa: upgrade to 9.1.3
mesa: update git recipe to 9.1.3 release
wayland: update to 1.1.0
weston: install the examples into weston-examples
weston: add a weston-launch group
weston: clean up and add comments
weston: update to 1.1.0
meta/recipes-graphics/mesa/mesa-9.0.2.inc | 13 -
meta/recipes-graphics/mesa/mesa-git.inc | 9 +-
.../mesa/mesa/0002-cross-compile.patch | 94 ---
...ate-NativeDisplayType-depending-on-config.patch | 358 +++++++++++
meta/recipes-graphics/mesa/mesa/cross-glsl.patch | 632 --------------------
.../mesa/dont-fail-if-libX11-isnt-installed.patch | 36 --
.../fix-egl-compilation-without-x11-headers.patch | 32 -
.../mesa/mesa/fix-glsl-cross.patch | 43 ++
meta/recipes-graphics/mesa/mesa_9.0.2.bb | 4 -
meta/recipes-graphics/mesa/mesa_9.1.3.bb | 14 +
.../wayland/{wayland_1.0.6.bb => wayland_1.1.0.bb} | 6 +-
.../wayland/weston/install-examples.patch | 18 +
.../wayland/{weston_1.0.6.bb => weston_1.1.0.bb} | 38 +-
13 files changed, 471 insertions(+), 826 deletions(-)
delete mode 100644 meta/recipes-graphics/mesa/mesa-9.0.2.inc
delete mode 100644 meta/recipes-graphics/mesa/mesa/0002-cross-compile.patch
create mode 100644 meta/recipes-graphics/mesa/mesa/EGL-Mutate-NativeDisplayType-depending-on-config.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa/cross-glsl.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa/dont-fail-if-libX11-isnt-installed.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa/fix-egl-compilation-without-x11-headers.patch
create mode 100644 meta/recipes-graphics/mesa/mesa/fix-glsl-cross.patch
delete mode 100644 meta/recipes-graphics/mesa/mesa_9.0.2.bb
create mode 100644 meta/recipes-graphics/mesa/mesa_9.1.3.bb
rename meta/recipes-graphics/wayland/{wayland_1.0.6.bb => wayland_1.1.0.bb} (91%)
create mode 100644 meta/recipes-graphics/wayland/weston/install-examples.patch
rename meta/recipes-graphics/wayland/{weston_1.0.6.bb => weston_1.1.0.bb} (63%)
--
1.7.10.4
next reply other threads:[~2013-05-31 15:11 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-31 15:08 Ross Burton [this message]
2013-05-31 15:08 ` [PATCH 1/7] mesa: upgrade to 9.1.3 Ross Burton
2013-06-01 14:07 ` Jonathan Liu
2013-05-31 15:08 ` [PATCH 2/7] mesa: update git recipe to 9.1.3 release Ross Burton
2013-05-31 15:08 ` [PATCH 3/7] wayland: update to 1.1.0 Ross Burton
2013-05-31 15:08 ` [PATCH 4/7] weston: install the examples into weston-examples Ross Burton
2013-05-31 15:08 ` [PATCH 5/7] weston: add a weston-launch group Ross Burton
2013-05-31 15:08 ` [PATCH 6/7] weston: clean up and add comments Ross Burton
2013-05-31 15:08 ` [PATCH 7/7] weston: update to 1.1.0 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.1370012830.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