From: Jussi Kukkonen <jussi.kukkonen@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 00/13] Upgrades around graphics stack
Date: Thu, 12 May 2016 10:20:00 +0300 [thread overview]
Message-ID: <cover.1463035854.git.jussi.kukkonen@intel.com> (raw)
Upgrades around X, Wayland and Mesa. Mostly point upgrades but the
Wayland upgrade is a fairly major one: their next release is also
around the corner so if there are problems you can drop wayland-
related bits and I can fix things in time for 1.11.
These have been sanity tested with sato and weston images. piglit
results are in line with previous mesa releases (~98% pass rate for
non-skipped tests on a NUC with Intel HD 5000).
Please take a look at the wayland-protocols patch: the recipe produces
a -dev package only, I wasn't sure if that's a thing I can/should do?
Thanks,
Jussi
The following changes since commit 7ca60ec8bff7656b4e52f5a4d238913e851da089:
test-empty-image: Fix LIC_FILES_CHKSUM typo (2016-05-06 10:48:06 +0100)
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib jku/gfx-upgrades
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/gfx-upgrades
Jussi Kukkonen (13):
xserver-xorg: Upgrade 1.18.0 -> 1.18.3
xrandr: Upgrade to 1.5.0
xkeyboard-config: Upgrade to 2.17
libinput: Upgrade 1.1.4 -> 1.3.0
xf86-input-evdev: Upgrade 2.10.1 -> 2.10.2
videoproto: Upgrade 2.3.2 -> 2.3.3
libxkbcommon: Upgrade 0.5.0 -> 0.6.1
libdrm: Upgrade 2.4.67 -> 2.4.68
mesa: Upgrade 11.1.1 -> 11.2.2
pixman: Upgrade 0.32.8 -> 0.34.0
wayland: Upgrade 1.9.0 -> 1.10.0
wayland-protocols: Add recipe
weston: Upgrade 1.9.0 -> 1.10.0
.../drm/{libdrm_2.4.67.bb => libdrm_2.4.68.bb} | 4 +-
.../mesa/{mesa-gl_11.1.1.bb => mesa-gl_11.2.2.bb} | 0
.../mesa/{mesa_11.1.1.bb => mesa_11.2.2.bb} | 4 +-
.../{libinput_1.1.4.bb => libinput_1.3.0.bb} | 5 +-
.../wayland-protocols/dont-use-AC_CANONICAL.patch | 29 +++++++++
.../wayland/wayland-protocols_1.3.bb | 19 ++++++
.../{wayland_1.9.0.bb => wayland_1.10.0.bb} | 6 +-
...c-Use-PKG_CONFIG_SYSROOT_DIR-for-protocol.patch | 30 ++++++++++
.../weston/explicit-enable-disable-systemd.patch | 70 ----------------------
.../wayland/weston/libsystemd.patch | 53 ----------------
.../weston/make-lcms-explicitly-configurable.patch | 43 -------------
.../wayland/{weston_1.9.0.bb => weston_1.10.0.bb} | 10 ++--
.../xorg-app/{xrandr_1.4.3.bb => xrandr_1.5.0.bb} | 4 +-
...-evdev_2.10.1.bb => xf86-input-evdev_2.10.2.bb} | 4 +-
...libxkbcommon_0.5.0.bb => libxkbcommon_0.6.1.bb} | 6 +-
...0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch | 65 --------------------
.../xorg-lib/pixman/mips-export-revert.patch | 22 -------
.../{pixman_0.32.8.bb => pixman_0.34.0.bb} | 6 +-
...ard-config_2.16.bb => xkeyboard-config_2.17.bb} | 4 +-
.../{videoproto_2.3.2.bb => videoproto_2.3.3.bb} | 4 +-
....ac-Use-libsystemd-in-REQUIRED_LIBS-check.patch | 50 ----------------
.../modesetting_libdrm_requirements.patch | 30 ----------
...erver-xorg_1.18.0.bb => xserver-xorg_1.18.3.bb} | 8 +--
23 files changed, 108 insertions(+), 368 deletions(-)
rename meta/recipes-graphics/drm/{libdrm_2.4.67.bb => libdrm_2.4.68.bb} (92%)
rename meta/recipes-graphics/mesa/{mesa-gl_11.1.1.bb => mesa-gl_11.2.2.bb} (100%)
rename meta/recipes-graphics/mesa/{mesa_11.1.1.bb => mesa_11.2.2.bb} (80%)
rename meta/recipes-graphics/wayland/{libinput_1.1.4.bb => libinput_1.3.0.bb} (75%)
create mode 100644 meta/recipes-graphics/wayland/wayland-protocols/dont-use-AC_CANONICAL.patch
create mode 100644 meta/recipes-graphics/wayland/wayland-protocols_1.3.bb
rename meta/recipes-graphics/wayland/{wayland_1.9.0.bb => wayland_1.10.0.bb} (89%)
create mode 100644 meta/recipes-graphics/wayland/weston/0001-configure.ac-Use-PKG_CONFIG_SYSROOT_DIR-for-protocol.patch
delete mode 100644 meta/recipes-graphics/wayland/weston/explicit-enable-disable-systemd.patch
delete mode 100644 meta/recipes-graphics/wayland/weston/libsystemd.patch
delete mode 100644 meta/recipes-graphics/wayland/weston/make-lcms-explicitly-configurable.patch
rename meta/recipes-graphics/wayland/{weston_1.9.0.bb => weston_1.10.0.bb} (92%)
rename meta/recipes-graphics/xorg-app/{xrandr_1.4.3.bb => xrandr_1.5.0.bb} (72%)
rename meta/recipes-graphics/xorg-driver/{xf86-input-evdev_2.10.1.bb => xf86-input-evdev_2.10.2.bb} (83%)
rename meta/recipes-graphics/xorg-lib/{libxkbcommon_0.5.0.bb => libxkbcommon_0.6.1.bb} (75%)
delete mode 100644 meta/recipes-graphics/xorg-lib/pixman/0001-v3-test-add-a-check-for-FE_DIVBYZERO.patch
delete mode 100644 meta/recipes-graphics/xorg-lib/pixman/mips-export-revert.patch
rename meta/recipes-graphics/xorg-lib/{pixman_0.32.8.bb => pixman_0.34.0.bb} (85%)
rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.16.bb => xkeyboard-config_2.17.bb} (88%)
rename meta/recipes-graphics/xorg-proto/{videoproto_2.3.2.bb => videoproto_2.3.3.bb} (69%)
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/configure.ac-Use-libsystemd-in-REQUIRED_LIBS-check.patch
delete mode 100644 meta/recipes-graphics/xorg-xserver/xserver-xorg/modesetting_libdrm_requirements.patch
rename meta/recipes-graphics/xorg-xserver/{xserver-xorg_1.18.0.bb => xserver-xorg_1.18.3.bb} (72%)
--
2.1.4
next reply other threads:[~2016-05-12 7:20 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-05-12 7:20 Jussi Kukkonen [this message]
2016-05-12 7:20 ` [PATCH 01/13] xserver-xorg: Upgrade 1.18.0 -> 1.18.3 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 02/13] xrandr: Upgrade to 1.5.0 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 03/13] xkeyboard-config: Upgrade to 2.17 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 04/13] libinput: Upgrade 1.1.4 -> 1.3.0 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 05/13] xf86-input-evdev: Upgrade 2.10.1 -> 2.10.2 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 06/13] videoproto: Upgrade 2.3.2 -> 2.3.3 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 07/13] libxkbcommon: Upgrade 0.5.0 -> 0.6.1 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 08/13] libdrm: Upgrade 2.4.67 -> 2.4.68 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 09/13] mesa: Upgrade 11.1.1 -> 11.2.2 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 10/13] pixman: Upgrade 0.32.8 -> 0.34.0 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 11/13] wayland: Upgrade 1.9.0 -> 1.10.0 Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 12/13] wayland-protocols: Add recipe Jussi Kukkonen
2016-05-13 9:15 ` Burton, Ross
2016-05-13 11:04 ` Jussi Kukkonen
2016-05-12 7:20 ` [PATCH 13/13] weston: Upgrade 1.9.0 -> 1.10.0 Jussi Kukkonen
2016-05-13 20:15 ` Otavio Salvador
2016-05-16 8:18 ` Jussi Kukkonen
2016-05-16 10:43 ` Otavio Salvador
2016-05-16 15:50 ` Khem Raj
2016-05-16 16:22 ` Otavio Salvador
2016-05-17 7:31 ` Jussi Kukkonen
2016-05-17 8:38 ` Burton, Ross
2016-05-17 14:00 ` Otavio Salvador
2016-05-17 20:24 ` Richard Purdie
2016-05-18 7:17 ` Jussi Kukkonen
2016-07-13 6:49 ` Khem Raj
2016-07-13 7:31 ` Jussi Kukkonen
2016-05-26 17:23 ` Martin Jansa
2016-05-26 19:13 ` Burton, Ross
2016-05-26 19:14 ` Burton, Ross
2016-06-01 12:49 ` [PATCH] libsdl2: Fix build with wayland 1.10 Martin Jansa
2016-05-12 7:57 ` [PATCH 00/13] Upgrades around graphics stack 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.1463035854.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.