[oe-commits] [openembedded-core] branch master-next updated (57a925d -> b172655)

git at git.openembedded.org git at git.openembedded.org
Wed Jan 16 15:40:20 UTC 2019


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master-next
in repository openembedded-core.

    from 57a925d  wic: sdimage-bootpart: Use mmcblk0 drive instead of bogus mmcblk
     new 6e361be  gtk+3: enable native/nativesdk variant
     new 92e7ea2  gtk+3: remove the gtk-icon-utils-native recipe
     new 31c32f8  shared-mime-info: update the database also in native builds
     new e453d09  pixbufcache.bbclass: remove a dependency loop introduced by enabling gtk+3-native
     new 6c49919  meta: add native and nativesdk variants to various recipes to enable gtk+3-native/nativesdk
     new 3ab93f0  libepoxy: enable native/nativesdk variants
     new c9b17d5  mesa: enable native and nativesdk variants
     new 580cbed  virglrenderer: add a recipe
     new 3a3ea47  qemu: enable virglrenderer and glx options for native/nativesdk builds
     new a8479d1  qemu: drop --with-gtkabi option, as it is no longer supported
     new 68894d5  mesa-gl: do not enable nativesdk variant to avoid clashes with main mesa recipe
     new 6515264  qemu: build target variant with gtk+, and nativesdk variant without sdl
     new c2e316d  qemu: remove support for building against host sdl
     new 3bed901  atk: disable gobject-introspection for nativesdk
     new d71a4c1  qemu: add a gettext-native dependency to gtk option
     new 188b626  libjpeg-turbo: fix nativesdk build in same way as native builds are
     new 58f1450  qemu: add a patch to avoid a missing include error
     new b88159f  runqemu: add support for virgl GL acceleration
     new 3ee9328  runqemu: do not check for GL libraries
     new 627d7bd  qemu: add environment variable wrappers to make qemu look good with gtk frontend
     new b172655  selftest: add a test for virgl GL acceleration

The 21 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta-selftest/lib/oeqa/runtime/cases/virgl.py      |  17 ++++
 meta/classes/pixbufcache.bbclass                   |   2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  19 ++++
 meta/recipes-devtools/qemu/qemu.inc                |  38 +++++---
 .../qemu/qemu/0001-Add-a-missing-X11-include.patch |  23 +++++
 meta/recipes-devtools/qemu/qemu_3.1.0.bb           |   1 +
 .../recipes-gnome/gdk-pixbuf/gdk-pixbuf_2.36.11.bb |   2 +-
 .../gnome/adwaita-icon-theme_3.28.0.bb             |   2 +
 meta/recipes-gnome/gtk+/gtk+3.inc                  |  31 ++++++-
 .../gtk+/gtk-icon-utils-native_3.22.30.bb          |  63 -------------
 ...k-dependency-from-gtk-encode-symbolic-svg.patch | 102 ---------------------
 .../hicolor-icon-theme/hicolor-icon-theme_0.17.bb  |   2 +
 meta/recipes-graphics/cairo/cairo_1.14.12.bb       |   2 +-
 meta/recipes-graphics/harfbuzz/harfbuzz_2.2.0.bb   |   2 +-
 meta/recipes-graphics/jpeg/libjpeg-turbo_2.0.1.bb  |   3 +-
 meta/recipes-graphics/libepoxy/libepoxy_1.5.3.bb   |  16 ++++
 meta/recipes-graphics/mesa/mesa-gl_18.1.9.bb       |   2 +
 meta/recipes-graphics/mesa/mesa.inc                |  12 ++-
 meta/recipes-graphics/pango/pango_1.42.4.bb        |   2 +-
 .../ttf-fonts/liberation-fonts_2.00.1.bb           |   2 +
 .../virglrenderer/virglrenderer_git.bb             |  17 ++++
 .../xorg-lib/libxcomposite_0.4.4.bb                |   2 +-
 meta/recipes-graphics/xorg-lib/libxdamage_1.1.4.bb |   2 +-
 meta/recipes-graphics/xorg-lib/libxi_1.7.9.bb      |   2 +
 meta/recipes-graphics/xorg-lib/libxtst_1.2.3.bb    |   1 +
 meta/recipes-support/atk/at-spi2-atk_2.30.0.bb     |   2 +
 meta/recipes-support/atk/at-spi2-core_2.30.0.bb    |   1 +
 meta/recipes-support/atk/atk_2.30.0.bb             |   4 +-
 .../shared-mime-info/shared-mime-info.inc          |   2 +
 meta/recipes-support/vte/vte_0.52.2.bb             |   2 +
 scripts/runqemu                                    |  43 ++-------
 32 files changed, 196 insertions(+), 227 deletions(-)
 create mode 100644 meta-selftest/lib/oeqa/runtime/cases/virgl.py
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-Add-a-missing-X11-include.patch
 delete mode 100644 meta/recipes-gnome/gtk+/gtk-icon-utils-native_3.22.30.bb
 delete mode 100644 meta/recipes-gnome/gtk+/gtk-icon-utils/Remove-Gdk-dependency-from-gtk-encode-symbolic-svg.patch
 create mode 100644 meta/recipes-graphics/virglrenderer/virglrenderer_git.bb

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list