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 <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Robert Yang
2012-06-06 13:52:43 +08:00
committed by Richard Purdie
parent bc19f8bc9c
commit 3d78bc19c5
14 changed files with 2207 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/usr/bin/python
import sys
from pybootchartgui.main import main
if __name__ == '__main__':
sys.exit(main())