[oe-commits] [openembedded-core] branch master-next updated (a15ec97 -> 211de89)

git at git.openembedded.org git at git.openembedded.org
Sun Sep 17 23:05:53 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 a15ec97  linux-yocto/4.9: bluetooth: CVE-2017-1000251
     new 2a69250  wic: accept '-' in bitbake variables
     new 736e0d0  wic: allow multiple /boot partitions with different content
     new d26a87c  ovmf: fix do_compile error when len(tmp)=410
     new 6fad920  devtool: rework source extraction so that dependencies are handled
     new a84b42f  devtool: ensure recipes devtool is working on are unlocked within the eSDK
     new 615cdb9  blktrace: Add HOMEPAGE info into recipe file.
     new a3f4879  libgudev: Add HOMEPAGE info into recipe file.
     new 1ef63d7  libnotify: Add HOMEPAGE info into recipe file.
     new f38a32f  libxml-namespacesupport-perl: Add HOMEPAGE info into recipe file.
     new 1f0f97a  libxml-perl: Add HOMEPAGE info into recipe file.
     new d04a102  minicom: Add HOMEPAGE info into recipe file.
     new f11567c  sysprof: Add HOMEPAGE info into recipe file.
     new 3b9d415  tcp-wrappers: Add HOMEPAGE info into recipe file.
     new aba1f31  bitbake.conf: Add default FILESYSTEM_PERMS_TABLES
     new 7909b8a  e2fsprogs: set dir's mode correctly
     new 6c3f1d1  systemd-machine-units: update LIC_FILES_CHKSUM
     new eb18308  useradd: don't override pseudo environment
     new 4a20393  libproxy: use stable download URL
     new 0d3572a  logrotate: use stable download URL
     new 04281f8  oeqa/selftest/recipetool: use stable tarball for recipetool create test
     new d9fff98  gcc-6.3.inc: Use ucontext_t not struct ucontext.
     new bef752a  attr: Backports to fix exported headers
     new c6a465b  ruby: CVE-2017-14064
     new 5d32c1e  scripts/oe-build-perf-report: fix dumping buildstats
     new 9851ca7  scripts/oe-build-perf-report: add AggregateTestData class
     new 637ea85  scripts/oe-build-perf-report: fix handling of --history-length
     new 846a0a3  scripts/oe-build-perf-report: use --hostname in --list
     new 5113b91  scripts/oe-build-perf-report: remove dead code
     new c7d196e  scripts/oe-build-perf-report: provide valid title in the html report
     new 4c21cae  scripts/oe-build-perf-report: tidy up html syntax
     new 74bf00b  scripts/buildstats-diff: move code to lib/buildstats.py
     new 79fa5c4  scripts/oe-build-perf-report: summary of task resource usage
     new aa54aca  scripts/buildstats-diff: move more code to lib/buildstats.py
     new e39dbda  scripts/oe-build-perf-report: show recipe version changes in html report
     new ec8ab0b  binutils: apply mingw fix only for binutils-cross-canadian
     new fd1e2cf  useradd.bbclass: Unify writing of script file in useradd_sysroot_sstate()
     new 211de89  gawk: Enable native building

The 37 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 +-
 .../lib/wic/plugins/source/bootimg-partition.py    |  17 +-
 scripts/oe-build-perf-report                       | 138 +++++---
 43 files changed, 1305 insertions(+), 561 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