[oe-commits] [openembedded-core] branch master updated (b17f91e -> fe59795)

git at git.openembedded.org git at git.openembedded.org
Tue Jul 12 22:11:11 UTC 2016


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

      from  b17f91e   tune-ppce500mc.inc: pass -mcpu=e500mc for ppce500mc kernel compile
       new  3164db2   musl: Update to v1.1.15 release
       new  37e8b6e   binutils: Upgrade to 2.26.1
       new  78ab1e7   glibc: Upgrade to latest tip of master
       new  61f73ae   glibc: add more Imagination Meta relocation to elf.h
       new  2f6e420   libgcc: remove duplicate configure options
       new  658d9a7   gcc: add runtime packages to RRECOMMENDS
       new  b8d5b41   gcc-runtime: add SUMMARY values
       new  5d644f5   gcc: CVE-2016-4490
       new  5c21fd5   linux-yocto-dev: Handle performance regression
       new  61fe784   mtd-utils: build also for nativesdk
       new  eccd082   wget: 1.17.1 -> 1.18
       new  3feb1b0   libpcre: 8.38 -> 8.39
       new  55fea8e   gmp: 6.1.0 -> 6.1.1
       new  362ba28   debianutils: 4.7 -> 4.8
       new  dc80bf9   tzdata: update to 2016f
       new  29377fa   tzcode-native: update to 2016f
       new  43c2dcb   file: 5.27 -> 5.28
       new  f9ac2c3   gtk+3: update 0003-Add-disable-opengl-configure-option.patch
       new  b2ca252   devtool: update-recipe: fix --initial-rev option
       new  47822a2   devtool: reset: allow reset to work if the recipe file has been deleted
       new  ffd295f   devtool: return specific exit code for incompatible recipes
       new  8fc109f   scripts/contrib/devtool-stress: skip incompatible recipes
       new  b2cf098   scripts/contrib/devtool-stress: exclude more recipes by default
       new  0d0864a   graph-tool: convert to python3
       new  7998dc3   recipetool: create: fix handling of github URLs
       new  7135000   recipetool: create: support specifying a file as the local source
       new  7f4d7a6   lib/oe/patch: handle encoding differences in patch files
       new  35d36a4   buildstats-summary: round the floating point percentage
       new  64c307c   python3: Add dependencies for python3-misc
       new  824fa3f   python3-native: Add "io" to rprovides
       new  fe59795   python3: Add compression to python3-shell dependencies

The 31 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/buildstats-summary.bbclass            |   6 +-
 meta/classes/libc-package.bbclass                  |   4 +-
 meta/lib/oe/patch.py                               | 100 ++++---
 .../glibc/cross-localedef-native_2.24.bb           |   2 +-
 meta/recipes-core/glibc/glibc/elf-meta.patch       |  32 +++
 meta/recipes-core/glibc/glibc_2.24.bb              |   3 +-
 meta/recipes-core/musl/musl_git.bb                 |   4 +-
 meta/recipes-devtools/binutils/binutils-2.26.inc   |   3 +-
 ...ISA-override-not-lifting-ABI-restrictions.patch | 273 -------------------
 meta/recipes-devtools/file/file/host-file.patch    |  32 ---
 .../file/{file_5.27.bb => file_5.28.bb}            |   3 +-
 meta/recipes-devtools/gcc/gcc-6.1.inc              |   1 +
 .../gcc/gcc-6.1/CVE-2016-4490.patch                | 290 +++++++++++++++++++++
 meta/recipes-devtools/gcc/gcc-runtime.inc          |  27 ++
 meta/recipes-devtools/gcc/gcc-target.inc           |  19 ++
 meta/recipes-devtools/gcc/libgcc-common.inc        |   7 -
 meta/recipes-devtools/mtd/mtd-utils_git.bb         |   2 +-
 .../python/python-3.5-manifest.inc                 |   2 +-
 .../python/python3-native_3.5.1.bb                 |   2 +-
 meta/recipes-devtools/python/python3_3.5.1.bb      |   2 +-
 ...code-native_2016e.bb => tzcode-native_2016f.bb} |   8 +-
 .../tzdata/{tzdata_2016e.bb => tzdata_2016f.bb}    |   4 +-
 .../wget/{wget_1.17.1.bb => wget_1.18.bb}          |   4 +-
 .../0003-Add-disable-opengl-configure-option.patch | 184 ++++++++++---
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   7 +-
 .../{debianutils_4.7.bb => debianutils_4.8.bb}     |   6 +-
 ...user-provided-flags-to-the-auto-detected-.patch |   0
 .../gmp/{gmp-6.1.0 => gmp-6.1.1}/amd64.patch       |   0
 .../{gmp-6.1.0 => gmp-6.1.1}/use-includedir.patch  |   0
 .../gmp/{gmp_6.1.0.bb => gmp_6.1.1.bb}             |   4 +-
 .../libpcre/libpcre/CVE-2016-3191.patch            | 174 -------------
 .../libpcre/{libpcre_8.38.bb => libpcre_8.39.bb}   |   7 +-
 scripts/contrib/devtool-stress.py                  |  59 +++--
 scripts/contrib/graph-tool                         |   4 +-
 scripts/contrib/python/generate-manifest-3.5.py    |   2 +-
 scripts/devtool                                    |   2 +-
 scripts/lib/devtool/__init__.py                    |   5 +-
 scripts/lib/devtool/standard.py                    |  35 +--
 scripts/lib/recipetool/create.py                   |  17 +-
 39 files changed, 691 insertions(+), 645 deletions(-)
 create mode 100644 meta/recipes-core/glibc/glibc/elf-meta.patch
 delete mode 100644 meta/recipes-devtools/binutils/binutils/MIPS-GAS-Fix-an-ISA-override-not-lifting-ABI-restrictions.patch
 delete mode 100644 meta/recipes-devtools/file/file/host-file.patch
 rename meta/recipes-devtools/file/{file_5.27.bb => file_5.28.bb} (94%)
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.1/CVE-2016-4490.patch
 rename meta/recipes-extended/tzcode/{tzcode-native_2016e.bb => tzcode-native_2016f.bb} (69%)
 rename meta/recipes-extended/tzdata/{tzdata_2016e.bb => tzdata_2016f.bb} (98%)
 rename meta/recipes-extended/wget/{wget_1.17.1.bb => wget_1.18.bb} (53%)
 rename meta/recipes-support/debianutils/{debianutils_4.7.bb => debianutils_4.8.bb} (86%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/0001-Append-the-user-provided-flags-to-the-auto-detected-.patch (100%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/amd64.patch (100%)
 rename meta/recipes-support/gmp/{gmp-6.1.0 => gmp-6.1.1}/use-includedir.patch (100%)
 rename meta/recipes-support/gmp/{gmp_6.1.0.bb => gmp_6.1.1.bb} (87%)
 delete mode 100644 meta/recipes-support/libpcre/libpcre/CVE-2016-3191.patch
 rename meta/recipes-support/libpcre/{libpcre_8.38.bb => libpcre_8.39.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