]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
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)
commitd0e513d4371789d59bcb902497ca7c537a94c1f0
tree1542d41042ac935aaaa9f6735170ffd8f9044c87
parenta52c9b9a76371ac3f29b0355fea08b788eb2dd10
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