From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 0/9] Upgrade mesa, wayland
Date: Mon, 18 Jul 2016 16:33:56 +0300 [thread overview]
Message-ID: <cover.1468848064.git.jussi.kukkonen@intel.com> (raw)
Changes since V1:
* wayland: Added Khems musl build fix patch
* weston: Added a musl build fix patch
* mesa-demos (new patch): require X11 distro feature
Issues:
* gbm fails to load drivers with musl: "Error relocating
/lib/libgcc_s.so.1: __cpu_indicator_init: symbol not found"
Original cover letter follows:
Major releases of wayland components and especially mesa. The X
upgrades are all fairly small ones.
Mesa has been tested with piglit (looks pretty good). I did not have
a modern test device at hand so have not verified the OpenGL 4.3
support. Wayland was just smoke tested: seems to work fine.
Jussi
The following changes since commit 627d01997fcf6a0581d88047735769ffb2592b82:
useradd-staticids: use map() instead of imap() (2016-07-12 23:12:00 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/graphics
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/graphics
Jussi Kukkonen (9):
mesa-demos: Require X11 distro feature
mesa: Upgrade 11.2.2 -> 12.0.1
wayland-protocols: Upgrade 1.3 -> 1.4
wayland: Upgrade 1.10.0 -> 1.11.0
weston: Upgrade 1.10.0 -> 1.11.0
libxfixes: Upgrade 5.0.1 -> 5.0.2
xkeyboard-config: Upgrade 2.17 -> 2.18
xf86-input-evdev: Upgrade 2.10.2 -> 2.10.3
xf86-input-libinput: Upgrade 0.16.0 -> 0.19.0
meta/recipes-graphics/mesa/mesa-demos_8.3.0.bb | 4 +-
.../mesa/{mesa-gl_11.2.2.bb => mesa-gl_12.0.1.bb} | 0
meta/recipes-graphics/mesa/mesa.inc | 2 +-
.../mesa/{mesa_11.2.2.bb => mesa_12.0.1.bb} | 4 +-
.../wayland-protocols/dont-use-AC_CANONICAL.patch | 29 ---------
...d-protocols_1.3.bb => wayland-protocols_1.4.bb} | 6 +-
...0001-scanner-Use-unit32_t-instead-of-uint.patch | 30 ++++++++++
.../{wayland_1.10.0.bb => wayland_1.11.0.bb} | 8 ++-
...1-configure.ac-Fix-wayland-protocols-path.patch | 4 +-
.../0001-shared-include-stdint.h-for-int32_t.patch | 28 +++++++++
...ch-Provide-a-default-version-that-doesn-t.patch | 68 +++++++++++-----------
.../make-libwebp-explicitly-configurable.patch | 37 ------------
.../wayland/{weston_1.10.0.bb => weston_1.11.0.bb} | 8 +--
...-evdev_2.10.2.bb => xf86-input-evdev_2.10.3.bb} | 4 +-
...put_0.16.0.bb => xf86-input-libinput_0.19.0.bb} | 4 +-
.../{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} | 4 +-
...ard-config_2.17.bb => xkeyboard-config_2.18.bb} | 4 +-
17 files changed, 120 insertions(+), 124 deletions(-)
rename meta/recipes-graphics/mesa/{mesa-gl_11.2.2.bb => mesa-gl_12.0.1.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_11.2.2.bb => mesa_12.0.1.bb} (80%)
delete mode 100644 meta/recipes-graphics/wayland/wayland-protocols/dont-use-AC_CANONICAL.patch
rename meta/recipes-graphics/wayland/{wayland-protocols_1.3.bb => wayland-protocols_1.4.bb} (80%)
create mode 100644 meta/recipes-graphics/wayland/wayland/0001-scanner-Use-unit32_t-instead-of-uint.patch
rename meta/recipes-graphics/wayland/{wayland_1.10.0.bb => wayland_1.11.0.bb} (87%)
create mode 100644 meta/recipes-graphics/wayland/weston/0001-shared-include-stdint.h-for-int32_t.patch
delete mode 100644 meta/recipes-graphics/wayland/weston/make-libwebp-explicitly-configurable.patch
rename meta/recipes-graphics/wayland/{weston_1.10.0.bb => weston_1.11.0.bb} (95%)
rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.2.bb => xf86-input-evdev_2.10.3.bb} (83%)
rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.16.0.bb => xf86-input-libinput_0.19.0.bb} (63%)
rename meta/recipes-graphics/xorg-lib/{libxfixes_5.0.1.bb => libxfixes_5.0.2.bb} (79%)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.17.bb => xkeyboard-config_2.18.bb} (88%)
--
2.1.4
next reply other threads:[~2016-07-18 13:34 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-18 13:33 Jussi Kukkonen [this message]
2016-07-18 13:34 ` [PATCHv2 1/9] mesa-demos: Require X11 distro feature Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 2/9] mesa: Upgrade 11.2.2 -> 12.0.1 Jussi Kukkonen
2016-07-20 13:47 ` Nicolas Dechesne
2016-07-18 13:34 ` [PATCHv2 3/9] wayland-protocols: Upgrade 1.3 -> 1.4 Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 4/9] wayland: Upgrade 1.10.0 -> 1.11.0 Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 5/9] weston: " Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 6/9] libxfixes: Upgrade 5.0.1 -> 5.0.2 Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 7/9] xkeyboard-config: Upgrade 2.17 -> 2.18 Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 8/9] xf86-input-evdev: Upgrade 2.10.2 -> 2.10.3 Jussi Kukkonen
2016-07-18 13:34 ` [PATCHv2 9/9] xf86-input-libinput: Upgrade 0.16.0 -> 0.19.0 Jussi Kukkonen
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.1468848064.git.jussi.kukkonen@intel.com \
--to=jussi.kukkonen@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