[oe-commits] [openembedded-core] branch master-next updated (3574d07 -> c84e93a)

git at git.openembedded.org git at git.openembedded.org
Wed Feb 27 18:07:30 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.

 discard 3574d07  openssl: Fix ptest test output translation
 discard 32c1cb9  syslinux: upgrade to 6.04-pre2
 discard 4d3fab8  cpio: avoid conflict with tar-doc and rmt.8
 discard db039de  lttng-tools: Disable hanging tests and other ptest fixes
 discard c89b952  local.conf.sample: adjust the qemu config to enable gtk+ instead of sdl
 discard 9091e3e  selftest: add tests for virgl GL acceleration
 discard 34db663  qemu: remove support for building against host sdl
 discard 4a3ab0a  qemu: build target variant with gtk+, and nativesdk variant without sdl
 discard 09bd8f7  qemu: enable virglrenderer and glx options for native/nativesdk builds
     add e6f1d15  lttng-tools: Disable hanging tests and other ptest fixes
     add 692d5b1  cpio: avoid conflict with tar-doc and rmt.8
     add faeeb91  syslinux: upgrade to 6.04-pre2
     add a4565d6  openssl: Fix ptest test output translation
     add 4da12c0  resulttool/store: Handle results files for multiple revisions
     add f778c19  resulttool/report: Handle missing metadata sections more cleanly
     add 5826815  resulttool/report: Ensure test suites with no results show up on the report
     add 3ec9a62   resulttool/report: Ensure ptest results are sorted
     add 71ba5ae  local.conf.sample.extended: Use IMAGE_CLASSES to inherit extrausers
     new 178ceac  qemu: split the native version into usermode and system parts
     new 08c3f3e  python3: depend on qemu-native, not qemu-helper-native
     new c84e93a  local.conf.sample: adjust the qemu configuration to refer to qemu-system-native

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (3574d07)
            \
             N -- N -- N   refs/heads/master-next (c84e93a)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

The 3 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/no-static-libs.inc        |   1 +
 meta/conf/local.conf.sample                        |   9 +-
 meta/conf/local.conf.sample.extended               |  16 +--
 meta/lib/oeqa/selftest/cases/runtime_test.py       |  52 ----------
 meta/recipes-devtools/python/python3_3.7.2.bb      |   2 +-
 .../qemu/qemu-helper-native_1.0.bb                 |   4 +-
 meta/recipes-devtools/qemu/qemu-native.inc         |  17 ++++
 meta/recipes-devtools/qemu/qemu-native_3.1.0.bb    |   9 ++
 .../qemu/qemu-system-native_3.1.0.bb               |  23 +++++
 meta/recipes-devtools/qemu/qemu-targets.inc        |   6 ++
 meta/recipes-devtools/qemu/qemu.inc                | 111 +++++++++++++--------
 meta/recipes-devtools/qemu/qemu_3.1.0.bb           |  68 +++----------
 scripts/lib/resulttool/report.py                   |  20 ++--
 scripts/lib/resulttool/store.py                    |  39 +++++---
 .../resulttool/template/test_report_full_text.txt  |   2 +-
 16 files changed, 197 insertions(+), 210 deletions(-)
 delete mode 100644 meta-selftest/lib/oeqa/runtime/cases/virgl.py
 create mode 100644 meta/recipes-devtools/qemu/qemu-native.inc
 create mode 100644 meta/recipes-devtools/qemu/qemu-native_3.1.0.bb
 create mode 100644 meta/recipes-devtools/qemu/qemu-system-native_3.1.0.bb

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


More information about the Openembedded-commits mailing list