[oe-commits] [openembedded-core] branch master-next updated (ec1eea7 -> 234b1f1)

git at git.openembedded.org git at git.openembedded.org
Thu Jan 4 11:17:13 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.

 discard ec1eea7  glibc: Fixup
 discard a60391b  site/common: Allow ac_cv_path_SED to be overridden
 discard f739c7f  utils: Make get_multilib_datastore available from lib/oe
 discard 8ebc1d8  glibc: malloc: Add missing arena lock in malloc_info
 discard 3a5205d  glibc: Upgrade to latest on 2.26 release
 discard 1425915  gobject-introspection: do not export LD_LIBRARY_PATH prior to running qemu
 discard 175e2ac  systemd: inherit distro_features_check
 discard 92a4bc5  sysvinit: inherit distro_features_check
 discard dc46f28  runtime/cases/ptest.py: fail when ptests fail on target
 discard 617cb90  runtime/cases/ptest.py: do not require ptest-pkgs in IMAGE_FEATURES
 discard b5eb01c  image_types.bbclass: use stat to get sparse file's size
 discard 08bf1b7  core/loader.py: fix regex to include all available test cases
 discard 6630c88  gstreamer1.0: upgrade to version 1.12.4
 discard d91e53d  receipes-devtools: QEMU: Bump to version 2.11.0
     new 3b001cf  gstreamer1.0: upgrade to version 1.12.4
     new b68b2b1  core/loader.py: fix regex to include all available test cases
     new 005ee65  image_types.bbclass: use stat to get sparse file's size
     new 2acd4a6  runtime/cases/ptest.py: do not require ptest-pkgs in IMAGE_FEATURES
     new 7a44b41  runtime/cases/ptest.py: fail when ptests fail on target
     new adf6996  sysvinit: inherit distro_features_check
     new 16ef9d1  systemd: inherit distro_features_check
     new 86ade2c7 gobject-introspection: do not export LD_LIBRARY_PATH prior to running qemu
     new 6d28af6  glibc: Upgrade to latest on 2.26 release
     new cb7d1d4  glibc: malloc: Add missing arena lock in malloc_info
     new f5bb41a  utils: Make get_multilib_datastore available from lib/oe
     new 234b1f1  site/common: Allow ac_cv_path_SED to be overridden

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   (ec1eea7)
            \
             N -- N -- N   refs/heads/master-next (234b1f1)

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 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:
 ...1-tpm-Clean-up-driver-registration-lookup.patch |  154 +++
 ...02-tpm-Clean-up-model-registration-lookup.patch |  121 +++
 ...-Remove-unneeded-member-variable-from-bac.patch |   75 ++
 ...nd-Move-thread-handling-inside-TPMBackend.patch |  417 ++++++++
 ...-Initialize-and-free-data-members-in-it-s.patch |  185 ++++
 ...ckend-Made-few-interface-methods-optional.patch |  284 ++++++
 ...ckend-Add-new-api-to-read-backend-TpmInfo.patch |  293 ++++++
 ...-Move-realloc_buffer-implementation-to-tp.patch |  140 +++
 ...m-passthrough-move-reusable-code-to-utils.patch |  182 ++++
 .../0010-tpm-Added-support-for-TPM-emulator.patch  | 1059 ++++++++++++++++++++
 .../0011-tpm-Move-tpm_cleanup-to-right-place.patch |   43 +
 ...GSIZE-instead-of-EBADMSG-to-compile-on-Op.patch |   67 ++
 ...ardev-connect-socket-to-a-spawned-command.patch |   45 +-
 .../exclude-some-arm-EABI-obsolete-syscalls.patch  |   87 ++
 meta/recipes-devtools/qemu/qemu/ppc_locking.patch  |  105 ++
 .../qemu/{qemu_2.11.0.bb => qemu_2.10.1.bb}        |   18 +-
 16 files changed, 3251 insertions(+), 24 deletions(-)
 create mode 100644 meta/recipes-devtools/qemu/qemu/0001-tpm-Clean-up-driver-registration-lookup.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0002-tpm-Clean-up-model-registration-lookup.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0003-tpm-backend-Remove-unneeded-member-variable-from-bac.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0004-tpm-backend-Move-thread-handling-inside-TPMBackend.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0005-tpm-backend-Initialize-and-free-data-members-in-it-s.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0006-tpm-backend-Made-few-interface-methods-optional.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0007-tpm-backend-Add-new-api-to-read-backend-TpmInfo.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0008-tpm-backend-Move-realloc_buffer-implementation-to-tp.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0009-tpm-passthrough-move-reusable-code-to-utils.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0010-tpm-Added-support-for-TPM-emulator.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0011-tpm-Move-tpm_cleanup-to-right-place.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/0012-tpm-Use-EMSGSIZE-instead-of-EBADMSG-to-compile-on-Op.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/exclude-some-arm-EABI-obsolete-syscalls.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/ppc_locking.patch
 rename meta/recipes-devtools/qemu/{qemu_2.11.0.bb => qemu_2.10.1.bb} (60%)

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


More information about the Openembedded-commits mailing list