[oe-commits] [openembedded-core] branch master-next updated (f9f3eca -> 039c543)

git at git.openembedded.org git at git.openembedded.org
Sun Feb 2 11:02:39 UTC 2020


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 f9f3eca  busybox: sort the .config file used by ptests
 discard 70d1a21  glibc: Update to final 2.31 release
 discard 670760d  uninative: Recognise ppc64 host ldso
 discard c93c34d  icu: update SRC_URI
 discard 257b0de  glibc: merge libc-common.bbclass into glibc.bb
 discard 2242695  classes/reproducible_build: Read SDE file later
 discard 38cb787  libgcc.inc: Fix an issue w/ a recursive symlink
 discard dc6eb42  toaster.bbclass: Fix error when toaster is used to monitor a build
 discard 41c37cb  u-boot.inc: Fix devtool build u-boot for u-boot without menuconfig
 discard f1cc7db  devtool/standard.py: Allow recipe to disable menuconfig logic
 discard 17d2606  systemd: Refresh the patches
 discard c3893f0  gcc-cross-canadian: A missing space in an append caused an invalid option
 discard 08edca6  texinfo-dummy-native: Allow to coexist with texinfo-native
 discard af19339  autoconf-archive: Add missing texinfo inherit
 discard 1f0fdad  glibc-package.inc: Remove warnings about unpacked directories
 discard e26d00f  systemd: Upgrade 243.2 -> 243.4-latest
 discard efd610c  iptables: upgrade 1.8.3 -> 1.8.4
 discard 1a3eb06  iw: upgrade 5.3 -> 5.4
 discard 3a6ec7c  iproute2: upgrade 5.3.0 -> 5.5.0
 discard ce8115b  musl: Update to latest
 discard 67147e8  valgrind: Fix ptest builds on musl
 discard cadc565  valgrind: fix the remaining ptest failures
 discard ea4a2ab  HACK: Enable saving of packages
     add 72af20f  bsp-hw.json: remove mpc8315e-rdb manual tests
     add 0de55be  parselogs: remove mpc8315e-rdb from errors
     new 96bd673  HACK: Enable saving of packages
     new 1d52ada  valgrind: fix the remaining ptest failures
     new d9abe61  valgrind: Fix ptest builds on musl
     new 5b4c4b4  musl: Update to latest
     new 35ddbf2  iproute2: upgrade 5.3.0 -> 5.5.0
     new aa443e2  iw: upgrade 5.3 -> 5.4
     new f4c271b  iptables: upgrade 1.8.3 -> 1.8.4
     new 3a2f963  glibc-package.inc: Remove warnings about unpacked directories
     new bfcef54  autoconf-archive: Add missing texinfo inherit
     new 5cc2243  texinfo-dummy-native: Allow to coexist with texinfo-native
     new f28d83c  gcc-cross-canadian: A missing space in an append caused an invalid option
     new b3e769f  devtool/standard.py: Allow recipe to disable menuconfig logic
     new e53bb9c  u-boot.inc: Fix devtool build u-boot for u-boot without menuconfig
     new b569dbb  toaster.bbclass: Fix error when toaster is used to monitor a build
     new cb2c03f  libgcc.inc: Fix an issue w/ a recursive symlink
     new ccb6427  classes/reproducible_build: Read SDE file later
     new c22b42c  glibc: merge libc-common.bbclass into glibc.bb
     new 46ff333  icu: update SRC_URI
     new 934d273  uninative: Recognise ppc64 host ldso
     new 3391216  glibc: Update to final 2.31 release
     new 29572ba  busybox: sort the .config file used by ptests
     new 2d044ce  gstreamer1.0-plugins-bad: resolve opencv pkg-config in meson build
     new 22a9619  fixup
     new 2e51f98  opensbi: Remove dependency on FDT
     new 039c543  reproducible: Allow configuration of saved debug output

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   (f9f3eca)
            \
             N -- N -- N   refs/heads/master-next (039c543)

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 25 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/reproducible_build.bbclass            |   2 +-
 meta/lib/oeqa/manual/bsp-hw.json                   |  52 -------
 meta/lib/oeqa/runtime/cases/parselogs.py           |   5 -
 meta/lib/oeqa/selftest/cases/reproducible.py       |  12 +-
 meta/recipes-bsp/opensbi/opensbi-payloads.inc      |  20 +--
 meta/recipes-bsp/opensbi/opensbi_0.5.bb            |   4 +-
 ...systemd-boot_243.4.bb => systemd-boot_243.2.bb} |   0
 meta/recipes-core/systemd/systemd.inc              |   4 +-
 ...t-install-dependency-links-at-install-tim.patch |  30 ++--
 ...01-do-not-disable-buffer-in-writing-files.patch |  88 ++++++++----
 ...e-comprehensive-protection-against-libsec.patch | 152 +++++++++++++++++++++
 ...-consider-symlink-on-filesystems-like-NFS.patch |  42 ++++++
 .../systemd/{systemd_243.4.bb => systemd_243.2.bb} |   2 +
 ...lve-missing-opencv-data-dir-in-yocto-buil.patch |  49 +++++++
 .../gstreamer/gstreamer1.0-plugins-bad_1.16.1.bb   |   1 +
 15 files changed, 336 insertions(+), 127 deletions(-)
 rename meta/recipes-core/systemd/{systemd-boot_243.4.bb => systemd-boot_243.2.bb} (100%)
 create mode 100644 meta/recipes-core/systemd/systemd/0001-seccomp-more-comprehensive-protection-against-libsec.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0001-unit-file.c-consider-symlink-on-filesystems-like-NFS.patch
 rename meta/recipes-core/systemd/{systemd_243.4.bb => systemd_243.2.bb} (99%)
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad/opencv-resolve-missing-opencv-data-dir-in-yocto-buil.patch

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


More information about the Openembedded-commits mailing list