[oe-commits] [openembedded-core] branch master-next updated (11063a0 -> 518e8d0)

git at git.openembedded.org git at git.openembedded.org
Wed Dec 7 12:25:29 UTC 2016


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

      from  11063a0   ruby: upgrade to 2.3.1
      adds  303a1aa   scripts/send-pull-request: Avoid multiple chain headers
      adds  7df570c   parselogs.py: Whitelist iwlwifi firmware load error messages
      adds  5cc5cdc   parselogs: Whitelist GPT warnings as the device is fully functional
      adds  6f4e818   buildstats: add system state sampling
      adds  b6bb690   pybootchartgui/draw.py: allow moving process chart up and down
      adds  166f8f9   pybootchartgui/draw.py: fix drawing of samples not starting at zero
      adds  233d3e5   pybootchartgui: show system utilization
      adds  1658fd5   pybootchartgui/draw.py: skip empty CPU and disk usage charts
      adds  21a5b56   buildstats: record disk space usage
      adds  ddfea21   pybootchartgui/parsing.py: fix error handling in meminfo parser
      adds  263d189   pybootchartgui: render disk space usage
      adds  ca06e67   pybootchartgui: simplify drawing of memory usage
      adds  b178123   buildstats: reduce amount of data stored for system utilization
      adds  b5e47df   pybootchartgui: support reading reduced /proc logs
      adds  530119e   strace: 4.13 -> 4.14
      adds  911fb53   man-pages: 4.07 -> 4.08
      adds  5610c63   tune-cortexa*.inc: squash whitespace within TUNE_FEATURES strings
      adds  b645919   run-postinsts: Use opkg/dpkg to configure when possible
      adds  f0c75fe   python3-setuptools: upgrade to 29.0.1
      adds  0677c5b   ffmpeg: Add packageconfig for vdpau accelaration
      adds  53126f0   libarchive: enable non-recursive extract/list
      adds  59c724d   arch-mips: sort new MACHINEOVERRIDES by priority
      adds  64148a3   kernel.bbclass: let do_deploy depend on do_packagedata
      adds  0df38df   python3-native: Add python3-modules to RPROVIDES list
      adds  963d949   git: upgrade to 2.11.0
      adds  a718c84   diffutils: 3.4 -> 3.5
      adds  3bca4d1   selftest: wic: fix test_qemu
      adds  b5e43be   linux-yocto/4.8: update to v4.8.10
      adds  27c53cb   linux-yocto-dev: update to 4.9-rcX
      adds  0fd7da7   kern-tools: fix processing for no branch meta-data
      adds  476ffd5   kernel-yocto: exit on non-zero return code
       new  68258f8   staging: Drop unused SYSROOT_LOCK
       new  518e8d0   attr: Convert SSTATEPOSTINSTFUNCS to a do_install_append

The 2 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.bbclass                    |  24 +++
 meta/classes/kernel-yocto.bbclass                  |   1 -
 meta/classes/kernel.bbclass                        |   2 +-
 meta/classes/staging.bbclass                       |   1 -
 meta/conf/machine/include/mips/arch-mips.inc       |  16 +-
 meta/conf/machine/include/tune-cortexa15.inc       |  32 ++--
 meta/conf/machine/include/tune-cortexa17.inc       |  32 ++--
 meta/conf/machine/include/tune-cortexa5.inc        |  24 +--
 meta/conf/machine/include/tune-cortexa7.inc        |  32 ++--
 meta/conf/machine/include/tune-cortexa8.inc        |  24 +--
 meta/conf/machine/include/tune-cortexa9.inc        |  36 ++--
 meta/conf/machine/qemux86-64.conf                  |   2 +-
 meta/lib/buildstats.py                             | 153 ++++++++++++++++
 meta/lib/oeqa/runtime/parselogs.py                 |   6 +-
 meta/lib/oeqa/selftest/wic.py                      |   3 +-
 meta/recipes-devtools/git/git_2.11.0.bb            |  11 ++
 meta/recipes-devtools/git/git_2.9.3.bb             |  11 --
 meta/recipes-devtools/python/python-setuptools.inc |   4 +-
 ...tools_28.8.0.bb => python-setuptools_29.0.1.bb} |   0
 .../python/python3-native_3.5.2.bb                 |   1 +
 ...ools_28.8.0.bb => python3-setuptools_29.0.1.bb} |   0
 .../run-postinsts/run-postinsts/run-postinsts      |  10 +-
 .../strace/{strace_4.13.bb => strace_4.14.bb}      |   4 +-
 ...need_charset_alias-when-building-for-musl.patch |   0
 .../{diffutils-3.4 => diffutils-3.5}/run-ptest     |   0
 .../{diffutils_3.4.bb => diffutils_3.5.bb}         |   4 +-
 .../files/non-recursive-extract-and-list.patch     | 153 ++++++++++++++++
 .../libarchive/libarchive_3.2.2.bb                 |   1 +
 .../{man-pages_4.07.bb => man-pages_4.08.bb}       |   4 +-
 .../kern-tools/kern-tools-native_git.bb            |   2 +-
 meta/recipes-kernel/linux/linux-yocto-dev.bb       |   2 +-
 meta/recipes-kernel/linux/linux-yocto-rt_4.8.bb    |   6 +-
 meta/recipes-kernel/linux/linux-yocto-tiny_4.8.bb  |   6 +-
 meta/recipes-kernel/linux/linux-yocto_4.8.bb       |  20 +--
 meta/recipes-multimedia/ffmpeg/ffmpeg_3.2.1.bb     |   1 +
 meta/recipes-support/attr/ea-acl.inc               |  47 +++--
 scripts/pybootchartgui/pybootchartgui/draw.py      | 192 ++++++++++++++-------
 scripts/pybootchartgui/pybootchartgui/parsing.py   | 122 +++++++++++--
 scripts/pybootchartgui/pybootchartgui/samples.py   |  27 +++
 scripts/send-pull-request                          |   9 +-
 40 files changed, 774 insertions(+), 251 deletions(-)
 create mode 100644 meta/lib/buildstats.py
 create mode 100644 meta/recipes-devtools/git/git_2.11.0.bb
 delete mode 100644 meta/recipes-devtools/git/git_2.9.3.bb
 rename meta/recipes-devtools/python/{python-setuptools_28.8.0.bb => python-setuptools_29.0.1.bb} (100%)
 rename meta/recipes-devtools/python/{python3-setuptools_28.8.0.bb => python3-setuptools_29.0.1.bb} (100%)
 rename meta/recipes-devtools/strace/{strace_4.13.bb => strace_4.14.bb} (91%)
 rename meta/recipes-extended/diffutils/{diffutils-3.4 => diffutils-3.5}/0001-Unset-need_charset_alias-when-building-for-musl.patch (100%)
 rename meta/recipes-extended/diffutils/{diffutils-3.4 => diffutils-3.5}/run-ptest (100%)
 rename meta/recipes-extended/diffutils/{diffutils_3.4.bb => diffutils_3.5.bb} (87%)
 create mode 100644 meta/recipes-extended/libarchive/files/non-recursive-extract-and-list.patch
 rename meta/recipes-extended/man-pages/{man-pages_4.07.bb => man-pages_4.08.bb} (86%)

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


More information about the Openembedded-commits mailing list