[oe-commits] Peter Kjellerstedt : pybootchartgui: Import pybootchartgui 0.14.5

git at git.openembedded.org git at git.openembedded.org
Mon Nov 18 12:44:53 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: 6f1568e54a7808b2ab568618fc5bb244249579f1
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6f1568e54a7808b2ab568618fc5bb244249579f1

Author: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Date:   Fri Nov 15 18:08:50 2013 +0100

pybootchartgui: Import pybootchartgui 0.14.5

This update the pybootchartgui code to the latest release from its new
location at "https://github.com/mmeeks/bootchart". This only imports
the relevant parts, and not all of bootchart2.

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 scripts/pybootchartgui/AUTHORS                     |  10 +-
 scripts/pybootchartgui/COPYING                     | 912 +++++++--------------
 scripts/pybootchartgui/MAINTAINERS                 |   3 +
 scripts/pybootchartgui/NEWS                        | 204 +++++
 .../pybootchartgui/{README => README.pybootchart}  |  19 +-
 scripts/pybootchartgui/pybootchartgui.py           |  16 +
 scripts/pybootchartgui/pybootchartgui/batch.py     |  53 +-
 scripts/pybootchartgui/pybootchartgui/draw.py      | 710 +++++++++++++---
 scripts/pybootchartgui/pybootchartgui/gui.py       | 594 ++++++++------
 scripts/pybootchartgui/pybootchartgui/main.py      |  79 +-
 scripts/pybootchartgui/pybootchartgui/main.py.in   | 171 ++++
 scripts/pybootchartgui/pybootchartgui/parsing.py   | 791 ++++++++++++++----
 .../pybootchartgui/pybootchartgui/process_tree.py  | 126 +--
 scripts/pybootchartgui/pybootchartgui/samples.py   | 226 +++--
 .../pybootchartgui/tests/parser_test.py            |  82 +-
 .../pybootchartgui/tests/process_tree_test.py      |  30 +-
 16 files changed, 2563 insertions(+), 1463 deletions(-)

Diff:   http://git.openembedded.org/?p=openembedded-core.git/?a=commitdiff;h=6f1568e54a7808b2ab568618fc5bb244249579f1


More information about the Openembedded-commits mailing list