[oe-commits] [openembedded-core] branch sumo updated (dceca6d -> 6ecb10e)

git at git.openembedded.org git at git.openembedded.org
Fri Jun 15 16:58:12 UTC 2018


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

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

    from dceca6d  toolchain-scripts/meta-ide-support: Handle dash shells correctly
     add 0447453  tzdata: fix a typo.
     add c5d0afb  recipetool: fixed uncaught NameError exception
     add 5f808ec  perl: fix CVE-2017-12837
     add dae7d6a  llvm: Fix [compile-host-path] QA issue
     add ab78b6a  procps: Complement update-alternatives scope
     add 4aabbd4  glibc: use oe_multilib_header on bits/floatn.h
     add 7df2883  linux-libc-headers: multilib_header asm/kvm_para.h and asm/bpf_perf_event.h
     add f06a276  mtd-utils: Complement update-alternatives scope
     add df755db  grub-efi: add grub target and image for aarch64
     add a2f8f3d  image_types_wic: add do_image_wic before do_image_complete
     add 5b9af58  python3-native: correctly invoke regen-importlib make target
     add 1a39330  perf: make a copy of kernel source to perf workdir
     add cdfceda  qemu: fix CVE-2017-16845
     add 1286cd2  mtd-utils: Add mtd-utils-tests package
     add 913eb33  alsa-utils: Fix error when removing unwanted udev rules
     add 68eef4a  go: Upgrade 1.10.1 -> 1.10.2
     add 020b0c2  go: Update 1.9.4 -> 1.9.6
     add f02e257  settings-daemon: Drop pointless apply=yes in SRC_URI
     add 9c70812  ifupdown: correct the repository location
     add 909e8a9  distcc-doc_3.2: improve reproducibility
     add 3ad793c  perl: native modules will not trigger build perl for target.
     add 628f6f2  systemd: backport patch to fix build when gcrypt is enabled
     add c60711b  depmodwrapper-cross: Add kmod-native to DEPENDS
     add cdd8c4f  grub2: fix build with gcc8
     add 29baeae  util-linux: update to 2.32
     add ba7845c  systemd: fix build with util-linux 2.32
     add 24e9ae8  systemd: Fix build with gcc8
     add 5ff707e  systemd: Define basename() for musl
     add 7950b1e  perf: fix build with kernel older than 4.8
     add 8e4edd3  wget: upgrade 1.19.4 -> 1.19.5
     add 6582a76  curl: update to 7.59.0
     add 4decc8c  curl: update 7.59.0 -> 7.60.0
     add 7a87168  linux-yocto/4.12: update to v4.12.22
     add a00a3bc  linux-yocto/4.12: update to v4.12.23
     add 6324052  linux-yoct/4.12: update to v4.12.24
     add f9f045c  sysvinit-inittab: do not use 'exit 1' to postpone to first boot
     add eeb16e3  cmake: fix build issue with boost 1.66.0
     add 793d613  libxcrypt: Upgrade to 4.0.1
     add 1325518  linux-firmware: upgrade to 8fc2d4e5 revision
     add 3feebf7  rpm: Fix patch to ensure variables aren't used uninitialised
     add 00a243c  Revert "rpm: add a patch to help with Docker performance issues"
     add 6ecb10e  rpm: Restore performance in Docker containers

No new revisions were added by this update.

