]> code.ossystems Code Review - openembedded-core.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:40:46 +0000 (12:40 +0000)
commit6f1568e54a7808b2ab568618fc5bb244249579f1
treebb16107b7fd8a3be426b0841da058c620374b4f1
parent3cfce710faf82024c5d8973fe83a125d0375309b
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@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