[oe-commits] [openembedded-core] branch master updated (ec29318 -> 210c518)

git at git.openembedded.org git at git.openembedded.org
Tue Apr 11 17:11:35 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 ec29318  Revert "staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch"
     add 82ae62f  classutils.py: deterministic sorting
     add 3398552  gnu-efi: copy header files for x32 build
     add 7bd6a4d  package_manager.py: Split feed_archs for RPM repo URIs
     add e4c28ea  buildhistory.bbclass: do not influence sstate of do_rootfs
     new 73a358b  logrotate: replace fedorahosted.org SRC_URI with github.com source
     new 340b3fa  musl: Upgrade to latest tip
     new e4ccec2  buildhistory-diff: operate from buildhistory directory
     new 11f68f6  classes/buildhistory: write out task signatures on every build
     new 63bd7e9  buildhistory-diff: add option to compare task signature list
     new 86cb4b0  buildhistory-diff: add option to compare actual signature differences
     new a147838  classes/uninative: set SSTATEPOSTUNPACKFUNCS[vardepvalueexclude] properly
     new ca5d127  classes/buildhistory: save output file signatures for sstate tasks
     new 87dcaf2  mtd-utils: refresh patches now merged upstream
     new a6ec56d  toaster: fix SDK artifact capture
     new 27a5883  oeqa/sdk/cases/buildcpio: enable use of cached cpio from DL_DIR
     new 2e8e727  openssl: fix the reference to native perl in ptests
     new 8b55d05  python2/3: Move config/Makefile from core package to dev package
     new 378b333  libsolv: correctly attribute musl fixing patches
     new 8c52a53  binutils: Fix CVE-2017-6965 and CVE-2017-6966
     new b32fbfc  staging: Fix sysroot problem with populate_sysroot dependencies on do_fetch
     new 5acad7f  gstreamer1.0-plugins-bad: Update packageconfigs and config flags
     new ef94ffe  gstreamer1.0-plugins-good: Backport patch for v4l2object videometa
     new 210c518  ptest-runner: Upgrade to minor version 2.0.2

The 19 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/buildhistory.bbclass                  |  50 ++++-
 meta/classes/staging.bbclass                       |   7 +-
 meta/classes/toaster.bbclass                       |  21 +-
 meta/classes/uninative.bbclass                     |   2 +-
 meta/lib/oe/buildhistory_analysis.py               | 109 +++++++++-
 meta/lib/oe/classutils.py                          |   2 +-
 meta/lib/oe/package_manager.py                     |   2 +-
 meta/lib/oe/sstatesig.py                           |  10 +
 meta/lib/oeqa/sdk/cases/buildcpio.py               |   2 +-
 meta/recipes-bsp/gnu-efi/gnu-efi_3.0.5.bb          |   5 +
 meta/recipes-connectivity/openssl/openssl.inc      |   4 +
 meta/recipes-core/musl/musl_git.bb                 |   2 +-
 meta/recipes-devtools/binutils/binutils-2.28.inc   |   2 +
 .../binutils/binutils/CVE-2017-6965.patch          | 124 +++++++++++
 .../binutils/binutils/CVE-2017-6966.patch          | 241 +++++++++++++++++++++
 .../mtd/mtd-utils/0001-Fix-build-with-musl.patch   |  15 +-
 .../mtd/mtd-utils/010-fix-rpmatch.patch            |  45 +++-
 .../mtd/mtd-utils/fix-armv7-neon-alignment.patch   |  21 +-
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |   3 +-
 .../python/python-2.7-manifest.inc                 |   4 +-
 .../python/python-3.5-manifest.inc                 |   4 +-
 ...1-Add-fallback-fopencookie-implementation.patch |  60 +++--
 ...es-to-internal-fopencookie-implementation.patch | 104 +++++++++
 meta/recipes-extended/libsolv/libsolv_0.6.26.bb    |   6 +-
 meta/recipes-extended/logrotate/logrotate_3.9.1.bb |  17 +-
 .../gstreamer/gstreamer1.0-plugins-bad.inc         |  13 +-
 ...Also-add-videometa-if-there-is-padding-to.patch |  35 +++
 .../gstreamer/gstreamer1.0-plugins-good_1.10.4.bb  |   1 +
 .../{ptest-runner_2.0.bb => ptest-runner_2.0.2.bb} |   4 +-
 scripts/buildhistory-diff                          |  13 +-
 scripts/contrib/python/generate-manifest-2.7.py    |   5 +-
 scripts/contrib/python/generate-manifest-3.5.py    |   5 +-
 32 files changed, 850 insertions(+), 88 deletions(-)
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6965.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/CVE-2017-6966.patch
 create mode 100644 meta/recipes-extended/libsolv/libsolv/0002-Fixes-to-internal-fopencookie-implementation.patch
 create mode 100644 meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-good/0001-v4l2object-Also-add-videometa-if-there-is-padding-to.patch
 rename meta/recipes-support/ptest-runner/{ptest-runner_2.0.bb => ptest-runner_2.0.2.bb} (89%)

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


More information about the Openembedded-commits mailing list