[oe-commits] [openembedded-core] branch master-next updated (9fc8b66 -> c9a9d35)

git at git.openembedded.org git at git.openembedded.org
Wed Nov 28 17:39:02 UTC 2018


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 9fc8b66  python/python3: use cc_basename to replace CC for checking compiler
     new af5e83e  oeqa/utils/qemurunner: Fix python ResourceWarning for unclosed file
     new 98de50f  oeqa/utils/commands: Avoid log message duplication
     new 24351a6  scripts/runqemu: Fix logic error causing failures with MACHINE from the environment
     new a4e708b  oeqa/qemurunner: Remove resource python warnings
     new e7b0e5f  cpio: fix crash
     new fc6ee62  image_types: use cpio-native
     new dc1f735  scripts/runqemu: Tidy up lock handling code
     new ec54395  scripts/runqemu: Improve lockfile handling for python with close_fd=True
     new c3ad7f4  lib/oe/recipeutils: patch_recipe(): fix handling of values across includes/classes
     new 5215d80  lib/oe/recipeutils: patch_recipe(): fix replacing varflag values
     new 2006941  lib/oe/recipeutils: drop obsolete functions
     new 2df8cf0  oe-selftest: add some tests for recipeutils module
     new da6c66e  ptest: Reproducibility: Strip build host paths from any installed Makefile
     new bce806f  ptest: Optionally strip build host tool info from installed files
     new 06a762f  openssl ptest: Strip build host paths from configdata.pm
     new 523fe2a  openssl: Strip perl version from installed ptest configdata.pm file
     new c9a9d35  strace: Strip build host tool details from installed ptest Makefile

The 17 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/classes/image_types.bbclass                   |   1 +
 meta/classes/ptest.bbclass                         |  18 +++
 meta/lib/oe/recipeutils.py                         | 104 +++++++++++-----
 meta/lib/oeqa/selftest/cases/recipeutils.py        | 135 +++++++++++++++++++++
 meta/lib/oeqa/utils/commands.py                    |   2 +-
 meta/lib/oeqa/utils/qemurunner.py                  |  12 +-
 .../recipes-connectivity/openssl/openssl_1.1.1a.bb |   2 +
 meta/recipes-devtools/strace/strace_4.25.bb        |  11 +-
 .../cpio/cpio-2.12/cpio-segfault.patch             |  33 +++++
 meta/recipes-extended/cpio/cpio_2.12.bb            |   1 +
 scripts/runqemu                                    |  23 ++--
 11 files changed, 289 insertions(+), 53 deletions(-)
 create mode 100644 meta/lib/oeqa/selftest/cases/recipeutils.py
 create mode 100644 meta/recipes-extended/cpio/cpio-2.12/cpio-segfault.patch

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


More information about the Openembedded-commits mailing list