[oe-commits] [openembedded-core] branch master updated (cc319b6 -> 2ebbeb6)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 16:30:51 UTC 2017


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

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

    from cc319b6  mesa-gl: Fix build after recent mesa PACKAGECONFIG changes
     add 9099cec  oeqa/qemurunner: Improve logging
     add 67612dc  qemurunner.py: refactor searching for QEMU PID
     add ff98085  pulseaudio: Backport a patch to replace use of VLAIS
     add aa5b9ed  oeqa/selftest: Add missing IDs to various test cases
     add cdb4316  oeqa/selftest/case: Add recipeinc method
     new 0a43727  alsa-utils: Do not hardcode path to /lib/udev
     new 43b1475  psplash: upgrade to latest git revision
     new e4cc1a2  initramfs-framework: split setup-live and install-efi into separate recipes
     new 0fae16b  oeqa: Replace "append +=" with normal "append =" in layerappend.py
     new 87110e9  rootfs: improve postinst intercept logging
     new 35ab2c7  insane.bbclass: write QA issues to log file only when they are in ERROR_QA or WARN_QA
     new 40e8a15  gtk-doc.bbclass: add all directories where .so files are found to library search path
     new d0a123e  devtool: status: Sort entries before printing
     new 9ff023f  package_deb, ipk: improve subprocess output on package manager command
     new 11350a6  package_[deb|ipk]: improve multiprocess logic when creating deb/ipk packages
     new f2e586e  glibc: add ld.so locks in _libc_fork
     new 10a1b29  kernel: Stop using update-alternatives
     new 32c9b3d  yocto-compat-layer.py: Fix trace when layers can't be processed
     new 2348dda  psplash: Initialize psplash only if a framebuffer exists
     new ff9f629  sysstat: Add ability to enable lm-sensors
     new b591ba6  wic: implement ext fs support for 'wic ls'
     new 1a2bc70  wic: implement ext fs support for 'wic cp'
     new be530b7  wic: implement ext fs support for 'wic rm'
     new fcff05d  wic: update help content
     new 6ae3ff9  wic: selftest: add test_wic_ls_ext test case
     new 7970907  wic: selftest: add test_wic_cp_ext test case
     new 693b555  wic: selftest: add test_wic_rm_ext test case
     new 7d2d73b  shared-mime-info: enable nativesdk builds
     new 51e4f9c  glib-2.0: recommend shared-mime-info
     new 026403c  systemtap: Bump SRCREV for 4.12 Linux kernel support
     new 31f1e5f  python3-pip: extend to nativesdk
     new b9f0c54  python3-setuptools: extend to nativesdk
     new 1f8dae4  xdg-utils: Add HOMEPAGE info into recipe file.
     new 024caf6  bootchart2: update python interpreter
     new acc9994  cve-check-tool: change BB_NO_NETWORK error to a warning
     new fa36678  bmap-tools: upgrade to v3.4
     new 0d6130b  bmap-tools: switch to Python 3
     new 7fca44e  wic: run bmaptool with native Python3
     new 1585ed0  texinfo-dummy-native: port to Python 3
     new 3014099  glibc: do the multilib_header magic also for bits/pthreadtypes-arch.h
     new 56cf3a0  util-linux: Add HOMEPAGE info into recipe file.
     new 818d4a9  iputils: backport patch to fix arping hang problem
     new 1d0c86a  diffutils: Add HOMEPAGE info into recipe file.
     new 34cde8e  foomatic: Add HOMEPAGE info into recipe file.
     new 6e1f800  subversion: fix CVE-2017-9800
     new 1ca7d8d  libfm: remove file which conflicts with libfm-extra
     new e67b40c  scripts/buildhistory-diff: use of argparse instead of optparse
     new b6e72d0  linux-yocto: Make LINUX_VERSION_EXTENSION weaker
     new 1a5026d  goarch.bbclass: Stop passing True as second argument of d.getVar
     new 56ce355  go.bbclass: Fix binary installation path detection
     new 26abbf1  go: Remove Go 1.6 and 1.7 releases
     new 07b60c1  goarch.bbclass: Replace logic for setting GOARM
     new e242e7c  goarch.bbclass: Add support for ARMv5
     new d6b8e7e  go.bbclass: Use a global Go build flags
     new 7a40ea8  go.bbclass: Enable parallel build
     new 0369a99  go.bbclass: exported function cleanup
     new 4971362  go.bbclass: Use an auxiliary variable to add the build dependencies
     new c62a083  go.bbclass: separate ${S} and ${B}
     new efcf651  go.bbclass: add do_unpack function to handle common cases
     new 9819353  go.bbclass: add GO_INSTALL_FILTEROUT variable
     new 79e0401  go-dep: Add 0.3.0 release
     new 116d2ea  go-helloworld: Use the Golang examples repository
     new 802829f  devtool: upgrade: check that user has configured git properly
     new 2ebbeb6  staging: gracefully abort if two recipes conflict in the sysroot

