[oe-commits] [openembedded-core] branch master updated (1e13d1f -> cdaafc3)

git at git.openembedded.org git at git.openembedded.org
Wed Sep 28 09:17:46 UTC 2016


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

      from  1e13d1f   meta-environment: ensure corret TOOLCHAIN_CONFIGSITE_NOCACHE value
      adds  c9fc6db   uninative: Upgrade to 1.4
      adds  97b2164   autotools.bbclass: use python3 instead of python (v2)
      adds  6946a19   glibc-initial: use python3 instead of python (v2)
      adds  bc5d1fd   machine/qemu*: Add comment regarding the reason for virtio-rng-pci
      adds  4202a09   utils: Add all_multilib_tune_list function
       new  6779990   prelink: Manipulate library paths to match the target system library setup
       new  4ad1bcf   devtool: Add a line break to generated README
       new  94030ce   ptest-runner: recipe update related to minor fix.
       new  9f30160   boost: disable pch when build boost-math
       new  a715a4e   boost: add support for additional boost libs
       new  526114d   linux-firmware: update to revision 42ad5367
       new  a0bc732   linux-firmware: package Broadcom BCM43430 firmware
       new  c27c464   archiver.bbclass: ignore unpack sub-directories in do_ar_original
       new  5c63ffc   archive.bbclass: fix do_ar_original archiving of multiple source repos
       new  1dd22b9   python: fix CVE-2016-1000110
       new  7d06ffc   perl: fix CVE-2016-1238
       new  b79d1bf   gst-player: Disable visualizations
       new  9c432da   parselogs.py: Add amd_nb error to x86_common whitelist
       new  66e2b56   libsolv: enable MULTI_SEMANTICS
       new  d2ecccc   SDK: Allow changing SDKMACHINE without wiping TMP folder
       new  8ab1f60   scripts/cleanup-workdir: Adapt to SDK_ARCH -> SDK_SYS chanages for crosssdk
       new  6b67018   linux-yocto: Move PREFERRED_PROVIDER check to be generic
       new  8235347   image_types.bbclass: remove redundant dependency
       new  ee590ac   openssl: Upgrade 1.0.2i -> 1.0.2j
       new  55b579d   linux-yocto/4.8: update to -rc8
       new  9e9875f   lttng-tools: fix ptest
       new  7080a59   perl: correct math-bigint dependency typo
       new  ff03fcc   perl: module-overload needs module-overloading
       new  4a5028d   recipetool: newappend: drop _provide_to_pn
       new  3e83877   lib/oeqa: Regenerate galculator configure
       new  9f60dfd   populate_sdk_base.bbclass: fix broken variables
       new  bbce0f0   dpkg: Only set DEB_HOST_ARCH in target case
       new  cdaafc3   oeqa/sstatetests: Ensure we cover deb packaging backend for sstate test

