[OE-core] [PATCH 00/11] Mesa 17, other upgrades, piglit

Jussi Kukkonen jussi.kukkonen at intel.com
Tue Feb 14 09:54:48 UTC 2017


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




More information about the Openembedded-core mailing list