[oe-commits] [openembedded-core] branch master-next updated (f84ce08 -> 235098a)

git at git.openembedded.org git at git.openembedded.org
Tue Sep 3 11:24:12 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 f84ce08  Revert "qemu: switch to '-vga std' emulated hardware from vmware/cirrus for x86/mips"
     new c6f74c9  core-image-sato: Test 256 mem for qemumips
     new 5eb5e00  ltp: syscalls: rt_sigwaitinfo01: Fix failure for MIPS arches
     new d9fee6c  libedit: remove FETCHCMD append
     new 692602a  libnl: upgrade to 3.5.0
     new 860b752  libnl: don't patch libnl-3.0.pc
     new 848fb08  gcc-8.3: Security fix for CVE-2019-14250
     new c21c817  python-testtools: rdepend on doctest module
     new 5775f72  logrotate:upgrade 3.15.0 -> 3.15.1
     new 68cbcd8  lttng: babeltrace: Fix negative clock offset
     new 5a6f788  python-numpy: rdepend on multiprocessing module
     new 235098a  systemd: explicitly set the path to nologin

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   (f84ce08)
            \
             N -- N -- N   refs/heads/master-next (235098a)

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/conf/machine/include/qemuboot-mips.inc        |   2 +-
 meta/conf/machine/include/qemuboot-x86.inc         |   2 +-
 meta/conf/machine/qemux86-64.conf                  |   1 +
 meta/conf/machine/qemux86.conf                     |   1 +
 meta/lib/oeqa/runtime/cases/parselogs.py           |   4 +
 meta/recipes-core/systemd/systemd_242.bb           |   1 +
 meta/recipes-devtools/gcc/gcc-8.3.inc              |   1 +
 .../gcc/{gcc-9.2 => gcc-8.3}/CVE-2019-14250.patch  |  14 +-
 .../libedit/libedit_20190324-3.1.bb                |   2 -
 .../recipes-devtools/python-numpy/python-numpy.inc |   1 +
 meta/recipes-devtools/python/python-testtools.inc  |   1 +
 .../{logrotate_3.15.0.bb => logrotate_3.15.1.bb}   |   4 +-
 ...sigtimedwait01-Fix-wrong-sigset-length-fo.patch |  46 ++
 meta/recipes-extended/ltp/ltp_20190517.bb          |   1 +
 meta/recipes-kernel/lttng/babeltrace_1.5.7.bb      |   4 +-
 ...andle-negative-time-and-offset-from-Epoch.patch | 853 +++++++++++++++++++++
 meta/recipes-sato/images/core-image-sato.bb        |   1 +
 ...ATCH-fix-libnl-3.4.0-musl-compile-problem.patch |  38 -
 meta/recipes-support/libnl/libnl/fix-pc-file.patch |  17 -
 .../libnl/{libnl_3.4.0.bb => libnl_3.5.0.bb}       |  10 +-
 scripts/runqemu                                    |   6 -
 21 files changed, 928 insertions(+), 82 deletions(-)
 copy meta/recipes-devtools/gcc/{gcc-9.2 => gcc-8.3}/CVE-2019-14250.patch (65%)
 rename meta/recipes-extended/logrotate/{logrotate_3.15.0.bb => logrotate_3.15.1.bb} (96%)
 create mode 100644 meta/recipes-extended/ltp/ltp/0001-syscall-rt_sigtimedwait01-Fix-wrong-sigset-length-fo.patch
 create mode 100644 meta/recipes-kernel/lttng/files/0001-Handle-negative-time-and-offset-from-Epoch.patch
 delete mode 100644 meta/recipes-support/libnl/libnl/0001-PATCH-fix-libnl-3.4.0-musl-compile-problem.patch
 delete mode 100644 meta/recipes-support/libnl/libnl/fix-pc-file.patch
 rename meta/recipes-support/libnl/{libnl_3.4.0.bb => libnl_3.5.0.bb} (82%)

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


More information about the Openembedded-commits mailing list