[oe-commits] [openembedded-core] branch thud updated (1127759 -> 37841ec)

git at git.openembedded.org git at git.openembedded.org
Sat Oct 20 21:41:38 UTC 2018


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

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

    from 1127759  qemux86/gstreamer: Move kernel module recommendation to the machine configuration
     new d819e7f  perf: fix do_compile failure with /tmp mounted with noexec
     new 33c8dc0  util-linux: alternatify cal, rev, and ionice
     new b7b476e  os-release: move to nonarch_libdir
     new c1a9885  packagegroup-core-tools-profile: disable valgrind on arc
     new 7017cec  Revert "os-release: avoid multilib expand"
     new c0343f1  python: backport patch to fix CVE-2018-1000802
     new 68e5175  python: backport patch to fix CVE-2018-14647
     new 1cf3aee  go: Upgrade to 1.11.1
     new 52fbf46  buildtools-tarball: add nativesdk-rpcsvc-proto
     new e1c6442  image_types: Fix a shell syntax error in do_image_ubi
     new 95a9219  devtool-source.bbclass: Only create each patch branch once
     new 2036137  npm: change install directory to upstream default
     new 7831d2d  openssl: fix ptest
     new e028b44  openssl: do an out-of-tree build
     new b4976f3  volatile-binds: use overlayfs if available
     new 37841ec  valgrind: update from 3.13.0 to 3.14.0

The 16 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/devtool-source.bbclass                |  6 +-
 meta/classes/image_types.bbclass                   |  2 +-
 meta/classes/npm.bbclass                           |  2 +-
 meta/conf/multilib.conf                            |  2 +-
 .../recipes-connectivity/openssl/openssl/run-ptest | 14 +++-
 meta/recipes-connectivity/openssl/openssl_1.1.1.bb | 27 ++++--
 meta/recipes-core/meta/buildtools-tarball.bb       |  1 +
 meta/recipes-core/os-release/os-release.bb         |  8 +-
 .../packagegroup-core-tools-profile.bb             |  1 +
 meta/recipes-core/util-linux/util-linux.inc        |  9 +-
 .../volatile-binds/files/mount-copybind            | 30 ++++++-
 ...OLDIR-to-be-overridden-in-the-environment.patch | 64 --------------
 ...l-obj-arm64-fix-branch-too-far-with-TBZ-l.patch | 58 -------------
 .../go/{go-1.10.inc => go-1.11.inc}                |  9 +-
 ...1-allow-CC-and-CXX-to-have-multiple-words.patch | 12 ++-
 ...-content-based-hash-generation-less-pedan.patch | 46 +++++-----
 ...OLDIR-to-be-overridden-in-the-environment.patch | 48 +++++++++++
 .../0004-ld-add-soname-to-shareable-objects.patch  | 16 ++--
 ...verride-CC-when-building-dist-and-go_boot.patch | 15 ++--
 ...-cmd-dist-separate-host-and-target-builds.patch | 67 ++++++++-------
 ...07-cmd-go-make-GOROOT-precious-by-default.patch | 50 ++++++-----
 ...ld-replace-glibc-dynamic-linker-with-musl.patch | 24 +++---
 ...-canadian_1.10.bb => go-cross-canadian_1.11.bb} |  0
 .../go/{go-cross_1.10.bb => go-cross_1.11.bb}      |  0
 .../{go-crosssdk_1.10.bb => go-crosssdk_1.11.bb}   |  0
 .../go/{go-native_1.10.bb => go-native_1.11.bb}    |  0
 .../go/{go-runtime_1.10.bb => go-runtime_1.11.bb}  |  0
 .../recipes-devtools/go/{go_1.10.bb => go_1.11.bb} |  0
 ...23-Use-XML_SetHashSalt-in-_elementtree-GH.patch | 98 ++++++++++++++++++++++
 ...34540-Convert-shutil._call_external_zip-t.patch | 69 +++++++++++++++
 meta/recipes-devtools/python/python_2.7.15.bb      |  2 +
 ...uard-against-__GLIBC_PREREQ-for-musl-libc.patch | 36 ++++++++
 ...sts-Use-ucontext_t-instead-of-struct-ucon.patch | 30 -------
 ...02-context-APIs-are-not-available-on-musl.patch | 17 ++--
 ...roken-inline-asm-in-tests-on-mips32-linux.patch | 47 -----------
 .../valgrind/0004-Fix-out-of-tree-builds.patch     | 49 ++++++-----
 .../valgrind/valgrind/link-gz-tests.patch          | 27 ------
 .../mask-CPUID-support-in-HWCAP-on-aarch64.patch   | 36 --------
 .../valgrind/valgrind/ppc-headers.patch            | 87 -------------------
 .../{valgrind_3.13.0.bb => valgrind_3.14.0.bb}     | 12 +--
 meta/recipes-kernel/perf/perf.bb                   |  1 +
 41 files changed, 488 insertions(+), 534 deletions(-)
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.10/0008-cmd-internal-obj-arm64-fix-branch-too-far-with-TBZ-l.patch
 rename meta/recipes-devtools/go/{go-1.10.inc => go-1.11.inc} (74%)
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0001-allow-CC-and-CXX-to-have-multiple-words.patch (79%)
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0002-cmd-go-make-content-based-hash-generation-less-pedan.patch (85%)
 create mode 100644 meta/recipes-devtools/go/go-1.11/0003-allow-GOTOOLDIR-to-be-overridden-in-the-environment.patch
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0004-ld-add-soname-to-shareable-objects.patch (79%)
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0005-make.bash-override-CC-when-building-dist-and-go_boot.patch (80%)
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0006-cmd-dist-separate-host-and-target-builds.patch (88%)
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0007-cmd-go-make-GOROOT-precious-by-default.patch (64%)
 rename meta/recipes-devtools/go/{go-1.10 => go-1.11}/0009-ld-replace-glibc-dynamic-linker-with-musl.patch (91%)
 rename meta/recipes-devtools/go/{go-cross-canadian_1.10.bb => go-cross-canadian_1.11.bb} (100%)
 rename meta/recipes-devtools/go/{go-cross_1.10.bb => go-cross_1.11.bb} (100%)
 rename meta/recipes-devtools/go/{go-crosssdk_1.10.bb => go-crosssdk_1.11.bb} (100%)
 rename meta/recipes-devtools/go/{go-native_1.10.bb => go-native_1.11.bb} (100%)
 rename meta/recipes-devtools/go/{go-runtime_1.10.bb => go-runtime_1.11.bb} (100%)
 rename meta/recipes-devtools/go/{go_1.10.bb => go_1.11.bb} (100%)
 create mode 100644 meta/recipes-devtools/python/python/0001-2.7-bpo-34623-Use-XML_SetHashSalt-in-_elementtree-GH.patch
 create mode 100644 meta/recipes-devtools/python/python/0001-closes-bpo-34540-Convert-shutil._call_external_zip-t.patch
 create mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-Guard-against-__GLIBC_PREREQ-for-musl-libc.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0001-memcheck-tests-Use-ucontext_t-instead-of-struct-ucon.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/0002-fix-broken-inline-asm-in-tests-on-mips32-linux.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/link-gz-tests.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/mask-CPUID-support-in-HWCAP-on-aarch64.patch
 delete mode 100644 meta/recipes-devtools/valgrind/valgrind/ppc-headers.patch
 rename meta/recipes-devtools/valgrind/{valgrind_3.13.0.bb => valgrind_3.14.0.bb} (91%)

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


More information about the Openembedded-commits mailing list