The 59 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/go.bbclass                            | 110 ++++---
 meta/classes/goarch.bbclass                        |  27 +-
 meta/classes/gtk-doc.bbclass                       |   1 +
 meta/classes/insane.bbclass                        |   3 +-
 meta/classes/kernel.bbclass                        |  16 +-
 meta/classes/package_deb.bbclass                   |  40 ++-
 meta/classes/package_ipk.bbclass                   |  40 ++-
 meta/classes/staging.bbclass                       |  18 +-
 meta/lib/oe/rootfs.py                              |   7 +-
 meta/lib/oeqa/selftest/case.py                     |  20 +-
 meta/lib/oeqa/selftest/cases/archiver.py           |   3 +-
 meta/lib/oeqa/selftest/cases/distrodata.py         |   2 +
 meta/lib/oeqa/selftest/cases/imagefeatures.py      |   3 +
 meta/lib/oeqa/selftest/cases/layerappend.py        |   2 +-
 meta/lib/oeqa/selftest/cases/runcmd.py             |  17 +
 meta/lib/oeqa/selftest/cases/wic.py                |  70 ++++
 meta/lib/oeqa/utils/qemurunner.py                  | 351 ++++++++++-----------
 meta/recipes-core/glib-2.0/glib.inc                |   2 +
 meta/recipes-core/glibc/glibc-package.inc          |   2 +-
 ...bc-reset-dl-load-write-lock-after-forking.patch |  37 +++
 .../0028-Bug-4578-add-ld.so-lock-while-fork.patch  |  57 ++++
 meta/recipes-core/glibc/glibc_2.26.bb              |   2 +
 .../initrdscripts/initramfs-framework_1.0.bb       |  20 +-
 .../initramfs-module-install-efi_1.0.bb            |  18 ++
 .../initramfs-module-setup-live_1.0.bb             |  18 ++
 meta/recipes-core/psplash/files/psplash-init       |   6 +
 meta/recipes-core/psplash/psplash_git.bb           |   2 +-
 meta/recipes-core/util-linux/util-linux.inc        |   1 +
 .../bootchart2/bootchart2_0.14.8.bb                |   2 +-
 .../cve-check-tool/cve-check-tool_5.6.4.bb         |   2 +-
 meta/recipes-devtools/go/go-1.6.inc                |  19 --
 .../go/go-1.6/armhf-elf-header.patch               |  23 --
 .../go/go-1.6/fix-cc-handling.patch                |  50 ---
 .../go/go-1.6/fix-target-cc-for-build.patch        |  17 -
 meta/recipes-devtools/go/go-1.6/gotooldir.patch    |  30 --
 .../go/go-1.6/split-host-and-target-build.patch    |  63 ----
 meta/recipes-devtools/go/go-1.6/syslog.patch       |  62 ----
 meta/recipes-devtools/go/go-1.7.inc                |  19 --
 .../go/go-1.7/armhf-elf-header.patch               |  23 --
 .../go/go-1.7/fix-cc-handling.patch                |  50 ---
 .../go/go-1.7/fix-target-cc-for-build.patch        |  17 -
 meta/recipes-devtools/go/go-1.7/gotooldir.patch    |  30 --
 .../go/go-1.7/split-host-and-target-build.patch    |  62 ----
 meta/recipes-devtools/go/go-1.7/syslog.patch       |  62 ----
 meta/recipes-devtools/go/go-cross_1.7.bb           |   5 -
 meta/recipes-devtools/go/go-dep_0.3.0.bb           |  18 ++
 meta/recipes-devtools/go/go_1.6.bb                 |   4 -
 meta/recipes-devtools/go/go_1.7.bb                 |   2 -
 meta/recipes-devtools/python/python3-pip_9.0.1.bb  |   2 +-
 .../python/python3-setuptools_36.2.7.bb            |   7 +-
 .../subversion/subversion/CVE-2017-9800.patch      | 136 ++++++++
 .../subversion/subversion_1.9.6.bb                 |   1 +
 meta/recipes-extended/diffutils/diffutils.inc      |   1 +
 .../foomatic/foomatic-filters_4.0.17.bb            |   1 +
 .../go-examples/files/helloworld.go                |  10 -
 meta/recipes-extended/go-examples/go-examples.inc  |  10 -
 .../go-examples/go-helloworld_0.1.bb               |  24 +-
 ...ing-fix-arping-hang-if-SIGALRM-is-blocked.patch |  44 +++
 meta/recipes-extended/iputils/iputils_s20151218.bb |   1 +
 meta/recipes-extended/sysstat/sysstat.inc          |   6 +-
 .../texinfo-dummy-native/texinfo-dummy/template.py |   4 +-
 meta/recipes-extended/xdg-utils/xdg-utils_1.1.1.bb |   2 +-
 meta/recipes-kernel/linux/linux-dtb.inc            |  36 +--
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 ...apbpf-don-t-support-installing-a-non-root.patch |  62 ++++
 meta/recipes-kernel/systemtap/systemtap_git.inc    |   5 +-
 meta/recipes-multimedia/alsa/alsa-utils_1.1.4.bb   |   4 +-
 ...-don-t-use-variable-length-array-in-union.patch |  59 ++++
 .../pulseaudio/pulseaudio_10.0.bb                  |   1 +
 .../{bmap-tools_3.2.bb => bmap-tools_3.4.bb}       |   9 +-
 meta/recipes-support/libfm/libfm_1.2.5.bb          |   1 +
 .../shared-mime-info/shared-mime-info.inc          |   3 +-
 scripts/buildhistory-diff                          | 125 ++++----
 scripts/lib/devtool/standard.py                    |   2 +-
 scripts/lib/devtool/upgrade.py                     |  27 +-
 scripts/lib/wic/engine.py                          |  55 ++--
 scripts/lib/wic/help.py                            |  64 ++--
 scripts/lib/wic/plugins/imager/direct.py           |   6 +-
 scripts/yocto-compat-layer.py                      |   2 +-
 79 files changed, 1137 insertions(+), 1030 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/0027-glibc-reset-dl-load-write-lock-after-forking.patch
 create mode 100644 meta/recipes-core/glibc/glibc/0028-Bug-4578-add-ld.so-lock-while-fork.patch
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-install-efi_1.0.bb
 create mode 100644 meta/recipes-core/initrdscripts/initramfs-module-setup-live_1.0.bb
 delete mode 100644 meta/recipes-devtools/go/go-1.6.inc
 delete mode 100644 meta/recipes-devtools/go/go-1.6/armhf-elf-header.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/fix-cc-handling.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/fix-target-cc-for-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/gotooldir.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/split-host-and-target-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.6/syslog.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7.inc
 delete mode 100644 meta/recipes-devtools/go/go-1.7/armhf-elf-header.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/fix-cc-handling.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/fix-target-cc-for-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/gotooldir.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/split-host-and-target-build.patch
 delete mode 100644 meta/recipes-devtools/go/go-1.7/syslog.patch
 delete mode 100644 meta/recipes-devtools/go/go-cross_1.7.bb
 create mode 100644 meta/recipes-devtools/go/go-dep_0.3.0.bb
 delete mode 100644 meta/recipes-devtools/go/go_1.6.bb
 delete mode 100644 meta/recipes-devtools/go/go_1.7.bb
 create mode 100644 meta/recipes-devtools/subversion/subversion/CVE-2017-9800.patch
 delete mode 100644 meta/recipes-extended/go-examples/files/helloworld.go
 delete mode 100644 meta/recipes-extended/go-examples/go-examples.inc
 create mode 100644 meta/recipes-extended/iputils/files/arping-fix-arping-hang-if-SIGALRM-is-blocked.patch
 create mode 100644 meta/recipes-kernel/systemtap/systemtap/0001-staprun-stapbpf-don-t-support-installing-a-non-root.patch
 create mode 100644 meta/recipes-multimedia/pulseaudio/pulseaudio/pulseaudio-discuss-iochannel-don-t-use-variable-length-array-in-union.patch
 rename meta/recipes-support/bmap-tools/{bmap-tools_3.2.bb => bmap-tools_3.4.bb} (79%)

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


More information about the Openembedded-commits mailing list