[oe-commits] [openembedded-core] branch master-next updated (67612dc -> a656446)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 11 10:01:50 UTC 2017


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

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

    from 67612dc  qemurunner.py: refactor searching for QEMU PID
     new ff98085  pulseaudio: Backport a patch to replace use of VLAIS
     new aa5b9ed  oeqa/selftest: Add missing IDs to various test cases
     new c3db8bc  oprofile: remove the recipe
     new 78bfa5f  libpfm4: remove the recipe
     new d856978  oeqa/selftest/case: Add recipeinc method
     new 91e3194  externalsrc.bbclass: Avoid symlink clashes for virtclasses
     new 498e0f8  alsa-utils: Do not hardcode path to /lib/udev
     new ff96e40  psplash: upgrade to latest git revision
     new 5d8cb88  initramfs-framework: split setup-live and install-efi into separate recipes
     new c14828c  oeqa: Replace "append +=" with normal "append =" in layerappend.py
     new 0a60ad8  rootfs: improve postinst intercept logging
     new 21a3e2a  insane.bbclass: write QA issues to log file only when they are in ERROR_QA or WARN_QA
     new fa6e1d4  gtk-doc.bbclass: add all directories where .so files are found to library search path
     new bd91d4b  devtool: status: Sort entries before printing
     new ad7be6b  package_deb, ipk: improve subprocess output on package manager command
     new 4898008  package_[deb|ipk]: improve multiprocess logic when creating deb/ipk packages
     new e3f02b3  glibc: add ld.so locks in _libc_fork
     new a1a799a  kernel: Stop using update-alternatives
     new 7125132  yocto-compat-layer.py: Fix trace when layers can't be processed
     new f5b9a1a  psplash: Initialize psplash only if a framebuffer exists
     new 2982698  sysstat: Add ability to enable lm-sensors
     new cd06a59  wic: implement ext fs support for 'wic ls'
     new 1b155b9  wic: implement ext fs support for 'wic cp'
     new 0c686e3  wic: implement ext fs support for 'wic rm'
     new 477f4b5  wic: update help content
     new 9550b8e  wic: selftest: add test_wic_ls_ext test case
     new 11d6027  wic: selftest: add test_wic_cp_ext test case
     new 77b09cd  wic: selftest: add test_wic_rm_ext test case
     new 73a9bf6  shared-mime-info: enable nativesdk builds
     new 3312011  glib-2.0: recommend shared-mime-info
     new 5975266  systemtap: Bump SRCREV for 4.12 Linux kernel support
     new ecd2a4a  python3-pip: extend to nativesdk
     new e44ba50  python3-setuptools: extend to nativesdk
     new fc1bb3b  xdg-utils: Add HOMEPAGE info into recipe file.
     new 694612d  bootchart2: update python interpreter
     new 0e1479c  cve-check-tool: change BB_NO_NETWORK error to a warning
     new 511958e  bmap-tools: upgrade to v3.4
     new 0cd0982  bmap-tools: switch to Python 3
     new b808075  wic: run bmaptool with native Python3
     new 135e7d4  texinfo-dummy-native: port to Python 3
     new 606a8e0  staging: gracefully abort if two recipes conflict in the sysroot
     new b43713f  glibc: do the multilib_header magic also for bits/pthreadtypes-arch.h
     new 012cda3  util-linux: Add HOMEPAGE info into recipe file.
     new 1df7ba0  iputils: backport patch to fix arping hang problem
     new cfc6852  diffutils: Add HOMEPAGE info into recipe file.
     new 6c3533a  foomatic: Add HOMEPAGE info into recipe file.
     new c91ccd7  subversion: fix CVE-2017-9800
     new 679f76b  libfm: remove file which conflicts with libfm-extra
     new 0918d6b  scripts/buildhistory-diff: use of argparse instead of optparse
     new c132898  qemu conf: Fix kernel module autoloading for uvesafb on genericx86
     new c955c4d  linux-yocto: Make LINUX_VERSION_EXTENSION weaker
     new 7fc6825  goarch.bbclass: Stop passing True as second argument of d.getVar
     new b7f4bee  go.bbclass: Fix binary installation path detection
     new 7560163  go: Remove Go 1.6 and 1.7 releases
     new 78424b2  goarch.bbclass: Replace logic for setting GOARM
     new 31410c3  goarch.bbclass: Add support for ARMv5
     new 24b7634  go.bbclass: Use a global Go build flags
     new cfa48dd  go.bbclass: Enable parallel build
     new e5b3812  go.bbclass: exported function cleanup
     new 8e31c9b  go.bbclass: Use an auxiliary variable to add the build dependencies
     new 4fa1eff  go.bbclass: separate ${S} and ${B}
     new 6b222b4  go.bbclass: add do_unpack function to handle common cases
     new 19cfb36  go.bbclass: add GO_INSTALL_FILTEROUT variable
     new 2424db2  go-dep: Add 0.3.0 release
     new a656446  go-helloworld: Use the Golang examples repository

The 65 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/externalsrc.bbclass                   |  16 +-
 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/conf/distro/include/distro_alias.inc          |   1 -
 meta/conf/layer.conf                               |   1 -
 meta/conf/machine/include/qemuboot-x86.inc         |   3 -
 meta/conf/machine/qemux86-64.conf                  |   4 +
 meta/conf/machine/qemux86.conf                     |   4 +
 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/devtool.py            |  48 ++
 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/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 +-
 ...Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch |  31 --
 .../files/fix-misleading-indentation-error.patch   |  38 --
 meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb        |  33 --
 meta/recipes-kernel/linux/linux-dtb.inc            |  36 +-
 meta/recipes-kernel/linux/linux-yocto.inc          |   2 +-
 meta/recipes-kernel/oprofile/oprofile.inc          |  65 ---
 ...Add-rmb-definition-for-NIOS2-architecture.patch |  30 --
 .../0001-Fix-FTBFS-problem-with-GCC-6.patch        |  51 --
 meta/recipes-kernel/oprofile/oprofile/acinclude.m4 | 581 ---------------------
 .../oprofile/oprofile/automake-foreign.patch       |  12 -
 meta/recipes-kernel/oprofile/oprofile/musl.patch   |  46 --
 .../oprofile/oprofile-cross-compile-tests.patch    |  98 ----
 .../oprofile/oprofile/root-home-dir.patch          |  44 --
 meta/recipes-kernel/oprofile/oprofile/run-ptest    |  19 -
 meta/recipes-kernel/oprofile/oprofile_1.1.0.bb     |  10 -
 ...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/wic/engine.py                          |  55 +-
 scripts/lib/wic/help.py                            |  64 +--
 scripts/lib/wic/plugins/imager/direct.py           |   6 +-
 scripts/yocto-compat-layer.py                      |   2 +-
 97 files changed, 1022 insertions(+), 1902 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
 delete mode 100644 meta/recipes-kernel/libpfm/files/0001-Makefile-Add-LDFLAGS-variable-to-SLDFLAGS.patch
 delete mode 100644 meta/recipes-kernel/libpfm/files/fix-misleading-indentation-error.patch
 delete mode 100644 meta/recipes-kernel/libpfm/libpfm4_4.6.0.bb
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile.inc
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/0001-Add-rmb-definition-for-NIOS2-architecture.patch
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/0001-Fix-FTBFS-problem-with-GCC-6.patch
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/acinclude.m4
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/automake-foreign.patch
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/musl.patch
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/oprofile-cross-compile-tests.patch
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/root-home-dir.patch
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile/run-ptest
 delete mode 100644 meta/recipes-kernel/oprofile/oprofile_1.1.0.bb
 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