[oe-commits] [openembedded-core] branch master-next updated (594f858 -> 4048c59)

git at git.openembedded.org git at git.openembedded.org
Sat Feb 9 17:27:08 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 594f858  arch-armv7*.inc: Add Cortex vfpv4-d16 support
     new aea24d9  oe-build-perf-report: Improve branch comparision handling
     new 5bcd9c6  virglrenderer: add a recipe
     new 051f72c  qemu: enable virglrenderer and glx options for native/nativesdk builds
     new 5ed14dc  qemu: build target variant with gtk+, and nativesdk variant without sdl
     new 859be99  qemu: remove support for building against host sdl
     new b7fe867  qemu: add a gettext-native dependency to gtk option
     new 577dbbe  qemu: add a patch to avoid a missing definition error
     new 1a52fd6  qemu: add environment variable wrappers to make qemu look good with gtk frontend
     new 738c930  qemu: add a backported patch to fix egl-headless support
     new 7ad7f33  runqemu: add options for enabling virgl GL acceleration
     new 86b1839  runqemu: do not check for GL libraries
     new 4048c59  selftest: add tests for virgl GL acceleration

The 12 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      | 28 ++++++++++
 meta/conf/distro/include/maintainers.inc           |  1 +
 meta/lib/oeqa/selftest/cases/runtime_test.py       | 52 +++++++++++++++++
 meta/recipes-devtools/qemu/qemu.inc                | 41 +++++++++-----
 .../qemu/qemu/0001-Add-a-missing-X11-include.patch | 65 ++++++++++++++++++++++
 .../0001-egl-headless-add-egl_create_context.patch | 50 +++++++++++++++++
 ...12-fix-libcap-header-issue-on-some-distro.patch |  2 +-
 ...error-messages-when-qemi_cpu_kick_thread-.patch |  2 +-
 meta/recipes-devtools/qemu/qemu_3.1.0.bb           |  2 +
 .../0001-vtest-add-missing-includes.patch          | 38 +++++++++++++
 .../virglrenderer/virglrenderer_git.bb             | 19 +++++++
 scripts/oe-build-perf-report                       | 29 +++++++---
 scripts/runqemu                                    | 58 ++++++++-----------
 13 files changed, 328 insertions(+), 59 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
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-egl-headless-add-egl_create_context.patch
 create mode 100644 meta/recipes-graphics/virglrenderer/virglrenderer/0001-vtest-add-missing-includes.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