[oe-commits] [openembedded-core] branch master-next updated (66c547c -> 1fa00ab)

git at git.openembedded.org git at git.openembedded.org
Wed Mar 6 10:42:39 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 66c547c  glibc: Drop upstream rejected patches
 discard 9735aab  cairo: fix CVE-2018-19876 CVE-2019-6461 CVE-2019-6462
 discard c223467  send-error-report: Add --no-ssl to use http protocol
 discard ed88454  qemuarma15: ARM A15 Support
 discard c7fc2dd  qemuarm64: Add graphics support
 discard 92819be  qemuarm64: config cleanups
 discard 586afcb  Add source package to ${PACKAGES}
     add a4c8990  send-error-report: Add --no-ssl to use http protocol
     add 078e4d5  cairo: fix CVE-2018-19876 CVE-2019-6461 CVE-2019-6462
     add 54550aa  glibc: Drop upstream rejected patches
     new d22ca48  Add source package to ${PACKAGES}
     new d7aab58  qemuarm64: config cleanups
     new 31a9cb7  qemuarm64: Add graphics support
     new 8511573  qemuarma15: ARM A15 Support
     new 882bf20  libpam: libpamc is licensed under its own BSD-style licence
     new e41cc7f  rng-tools: Don't depend on libgcrypt when the PACKAGECONFIG is disabled
     new ec256d8  rng-tools: Make nistbeacon support optional
     new 917c379  wpa-supplicant: Remove no longer required hack for libnl
     new 243e19f  bind-utils: Install nslookup
     new 91775e0  kernel-yocto: allow kernel-meta repositories to be patched
     new 0ed939b  linux-libc-headers: update to 5.x headers
     new 0df50f7  linux-yocto: introduce 5.0 versioned recipe
     new 114f083  lttng: add 5.x fixup patches to 2.10.8 release
     new 1fa00ab  machine: bump preferred version to 5.0

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   (66c547c)
            \
             N -- N -- N   refs/heads/master-next (1fa00ab)

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 14 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/kernel-yocto.bbclass                  |  29 +-
 meta/conf/distro/include/tcmode-default.inc        |   2 +-
 meta/conf/machine/include/x86-base.inc             |   2 +-
 meta/conf/machine/qemuarm.conf                     |   2 +-
 meta/recipes-connectivity/bind/bind_9.11.5.bb      |   8 +-
 .../wpa-supplicant/wpa-supplicant_2.7.bb           |   2 -
 meta/recipes-extended/pam/libpam_1.3.0.bb          |   4 +-
 .../linux-libc-headers/linux-libc-headers.inc      |   2 +
 ...se-__kernel_clockid_t-in-uapi-net_stamp.h.patch |  49 ---
 ...-fixed-input-and-output-files-instead-of-.patch |  11 +-
 ...-ptrace-Fix-SVE_PT_REGS_OFFSET-definition.patch |  43 ---
 ...isentangle-uapi-asm-ptrace.h-from-uapi-as.patch | 289 ------------------
 ...c-headers_4.19.bb => linux-libc-headers_5.0.bb} |   7 +-
 ...inux-yocto-rt_4.18.bb => linux-yocto-rt_5.0.bb} |  10 +-
 ...-yocto-tiny_4.18.bb => linux-yocto-tiny_5.0.bb} |  14 +-
 meta/recipes-kernel/linux/linux-yocto_5.0.bb       |  51 ++++
 ...Distinguish-between-kernel_siginfo-and-si.patch | 129 ++++++++
 ...2-Fix-signal-Remove-SEND_SIG_FORCED-v4.20.patch |  62 ++++
 ...just-reserved-cluster-count-when-removing.patch | 144 +++++++++
 ...04-Fix-timer-instrumentation-for-RHEL-7.6.patch |  28 ++
 ...type-argument-from-access_ok-function-v5..patch | 200 ++++++++++++
 ...-pointer-values-with-task-tk_pid-and-rpc_.patch | 182 +++++++++++
 ...Simplify-defining-common-RPC-trace-events.patch | 179 +++++++++++
 ...emove-fsid-metadata_fsid-fields-from-btrf.patch | 337 +++++++++++++++++++++
 ...nup-tp-mempool-Remove-logically-dead-code.patch |  42 +++
 meta/recipes-kernel/lttng/lttng-modules_2.10.8.bb  |   9 +
 meta/recipes-support/rng-tools/rng-tools_6.6.bb    |   6 +-
 27 files changed, 1422 insertions(+), 421 deletions(-)
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0001-net-Use-__kernel_clockid_t-in-uapi-net_stamp.h.patch
 delete mode 100644 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/0002-arm64-sve-ptrace-Fix-SVE_PT_REGS_OFFSET-definition.patch
 delete 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.19.bb => linux-libc-headers_5.0.bb} (65%)
 copy meta/recipes-kernel/linux/{linux-yocto-rt_4.18.bb => linux-yocto-rt_5.0.bb} (86%)
 copy meta/recipes-kernel/linux/{linux-yocto-tiny_4.18.bb => linux-yocto-tiny_5.0.bb} (65%)
 create mode 100644 meta/recipes-kernel/linux/linux-yocto_5.0.bb
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-signal-Distinguish-between-kernel_siginfo-and-si.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-signal-Remove-SEND_SIG_FORCED-v4.20.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-Fix-ext4-adjust-reserved-cluster-count-when-removing.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-Fix-timer-instrumentation-for-RHEL-7.6.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0005-Fix-Remove-type-argument-from-access_ok-function-v5..patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0006-Fix-Replace-pointer-values-with-task-tk_pid-and-rpc_.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0007-Fix-SUNRPC-Simplify-defining-common-RPC-trace-events.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0008-Fix-btrfs-Remove-fsid-metadata_fsid-fields-from-btrf.patch
 create mode 100644 meta/recipes-kernel/lttng/lttng-modules/0009-Cleanup-tp-mempool-Remove-logically-dead-code.patch

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


More information about the Openembedded-commits mailing list