[oe-commits] [openembedded-core] branch master updated (a18d8be -> d3083e9)

git at git.openembedded.org git at git.openembedded.org
Tue Feb 4 15:56:59 UTC 2020


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a change to branch master
in repository openembedded-core.

    from a18d8be  libpcre2: upgrade 10.33 -> 10.34
     new 39fe849  sudo: Set vardir deterministically
     new 6217c3a  libxshmfence: Set shm directory deterministically
     new 4535469  glibc: don't ignore global LDFLAGS settings
     new be821fd  stress-ng: upgrade 0.10.15 -> 0.10.16
     new 046851a  glib-networking: upgrade 2.62.2 -> 2.62.3
     new ea43f8a  assimp: upgrade 5.0.0 -> 5.0.1
     new 5933efd  sudo: upgrade 1.8.29 -> 1.8.30
     new 009dbec  libtirpc: upgrade 1.1.4 -> 1.2.5
     new 54a5dac  procps: enable optional systemd support
     new cdd44c9  cmake: prefer CMAKE_BUILD_PARALLEL_LEVEL
     new 1bb2aa5  buildhistory: Allow customising buildhistory tags
     new f5571bd  lib/oe/path: try hardlinking instead of guessing when it might fail
     new 2b65c49  gstreamer1.0-plugins-common.inc: disable orc on mips
     new 61c3449  bash: include patch 8-11
     new 1e2739c  rsync: whitelist CVE-2017-16548
     new d313e49  lttng-modules: update to 2.11.1
     new 2333ef5  ifupdown: add ptest
     new 46884b1  podfix: remove
     new 9cc4dc9  piglit: don't stage the test suite
     new c3bd502  oeqa: modernise subprocess: preexec_fn=os.setsid -> start_new_session=True
     new 0ebb56f  rt-tests: modernise subprocess: preexec_fn=os.setsid -> start_new_session=True
     new 66c1f4b  kernel.bbclass: set LD in KERNEL_CONFIG_COMMAND to fix 5.4+ builds when gold is enabled
     new 7515a38  python3-six: Move src_uri checks to recipe main
     new 48a061c  systemd: Upgrade 243.2 -> 243.4-latest
     new d3083e9  kernel-yocto.bbclass: export LD in the environment used by kconf_check

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/buildhistory.bbclass                  |   7 +-
 meta/classes/cmake.bbclass                         |   5 +-
 meta/classes/kernel-yocto.bbclass                  |   1 +
 meta/classes/kernel.bbclass                        |   2 +-
 meta/classes/podfix.bbclass                        |  35 -----
 meta/classes/reproducible_build_simple.bbclass     |   2 -
 meta/lib/oe/path.py                                |  24 +++-
 meta/lib/oe/utils.py                               |  11 +-
 meta/lib/oeqa/controllers/masterimage.py           |   2 +-
 meta/lib/oeqa/core/target/ssh.py                   |   2 +-
 meta/lib/oeqa/utils/sshcontrol.py                  |   2 +-
 ...working_2.62.2.bb => glib-networking_2.62.3.bb} |   4 +-
 meta/recipes-core/glibc/glibc_2.31.bb              |   3 +-
 .../{kbd/kbd => ifupdown/files}/run-ptest          |   2 +-
 .../ifupdown/files/tweak-ptest-script.patch        |  49 +++++++
 meta/recipes-core/ifupdown/ifupdown_0.8.35.bb      |  10 +-
 ...systemd-boot_243.2.bb => systemd-boot_243.4.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/0004-rules-whitelist-hd-devices.patch  |  34 -----
 ...les-watch-metadata-changes-in-ide-devices.patch |  45 ------
 .../systemd/{systemd_243.2.bb => systemd_243.4.bb} |   4 -
 meta/recipes-devtools/python/python-six.inc        |   3 -
 meta/recipes-devtools/python/python3-six_1.14.0.bb |   2 +
 meta/recipes-devtools/rsync/rsync_3.1.3.bb         |   3 +
 meta/recipes-extended/bash/bash_5.0.bb             |  12 ++
 ...01-xdr_float-do-not-include-bits-endian.h.patch |  34 +++++
 meta/recipes-extended/libtirpc/libtirpc/musl.patch |  30 ----
 .../{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb}       |   6 +-
 meta/recipes-extended/procps/procps_3.3.15.bb      |   3 +
 .../{stress-ng_0.10.15.bb => stress-ng_0.10.16.bb} |   4 +-
 .../sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb}        |   5 +-
 meta/recipes-graphics/piglit/piglit_git.bb         |   5 +
 ...-ASSIMP_LIB_INSTALL_DIR-to-search-library.patch |  12 +-
 .../vulkan/{assimp_5.0.0.bb => assimp_5.0.1.bb}    |   4 +-
 meta/recipes-graphics/xorg-lib/libxshmfence_1.3.bb |   2 +
 ...Fix-oops-when-trace-sunrpc_task-events-in.patch |  94 -------------
 ...null-rpc_clnt-dereference-in-rpc_task_que.patch |  44 ------
 ...x-sunrpc-use-signed-integer-for-client-id.patch | 105 --------------
 ...04-sunrpc-introduce-lttng_get_clid-helper.patch | 130 ------------------
 ...g-modules_2.11.0.bb => lttng-modules_2.11.1.bb} |  16 +--
 .../gstreamer/gstreamer1.0-plugins-common.inc      |   5 +-
 meta/recipes-rt/rt-tests/files/rt_bmark.py         |   4 +-
 46 files changed, 232 insertions(+), 851 deletions(-)
 delete mode 100644 meta/classes/podfix.bbclass
 rename meta/recipes-core/glib-networking/{glib-networking_2.62.2.bb => glib-networking_2.62.3.bb} (88%)
 copy meta/recipes-core/{kbd/kbd => ifupdown/files}/run-ptest (54%)
 create mode 100644 meta/recipes-core/ifupdown/files/tweak-ptest-script.patch
 rename meta/recipes-core/systemd/{systemd-boot_243.2.bb => systemd-boot_243.4.bb} (100%)
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-seccomp-more-comprehensive-protection-against-libsec.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0001-unit-file.c-consider-symlink-on-filesystems-like-NFS.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0004-rules-whitelist-hd-devices.patch
 delete mode 100644 meta/recipes-core/systemd/systemd/0005-rules-watch-metadata-changes-in-ide-devices.patch
 rename meta/recipes-core/systemd/{systemd_243.2.bb => systemd_243.4.bb} (99%)
 create mode 100644 meta/recipes-extended/libtirpc/libtirpc/0001-xdr_float-do-not-include-bits-endian.h.patch
 delete mode 100644 meta/recipes-extended/libtirpc/libtirpc/musl.patch
 rename meta/recipes-extended/libtirpc/{libtirpc_1.1.4.bb => libtirpc_1.2.5.bb} (81%)
 rename meta/recipes-extended/stress-ng/{stress-ng_0.10.15.bb => stress-ng_0.10.16.bb} (83%)
 rename meta/recipes-extended/sudo/{sudo_1.8.29.bb => sudo_1.8.30.bb} (89%)
 rename meta/recipes-graphics/vulkan/{assimp_5.0.0.bb => assimp_5.0.1.bb} (84%)
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0001-Fix-SUNRPC-Fix-oops-when-trace-sunrpc_task-events-in.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0002-Fix-sunrpc-null-rpc_clnt-dereference-in-rpc_task_que.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0003-Fix-sunrpc-use-signed-integer-for-client-id.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-modules/0004-sunrpc-introduce-lttng_get_clid-helper.patch
 rename meta/recipes-kernel/lttng/{lttng-modules_2.11.0.bb => lttng-modules_2.11.1.bb} (68%)

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


More information about the Openembedded-commits mailing list