[oe-commits] [openembedded-core] branch thud-next updated (4f22710 -> 570256a)

git at git.openembedded.org git at git.openembedded.org
Thu Dec 6 10:52:04 UTC 2018


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

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

    from 4f22710  sanity: Add check for WSL
     add 0ac1b49  gstreamer1.0-vaapi: downgrade vaapisink to marginal rank
     new 4ba803d  scripts/runqemu: Replace subprocess.run() for compatibilty
     new 2728394  scripts/runqemu: Tidy up lock handling code
     new 1d03e0d  scripts/runqemu: Improve lockfile handling for python with close_fd=True
     new 9bb190d  oeqa/selftest/signing: Skip tests if gpg isn't found
     new 8c91e74  oeqa/selftest/signing: Allow tests not to need gpg on the host
     new 9fcfc43  oeqa/selftest/signing: Use do_populate_lic target instead of do_package
     new ee82551  oeqa/selftest/case: Use bb.utils.remove() instead of shutil.remove()
     new 8a9fa15  oeqa/selftest/buildoptions: Improve ccache test failure output
     new 85b373f  oeqa/utils/commands: Add extra qemu failure logging
     new 43b7ee7  oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file
     new 018549b  oeqa/utils/commands: Avoid log message duplication
     new 81ce67f  oeqa/qemurunner: Remove resource python warnings
     new bddb09a  oeqa/selftest/buildoptions: Improve ccache test
     new a883aa0  oeqa/selftest/buildoptions: Ensure diskmon tests run consistently
     new 1ec53b8  oeqa/selftest/context: Improve log file handling
     new eee30d7  oeqa/oelib/path: don't leak temporary directories
     new 2696e69  lib/oe/utils: Improve multiprocess_lauch exception handling
     new e9c6e97  oeqa/selftest/runqemu: Improve testcase failure handling
     new 11d4bf4  oeqa/utils/qemurunner: Avoid tracebacks on closed files
     new 6e2c666  oeqa: don't litter /tmp with temporary directories
     new 63eefbe  oeqa/selftest/esdk: run selftest inside workdir not /tmp
     new 5bc862d  oeqa/runner: Always show a summary of success/fail/error/skip counts
     new 2607381  oeqa/runner: Sort the test result output by result class
     new e65e949  oeqa/loader: Fix deprecation warning
     new bb2cddb  oeqa/core/runner: Correctly markup regexs
     new f65a5fb  oeqa/utils/commands: Avoid unclosed file warnings
     new 1e7bbda  oeqa/selftest/context: Replace deprecated imp module usage
     new a980cb8  oeqa/utils/qemurunner.py: Fix python regex warnings
     new a7dceca  oeqa/concurrencytest: Avoid unclosed file warnings
     new 570256a  testimage/testsdk/selftest: Avoid platform.distro_identifier deprecation warnings

The 30 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/recipes-test/delay/delay.bb          | 12 ++++
 meta/classes/testimage.bbclass                     |  2 +-
 meta/classes/testsdk.bbclass                       |  2 +-
 meta/lib/oe/utils.py                               |  5 +-
 meta/lib/oeqa/core/loader.py                       |  2 +-
 meta/lib/oeqa/core/runner.py                       | 19 +++--
 meta/lib/oeqa/core/utils/concurrencytest.py        |  3 +
 meta/lib/oeqa/selftest/case.py                     |  4 +-
 meta/lib/oeqa/selftest/cases/buildoptions.py       | 12 ++--
 meta/lib/oeqa/selftest/cases/eSDK.py               | 13 ++--
 meta/lib/oeqa/selftest/cases/oelib/path.py         | 10 +--
 meta/lib/oeqa/selftest/cases/oelib/utils.py        |  4 ++
 meta/lib/oeqa/selftest/cases/runqemu.py            | 32 +++++----
 meta/lib/oeqa/selftest/cases/signing.py            | 80 +++++++++++++++-------
 meta/lib/oeqa/selftest/context.py                  | 18 +++--
 meta/lib/oeqa/utils/buildproject.py                |  3 +-
 meta/lib/oeqa/utils/commands.py                    | 11 ++-
 meta/lib/oeqa/utils/qemurunner.py                  | 26 ++++---
 meta/lib/oeqa/utils/targetbuild.py                 |  5 +-
 .../0001-vaapsink-downgrade-to-marginal.patch      | 46 +++++++++++++
 .../gstreamer/gstreamer1.0-vaapi_1.14.2.bb         |  3 +-
 scripts/runqemu                                    | 25 ++++---
 22 files changed, 238 insertions(+), 99 deletions(-)
 create mode 100644 meta-selftest/recipes-test/delay/delay.bb
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-vaapi/0001-vaapsink-downgrade-to-marginal.patch

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


More information about the Openembedded-commits mailing list