Summary of changes:
 meta/classes/image_types_wic.bbclass               |   1 +
 meta/recipes-bsp/grub/files/gcc8.patch             |  74 ++++++++
 meta/recipes-bsp/grub/grub-efi_2.02.bb             |   3 +
 meta/recipes-bsp/grub/grub2.inc                    |   1 +
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 meta/recipes-core/ifupdown/ifupdown_0.8.16.bb      |   2 +-
 .../{libxcrypt_4.0.0.bb => libxcrypt_4.0.1.bb}     |   5 +-
 ....c-Change-the-default-device-timeout-to-2.patch |   9 +-
 ...cros-rename-noreturn-into-_noreturn_-8456.patch | 203 +++++++++++++++++++++
 ...truncation-compile-failure-by-typecasting.patch | 173 ++++++++++++++++++
 ...c-compatible-basename-for-non-glibc-syste.patch |  33 ++++
 meta/recipes-core/systemd/systemd/libmount.patch   |  75 ++++++++
 meta/recipes-core/systemd/systemd_237.bb           |   4 +
 .../sysvinit/sysvinit-inittab_2.88dsf.bb           |  15 +-
 meta/recipes-core/util-linux/util-linux.inc        |   5 +-
 .../util-linux/avoid_parallel_tests.patch          |  15 +-
 .../{util-linux_2.31.bb => util-linux_2.32.bb}     |   6 +-
 meta/recipes-devtools/cmake/cmake.inc              |   4 +
 ...oost-1.66.0-dependency-and-release-update.patch |  52 ++++++
 ...ix-incorrect-alphabetisation-of-headers-l.patch |  29 +++
 ...mplement-Architecture-and-Address-Model-t.patch | 132 ++++++++++++++
 ...earch-for-upstream-packaged-libs-next-to-.patch |  31 ++++
 meta/recipes-devtools/distcc/distcc_3.2.bb         |   4 +-
 meta/recipes-devtools/go/go-1.10.inc               |   7 +-
 meta/recipes-devtools/go/go-1.9.inc                |   6 +-
 ...1-Disable-generating-a-native-llvm-config.patch |  41 +++++
 meta/recipes-devtools/llvm/llvm_git.bb             |   7 +-
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |  29 ++-
 meta/recipes-devtools/perl/perl-native_5.24.1.bb   |   2 +
 .../perl/perl/CVE-2017-12837.patch                 |  32 ++++
 meta/recipes-devtools/perl/perl_5.24.1.bb          |   3 +-
 .../python/python3-native_3.5.5.bb                 |   5 +-
 .../python/python3/regen-all.patch                 |  25 +++
 ...ck-PS2Queue-pointers-in-post_load-routine.patch |  63 +++++++
 meta/recipes-devtools/qemu/qemu_2.11.1.bb          |   1 +
 ...t-the-PATH-environment-variable-before-ru.patch |  16 +-
 ...0001-Factor-out-and-unify-setting-CLOEXEC.patch | 148 +++++++++++++++
 ...FD_CLOEXEC-on-opened-files-before-exec-fr.patch |  49 -----
 .../files/0002-Optimize-rpmSetCloseOnExec.patch    | 100 ++++++++++
 .../0003-rpmSetCloseOnExec-use-getrlimit.patch     |  53 ++++++
 meta/recipes-devtools/rpm/rpm_4.14.1.bb            |   4 +-
 meta/recipes-extended/procps/procps_3.3.12.bb      |   2 +-
 meta/recipes-extended/tzdata/tzdata_2018d.bb       |   2 +-
 .../wget/{wget_1.19.4.bb => wget_1.19.5.bb}        |   4 +-
 .../recipes-kernel/kmod/depmodwrapper-cross_1.0.bb |   1 +
 .../linux-firmware/linux-firmware_git.bb           |   4 +-
 .../linux-libc-headers/linux-libc-headers.inc      |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.12.bb   |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.12.bb |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.12.bb      |  20 +-
 meta/recipes-kernel/perf/perf.bb                   |  32 +++-
 meta/recipes-multimedia/alsa/alsa-utils_1.1.5.bb   |  11 +-
 .../settings-daemon/settings-daemon_0.0.2.bb       |   2 +-
 .../0001-replace-krb5-config-with-pkg-config.patch |  17 +-
 meta/recipes-support/curl/curl/configure_ac.patch  |  13 --
 .../curl/{curl_7.58.0.bb => curl_7.60.0.bb}        |  15 +-
 scripts/lib/recipetool/create_npm.py               |   1 +
 57 files changed, 1440 insertions(+), 167 deletions(-)
 create mode 100644 meta/recipes-bsp/grub/files/gcc8.patch
 rename meta/recipes-core/libxcrypt/{libxcrypt_4.0.0.bb => libxcrypt_4.0.1.bb} (92%)
 create mode 100644 meta/recipes-core/systemd/systemd/0033-basic-macros-rename-noreturn-into-_noreturn_-8456.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0034-Fix-format-truncation-compile-failure-by-typecasting.patch
 create mode 100644 meta/recipes-core/systemd/systemd/0035-Define-glibc-compatible-basename-for-non-glibc-syste.patch
 create mode 100644 meta/recipes-core/systemd/systemd/libmount.patch
 rename meta/recipes-core/util-linux/{util-linux_2.31.bb => util-linux_2.32.bb} (84%)
 create mode 100644 meta/recipes-devtools/cmake/cmake/0001-FindBoost-Boost-1.66.0-dependency-and-release-update.patch
 create mode 100644 meta/recipes-devtools/cmake/cmake/0001-FindBoost-Fix-incorrect-alphabetisation-of-headers-l.patch
 create mode 100644 meta/recipes-devtools/cmake/cmake/0002-FindBoost-Implement-Architecture-and-Address-Model-t.patch
 create mode 100644 meta/recipes-devtools/cmake/cmake/0003-FindBoost-Search-for-upstream-packaged-libs-next-to-.patch
 create mode 100644 meta/recipes-devtools/llvm/llvm/0001-Disable-generating-a-native-llvm-config.patch
 create mode 100644 meta/recipes-devtools/perl/perl/CVE-2017-12837.patch
 create mode 100644 meta/recipes-devtools/python/python3/regen-all.patch
 create mode 100644 meta/recipes-devtools/qemu/qemu/check-PS2Queue-pointers-in-post_load-routine.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0001-Factor-out-and-unify-setting-CLOEXEC.patch
 delete mode 100644 meta/recipes-devtools/rpm/files/0001-Revert-Set-FD_CLOEXEC-on-opened-files-before-exec-fr.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0002-Optimize-rpmSetCloseOnExec.patch
 create mode 100644 meta/recipes-devtools/rpm/files/0003-rpmSetCloseOnExec-use-getrlimit.patch
 rename meta/recipes-extended/wget/{wget_1.19.4.bb => wget_1.19.5.bb} (60%)
 delete mode 100644 meta/recipes-support/curl/curl/configure_ac.patch
 rename meta/recipes-support/curl/{curl_7.58.0.bb => curl_7.60.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