The 28 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 meta/classes/archiver.bbclass                      |  37 ++-
 meta/classes/autotools.bbclass                     |   2 +-
 meta/classes/base.bbclass                          |   2 +-
 meta/classes/image_types.bbclass                   |   1 -
 meta/classes/populate_sdk_base.bbclass             |   3 +-
 meta/classes/utils.bbclass                         |  37 +++
 meta/conf/distro/include/tcmode-default.inc        |  12 +-
 meta/conf/distro/include/yocto-uninative.inc       |   7 +-
 meta/conf/machine/include/qemuboot-mips.inc        |   1 +
 meta/conf/machine/include/qemuboot-x86.inc         |   1 +
 meta/conf/machine/qemuarm.conf                     |   1 +
 meta/conf/machine/qemuarm64.conf                   |   1 +
 meta/conf/machine/qemuppc.conf                     |   1 +
 meta/lib/oeqa/runtime/parselogs.py                 |   1 +
 meta/lib/oeqa/sdk/buildgalculator.py               |   7 +-
 meta/lib/oeqa/selftest/sstatetests.py              |   2 +
 .../openssl/Fix-typo-introduced-by-a03f81f4.patch  |  29 --
 .../{openssl_1.0.2i.bb => openssl_1.0.2j.bb}       |   5 +-
 meta/recipes-core/glibc/glibc-initial.inc          |   4 +-
 meta/recipes-core/glibc/glibc.inc                  |   2 +-
 meta/recipes-core/musl/musl.inc                    |   2 +-
 .../binutils/binutils-crosssdk_2.27.bb             |   2 +-
 meta/recipes-devtools/dpkg/dpkg.inc                |   2 +-
 meta/recipes-devtools/gcc/gcc-cross-initial.inc    |   2 +-
 meta/recipes-devtools/gcc/gcc-cross.inc            |   2 +-
 meta/recipes-devtools/gcc/gcc-crosssdk-initial.inc |   2 +-
 meta/recipes-devtools/gcc/gcc-crosssdk.inc         |   2 +-
 meta/recipes-devtools/gcc/libgcc-initial.inc       |   2 +-
 .../recipes-devtools/perl/perl-rdepends_5.22.1.inc |   3 +-
 .../perl/perl/perl-fix-CVE-2016-1238.patch         | 352 +++++++++++++++++++++
 meta/recipes-devtools/perl/perl_5.22.1.bb          |   1 +
 meta/recipes-devtools/prelink/prelink_git.bb       |  93 ++++++
 .../python/python-fix-CVE-2016-1000110.patch       | 162 ++++++++++
 .../python3/python3-fix-CVE-2016-1000110.patch     | 148 +++++++++
 meta/recipes-devtools/python/python3_3.5.2.bb      |   1 +
 meta/recipes-devtools/python/python_2.7.12.bb      |   1 +
 meta/recipes-extended/libsolv/libsolv_0.6.23.bb    |   2 +-
 .../linux-firmware/linux-firmware_git.bb           |  13 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   9 -
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto.inc          |   9 +
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       |  20 +-
 meta/recipes-kernel/lttng/lttng-tools/run-ptest    |   7 +-
 .../lttng/lttng-tools/runtest-2.4.0.patch          |  27 --
 meta/recipes-kernel/lttng/lttng-tools_git.bb       |  76 +++--
 .../0001-Disable-visualizations-by-default.patch   |  36 +++
 .../recipes-multimedia/gstreamer/gst-player_git.bb |   1 +
 meta/recipes-support/boost/boost.inc               |  33 +-
 .../boost/boost-math-disable-pch-for-gcc.patch     |  31 ++
 meta/recipes-support/boost/boost_1.61.0.bb         |   1 +
 .../ptest-runner/ptest-runner_2.0.bb               |   4 +-
 scripts/cleanup-workdir                            |   6 +-
 scripts/devtool                                    |   2 +-
 scripts/lib/recipetool/newappend.py                |  13 +-
 55 files changed, 1072 insertions(+), 163 deletions(-)
 delete mode 100644 meta/recipes-connectivity/openssl/openssl/Fix-typo-introduced-by-a03f81f4.patch
 rename meta/recipes-connectivity/openssl/{openssl_1.0.2i.bb => openssl_1.0.2j.bb} (92%)
 create mode 100644 meta/recipes-devtools/perl/perl/perl-fix-CVE-2016-1238.patch
 create mode 100644 meta/recipes-devtools/python/python/python-fix-CVE-2016-1000110.patch
 create mode 100644 meta/recipes-devtools/python/python3/python3-fix-CVE-2016-1000110.patch
 delete mode 100644 meta/recipes-kernel/lttng/lttng-tools/runtest-2.4.0.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gst-player/0001-Disable-visualizations-by-default.patch
 create mode 100644 meta/recipes-support/boost/boost/boost-math-disable-pch-for-gcc.patch

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


More information about the Openembedded-commits mailing list