[oe-commits] [openembedded-core] branch master-next updated (306250d -> 531bc6c)

git at git.openembedded.org git at git.openembedded.org
Mon Jan 7 15:24: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 306250d  sstate: Implement hash equivalence sstate
 discard 45cf414  classes/sstate: Handle unihash in hash check
 discard bccf10f  netbase: add entry to /etc/hosts according to /etc/hostname
     new 1c14b69  classes/sstate: Handle unihash in hash check
     new d889acb  sstate: Implement hash equivalence sstate
     new 0d83601  linux-libc-headers: Fix build failure with fixed input and output files instead of pipe
     new 29fbebf  linux-libc-headers: update to v4.19
     new 578c50b  linux-yocto/4.18: update to v4.18.22
     new bcef4a9  util-linux: Fix build with glibc 2.29
     new ad15873  nettle: update to 3.4.1
     new 63e1383  gnutls: update to 3.6.5
     new 2a8109b  oeqa: Fix for QEMU_USE_KVM
     new aee76fd  oeqa/manual/bsp-qemu.json: Update for QEMU_USE_KVM
     new 531bc6c  oeqa/selftest/runqemu: Enable kvm when QEMU_USE_KVM is set

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   (306250d)
            \
             N -- N -- N   refs/heads/master-next (531bc6c)

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 11 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/testimage.bbclass                     |   8 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/lib/oe/types.py                               |  24 ++
 meta/lib/oeqa/manual/bsp-qemu.json                 |   4 +-
 meta/lib/oeqa/selftest/cases/runqemu.py            |   5 +
 meta/lib/oeqa/targetcontrol.py                     |   8 +-
 meta/recipes-core/netbase/netbase_5.5.bb           |  11 -
 .../check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch  |  16 ++
 meta/recipes-core/util-linux/util-linux_2.32.1.bb  |   1 +
 ...all_headers.sh-Strip-_UAPI-from-if-define.patch |  39 +++
 ...fixed-input-and-output-files-instead-of-.patch} |  22 +-
 ...-ptrace-Fix-SVE_PT_REGS_OFFSET-definition.patch |  41 +++
 ...isentangle-uapi-asm-ptrace.h-from-uapi-as.patch | 287 +++++++++++++++++++++
 ...-headers_4.18.bb => linux-libc-headers_4.19.bb} |   9 +-
 meta/recipes-kernel/linux-libc-headers/x.mbox      | 174 +++++++++++++
 meta/recipes-kernel/linux/linux-yocto-rt_4.18.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.18.bb |   8 +-
 meta/recipes-kernel/linux/linux-yocto_4.18.bb      |  20 +-
 .../gnutls/{gnutls_3.6.4.bb => gnutls_3.6.5.bb}    |   4 +-
 ...d-target-to-only-build-tests-not-run-them.patch |   0
 ...k-header-files-of-openssl-only-if-enable_.patch |   0
 .../{nettle-3.4 => nettle-3.4.1}/dlopen-test.patch |   0
 .../nettle/{nettle-3.4 => nettle-3.4.1}/run-ptest  |   0
 .../nettle/{nettle_3.4.bb => nettle_3.4.1.bb}      |   5 +-
 24 files changed, 630 insertions(+), 64 deletions(-)
 create mode 100644 meta/recipes-core/util-linux/util-linux/check-for-_HAVE_STRUCT_TERMIOS_C_OSPEED.patch
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-kbuild-install_headers.sh-Strip-_UAPI-from-if-define.patch
 rename meta/recipes-kernel/linux-libc-headers/linux-libc-headers/{0001-scripts-Use-fixed-temporary-file-instead-of-pipe-for.patch => 0001-scripts-Use-fixed-input-and-output-files-instead-of-.patch} (83%)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0002-arm64-sve-ptrace-Fix-SVE_PT_REGS_OFFSET-definition.patch
 create mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0003-arm64-sve-Disentangle-uapi-asm-ptrace.h-from-uapi-as.patch
 rename meta/recipes-kernel/linux-libc-headers/{linux-libc-headers_4.18.bb => linux-libc-headers_4.19.bb} (54%)
 create mode 100644 meta/recipes-kernel/linux-libc-headers/x.mbox
 rename meta/recipes-support/gnutls/{gnutls_3.6.4.bb => gnutls_3.6.5.bb} (93%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/Add-target-to-only-build-tests-not-run-them.patch (100%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/check-header-files-of-openssl-only-if-enable_.patch (100%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/dlopen-test.patch (100%)
 rename meta/recipes-support/nettle/{nettle-3.4 => nettle-3.4.1}/run-ptest (100%)
 rename meta/recipes-support/nettle/{nettle_3.4.bb => nettle_3.4.1.bb} (90%)

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


More information about the Openembedded-commits mailing list