From 3d78bc19c5b63541fd45dad7580ade55ba512764 Mon Sep 17 00:00:00 2001 From: Robert Yang Date: Wed, 6 Jun 2012 13:52:43 +0800 Subject: pybootchartgui: add the original code This is from: http://pybootchartgui.googlecode.com/files/pybootchartgui-r124.tar.gz Will modify it to make the build profiling in pictures. Remove the examples since they would not work any more, and they cost much disk space. [YOCTO #2403] (From OE-Core rev: 1f0791109e1aed715f02945834d6d7fdb9a411b4) Signed-off-by: Robert Yang Signed-off-by: Richard Purdie --- scripts/pybootchartgui/pybootchartgui.py | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scripts/pybootchartgui/pybootchartgui.py (limited to 'scripts/pybootchartgui/pybootchartgui.py') diff --git a/scripts/pybootchartgui/pybootchartgui.py b/scripts/pybootchartgui/pybootchartgui.py new file mode 100755 index 0000000000..f301027805 --- /dev/null +++ b/scripts/pybootchartgui/pybootchartgui.py @@ -0,0 +1,7 @@ +#!/usr/bin/python + +import sys +from pybootchartgui.main import main + +if __name__ == '__main__': + sys.exit(main()) -- cgit v1.2.3-54-g00ecf