[oe-commits] [openembedded-core] branch master updated (e788fb2 -> 3b7111b)

git at git.openembedded.org git at git.openembedded.org
Sat Apr 1 22:29:03 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 e788fb2  kernel.bbclass: introduce INITRAMFS_IMAGE_NAME
     add 97b2a20  dpkg: Add PACKAGECONFIG for liblzma and enable it
     add ae13f58  python: remove stale link to "Python for Embedded Systems Site"
     add 46c757d  ncurses_6.0: Improve reproducibility
     add b007eb1  binutils: Detect 64bit mips target for gold
     add 3b25404  scripts: add oe-build-perf-report script
     add 9e97ff1  scripts/contrib: add oe-build-perf-report-email
     add 443d2d3  autoconf: Adjust shebang lines to remove interpreter path hardcode
     add 3b7111b  automake: Adjust shebang lines to remove interpreter path hardcode

No new revisions were added by this update.

Summary of changes:
 .../ncurses/files/configure-reproducible.patch     |  20 +
 meta/recipes-core/ncurses/ncurses_6.0+20161126.bb  |   1 +
 meta/recipes-devtools/autoconf/autoconf.inc        |   7 +-
 ...tion-in-shebangs-with-modern-use-warnings.patch | 120 +++++
 meta/recipes-devtools/autoconf/autoconf_2.69.bb    |   1 +
 ...tion-in-shebangs-with-modern-use-warnings.patch |  99 ++++
 meta/recipes-devtools/automake/automake_1.15.bb    |  13 +-
 meta/recipes-devtools/binutils/binutils-2.28.inc   |   1 +
 .../binutils/0016-Detect-64-bit-MIPS-targets.patch |  50 ++
 meta/recipes-devtools/dpkg/dpkg.inc                |   8 +-
 .../python/python-2.7-manifest.inc                 |   1 -
 .../python/python-3.5-manifest.inc                 |   1 -
 .../python/python-native-2.7-manifest.inc          |   1 -
 .../python/python-native-3.5-manifest.inc          |   1 -
 scripts/contrib/oe-build-perf-report-email.py      | 266 +++++++++++
 scripts/contrib/python/generate-manifest-2.7.py    |   1 -
 scripts/contrib/python/generate-manifest-3.5.py    |   1 -
 scripts/lib/build_perf/__init__.py                 |  31 ++
 .../__init__.py => scripts/lib/build_perf/html.py  |  18 +-
 scripts/lib/build_perf/html/measurement_chart.html |  50 ++
 scripts/lib/build_perf/html/report.html            | 209 ++++++++
 scripts/lib/build_perf/report.py                   | 342 +++++++++++++
 scripts/lib/build_perf/scrape-html-report.js       |  56 +++
 scripts/oe-build-perf-report                       | 531 +++++++++++++++++++++
 24 files changed, 1807 insertions(+), 22 deletions(-)
 create mode 100644 meta/recipes-core/ncurses/files/configure-reproducible.patch
 create mode 100644 meta/recipes-devtools/autoconf/autoconf/autoconf-replace-w-option-in-shebangs-with-modern-use-warnings.patch
 create mode 100644 meta/recipes-devtools/automake/automake/automake-replace-w-option-in-shebangs-with-modern-use-warnings.patch
 create mode 100644 meta/recipes-devtools/binutils/binutils/0016-Detect-64-bit-MIPS-targets.patch
 create mode 100755 scripts/contrib/oe-build-perf-report-email.py
 create mode 100644 scripts/lib/build_perf/__init__.py
 copy meta/lib/oeqa/buildperf/__init__.py => scripts/lib/build_perf/html.py (58%)
 create mode 100644 scripts/lib/build_perf/html/measurement_chart.html
 create mode 100644 scripts/lib/build_perf/html/report.html
 create mode 100644 scripts/lib/build_perf/report.py
 create mode 100644 scripts/lib/build_perf/scrape-html-report.js
 create mode 100755 scripts/oe-build-perf-report

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


More information about the Openembedded-commits mailing list