[oe-commits] [openembedded-core] branch master updated (a15ec97 -> cbc396d)

git at git.openembedded.org git at git.openembedded.org
Mon Sep 18 10:07:57 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 a15ec97  linux-yocto/4.9: bluetooth: CVE-2017-1000251
     add 2a69250  wic: accept '-' in bitbake variables
     new 4aab5f3  ovmf: fix do_compile error when len(tmp)=410
     new 830dbd6  devtool: rework source extraction so that dependencies are handled
     new 4e9a0be  devtool: ensure recipes devtool is working on are unlocked within the eSDK
     new 4fd741b  blktrace: Add HOMEPAGE info into recipe file.
     new 56e8fab  libgudev: Add HOMEPAGE info into recipe file.
     new 6499af3  libnotify: Add HOMEPAGE info into recipe file.
     new a082943  libxml-namespacesupport-perl: Add HOMEPAGE info into recipe file.
     new 8ce40a2  libxml-perl: Add HOMEPAGE info into recipe file.
     new 6db253c  minicom: Add HOMEPAGE info into recipe file.
     new 1862954  sysprof: Add HOMEPAGE info into recipe file.
     new 1afcd46  tcp-wrappers: Add HOMEPAGE info into recipe file.
     new b65736e  bitbake.conf: Add default FILESYSTEM_PERMS_TABLES
     new 8627329  e2fsprogs: set dir's mode correctly
     new f2c809b  systemd-machine-units: update LIC_FILES_CHKSUM
     new 02457ef  useradd: don't override pseudo environment
     new 1a159da  libproxy: use stable download URL
     new ff1ef93  logrotate: use stable download URL
     new 9c668f9  oeqa/selftest/recipetool: use stable tarball for recipetool create test
     new ec1c18d  gcc-6.3.inc: Use ucontext_t not struct ucontext.
     new af7c8f8  attr: Backports to fix exported headers
     new 17dbfd9  ruby: CVE-2017-14064
     new 2930515  scripts/oe-build-perf-report: fix dumping buildstats
     new 25351c7  scripts/oe-build-perf-report: add AggregateTestData class
     new cbeb1fb  scripts/oe-build-perf-report: fix handling of --history-length
     new 3c07f1f  scripts/oe-build-perf-report: use --hostname in --list
     new a28284f  scripts/oe-build-perf-report: remove dead code
     new 46312fd  scripts/oe-build-perf-report: provide valid title in the html report
     new 10883bb  scripts/oe-build-perf-report: tidy up html syntax
     new 8a2cd9a  scripts/buildstats-diff: move code to lib/buildstats.py
     new ddd9443  scripts/oe-build-perf-report: summary of task resource usage
     new 2f8942d  scripts/buildstats-diff: move more code to lib/buildstats.py
     new 46eb839  scripts/oe-build-perf-report: show recipe version changes in html report
     new 0398f84  binutils: apply mingw fix only for binutils-cross-canadian
     new 0c4259d  useradd.bbclass: Unify writing of script file in useradd_sysroot_sstate()
     new cbc396d  gawk: Enable native building

The 35 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/devtool-source.bbclass                | 165 ++++++++++
 meta/classes/package.bbclass                       |   4 +-
 meta/classes/populate_sdk_ext.bbclass              |   3 +
 meta/classes/sstate.bbclass                        |   9 +-
 meta/classes/useradd.bbclass                       |  11 +-
 meta/conf/bitbake.conf                             |   9 +
 meta/lib/oeqa/selftest/cases/devtool.py            |  10 +-
 meta/lib/oeqa/selftest/cases/recipetool.py         |  12 +-
 .../ovmf/0004-ovmf-enable-long-path-file.patch     |  18 ++
 meta/recipes-core/ovmf/ovmf_git.bb                 |   3 +-
 .../systemd/systemd-machine-units_1.0.bb           |   2 +-
 .../binutils/binutils-cross-canadian.inc           |   2 +
 meta/recipes-devtools/binutils/binutils.inc        |   1 -
 ...c-create_inode.c-set-dir-s-mode-correctly.patch |  41 +++
 .../recipes-devtools/e2fsprogs/e2fsprogs_1.43.5.bb |   1 +
 meta/recipes-devtools/gcc/gcc-6.3.inc              |   1 +
 .../gcc/gcc-6.3/0055-unwind_h-glibc26.patch        | 139 ++++++++
 meta/recipes-devtools/perl/libxml-perl_0.08.bb     |   1 +
 .../ruby/ruby/ruby-CVE-2017-14064.patch            |  87 +++++
 meta/recipes-devtools/ruby/ruby_2.4.1.bb           |   1 +
 meta/recipes-extended/gawk/gawk_4.1.4.bb           |   2 +-
 .../recipes-extended/logrotate/logrotate_3.12.3.bb |   6 +-
 meta/recipes-extended/minicom/minicom_2.7.1.bb     |   1 +
 .../perl/libxml-namespacesupport-perl_1.12.bb      |   1 +
 .../tcp-wrappers/tcp-wrappers_7.6.bb               |   1 +
 meta/recipes-gnome/libgudev/libgudev_231.bb        |   2 +-
 meta/recipes-gnome/libnotify/libnotify_0.7.7.bb    |   1 +
 meta/recipes-kernel/blktrace/blktrace_git.bb       |   1 +
 meta/recipes-kernel/sysprof/sysprof_3.24.1.bb      |   1 +
 .../attr/0001-Use-stdint-types-consistently.patch  |  69 ++++
 meta/recipes-support/attr/attr_2.4.47.bb           |   1 +
 meta/recipes-support/libproxy/libproxy_0.4.14.bb   |   7 +-
 scripts/buildstats-diff                            | 340 +++-----------------
 scripts/devtool                                    |  20 --
 scripts/lib/build_perf/html/report.html            | 116 +++++--
 scripts/lib/build_perf/report.py                   |   5 +-
 scripts/lib/buildstats.py                          | 349 +++++++++++++++++++++
 scripts/lib/devtool/__init__.py                    |  40 +++
 scripts/lib/devtool/standard.py                    | 217 ++++---------
 scripts/lib/devtool/upgrade.py                     |   9 +-
 scripts/lib/wic/misc.py                            |   2 +-
 scripts/oe-build-perf-report                       | 138 +++++---
 42 files changed, 1292 insertions(+), 557 deletions(-)
 create mode 100644 meta/classes/devtool-source.bbclass
 create mode 100644 meta/recipes-core/ovmf/ovmf/0004-ovmf-enable-long-path-file.patch
 create mode 100644 meta/recipes-devtools/e2fsprogs/e2fsprogs/0001-misc-create_inode.c-set-dir-s-mode-correctly.patch
 create mode 100644 meta/recipes-devtools/gcc/gcc-6.3/0055-unwind_h-glibc26.patch
 create mode 100644 meta/recipes-devtools/ruby/ruby/ruby-CVE-2017-14064.patch
 create mode 100644 meta/recipes-support/attr/attr/0001-Use-stdint-types-consistently.patch
 create mode 100644 scripts/lib/buildstats.py

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


More information about the Openembedded-commits mailing list