Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH 00/11] Mesa 17, other upgrades, piglit
@ 2017-02-14  9:54 Jussi Kukkonen
  2017-02-14  9:54 ` [PATCH 01/11] mesa: Upgrade 13.0.4 -> 17.0.0 Jussi Kukkonen
                   ` (10 more replies)
  0 siblings, 11 replies; 15+ messages in thread
From: Jussi Kukkonen @ 2017-02-14  9:54 UTC (permalink / raw)
  To: openembedded-core

Bunch of graphics upgrades, the only major one is mesa 17.
On top of the piglit update I've added the same
piglit-generated-tests-compressed hack I've sent before in case
you're interested...

I've smoketested as usual (seems fine), and did a piglit run with
ok results:

    piglit:   ca58eec0b9 (2017-02-06)
    mesa:     17.0.0
    Hardware: nuc6i5syh, gen9 graphics (Iris 540)

    summary:
           name: piglit
           ----  ------
           pass:  46120
           fail:    298
          crash:      2
           skip:   5187
           warn:      5
          total:  51612

Thanks,
  Jussi



The following changes since commit e758547db9048d4aa1c1415d6af8072f519fae24:

  nss: Fix nss-native so the checksum doesn't change with BUILD_ARCH (2017-02-09 10:52:03 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jku/mesa17
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jku/mesa17

Jussi Kukkonen (11):
  mesa: Upgrade 13.0.4 -> 17.0.0
  gdk-pixbuf: Upgrade 2.36.1 -> 2.36.4
  util-macros: Upgrade 1.19.0 -> 1.19.1
  presentproto: Upgrade 1.0 -> 1.1
  xauth: Upgrade 1.0.9 -> 1.0.10
  xf86-input-libinput: Upgrade 0.23.0 -> 0.24.0
  xkeyboard-config: Upgrade 2.19 -> 2.20
  libinput: Upgrade 1.6.0 -> 1.6.1
  piglit: Upgrade to current master
  piglit: Package tests in compressed form as well
  core-tools-testapps: Re-add piglit

 .../packagegroup-core-tools-testapps.bb            |  2 +
 .../{gdk-pixbuf_2.36.1.bb => gdk-pixbuf_2.36.4.bb} |  4 +-
 .../mesa/{mesa-gl_13.0.4.bb => mesa-gl_17.0.0.bb}  |  0
 meta/recipes-graphics/mesa/mesa.inc                |  8 +---
 .../mesa/{mesa_13.0.4.bb => mesa_17.0.0.bb}        |  7 ++-
 .../0001-cmake-Link-test-utils-with-ldl.patch      | 41 ----------------
 ...0001-cmake-Link-utils-with-xcb-explicitly.patch | 54 ----------------------
 meta/recipes-graphics/piglit/piglit/piglit.sh      | 20 ++++++++
 meta/recipes-graphics/piglit/piglit_git.bb         | 31 ++++++++++---
 .../{libinput_1.6.0.bb => libinput_1.6.1.bb}       |  4 +-
 .../xorg-app/{xauth_1.0.9.bb => xauth_1.0.10.bb}   |  4 +-
 ...put_0.23.0.bb => xf86-input-libinput_0.24.0.bb} |  4 +-
 ...ard-config_2.19.bb => xkeyboard-config_2.20.bb} |  4 +-
 .../xorg-proto/presentproto_git.bb                 |  6 +--
 ...util-macros_1.19.0.bb => util-macros_1.19.1.bb} |  4 +-
 15 files changed, 64 insertions(+), 129 deletions(-)
 rename meta/recipes-gnome/gdk-pixbuf/{gdk-pixbuf_2.36.1.bb => gdk-pixbuf_2.36.4.bb} (96%)
 rename meta/recipes-graphics/mesa/{mesa-gl_13.0.4.bb => mesa-gl_17.0.0.bb} (100%)
 rename meta/recipes-graphics/mesa/{mesa_13.0.4.bb => mesa_17.0.0.bb} (74%)
 delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-cmake-Link-test-utils-with-ldl.patch
 delete mode 100644 meta/recipes-graphics/piglit/piglit/0001-cmake-Link-utils-with-xcb-explicitly.patch
 create mode 100644 meta/recipes-graphics/piglit/piglit/piglit.sh
 rename meta/recipes-graphics/wayland/{libinput_1.6.0.bb => libinput_1.6.1.bb} (85%)
 rename meta/recipes-graphics/xorg-app/{xauth_1.0.9.bb => xauth_1.0.10.bb} (75%)
 rename meta/recipes-graphics/xorg-driver/{xf86-input-libinput_0.23.0.bb => xf86-input-libinput_0.24.0.bb} (63%)
 rename meta/recipes-graphics/xorg-lib/{xkeyboard-config_2.19.bb => xkeyboard-config_2.20.bb} (88%)
 rename meta/recipes-graphics/xorg-util/{util-macros_1.19.0.bb => util-macros_1.19.1.bb} (75%)

-- 
2.1.4



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

end of thread, other threads:[~2017-02-17 14:55 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-14  9:54 [PATCH 00/11] Mesa 17, other upgrades, piglit Jussi Kukkonen
2017-02-14  9:54 ` [PATCH 01/11] mesa: Upgrade 13.0.4 -> 17.0.0 Jussi Kukkonen
2017-02-14 22:42   ` Martin Jansa
2017-02-15  9:06     ` Jussi Kukkonen
2017-02-17 14:55       ` Burton, Ross
2017-02-14  9:54 ` [PATCH 02/11] gdk-pixbuf: Upgrade 2.36.1 -> 2.36.4 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 03/11] util-macros: Upgrade 1.19.0 -> 1.19.1 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 04/11] presentproto: Upgrade 1.0 -> 1.1 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 05/11] xauth: Upgrade 1.0.9 -> 1.0.10 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 06/11] xf86-input-libinput: Upgrade 0.23.0 -> 0.24.0 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 07/11] xkeyboard-config: Upgrade 2.19 -> 2.20 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 08/11] libinput: Upgrade 1.6.0 -> 1.6.1 Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 09/11] piglit: Upgrade to current master Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 10/11] piglit: Package tests in compressed form as well Jussi Kukkonen
2017-02-14  9:55 ` [PATCH 11/11] core-tools-testapps: Re-add piglit Jussi Kukkonen

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