pybootchartgui: Import pybootchartgui 0.14.5
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>
Fri, 15 Nov 2013 17:08:50 +0000 (18:08 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Nov 2013 12:44:06 +0000 (12:44 +0000)
commit02c7cd1beb4a95a0c95aa37bd8f6143fcd3bdcb6
tree5626b4b02f6dc5aa5ca091dc754c0d67e0bf681a
parenta3dbdb9e2d703a13ce821f794e839c1e22908eb9
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.

(From OE-Core rev: 6f1568e54a7808b2ab568618fc5bb244249579f1)

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
16 files changed:
scripts/pybootchartgui/AUTHORS
scripts/pybootchartgui/COPYING
scripts/pybootchartgui/MAINTAINERS [new file with mode: 0644]
scripts/pybootchartgui/NEWS [new file with mode: 0644]
scripts/pybootchartgui/README.pybootchart [moved from scripts/pybootchartgui/README with 61% similarity]
scripts/pybootchartgui/pybootchartgui.py
scripts/pybootchartgui/pybootchartgui/batch.py
scripts/pybootchartgui/pybootchartgui/draw.py
scripts/pybootchartgui/pybootchartgui/gui.py
scripts/pybootchartgui/pybootchartgui/main.py [changed from file to symlink]
scripts/pybootchartgui/pybootchartgui/main.py.in [new file with mode: 0644]
scripts/pybootchartgui/pybootchartgui/parsing.py
scripts/pybootchartgui/pybootchartgui/process_tree.py
scripts/pybootchartgui/pybootchartgui/samples.py
scripts/pybootchartgui/pybootchartgui/tests/parser_test.py
scripts/pybootchartgui/pybootchartgui/tests/process_tree_test.py