Files
poky/scripts
Richard Purdie 020911ab59 scripts/pybootchart: Port to python3
This updates the pybootchart code (used for viewing build timing profiles)
to use python3. The bulk of the changes are to use gi instead of pygtk, i.e.
port from gtk+2 to gtk+3.

The main change is to make the bootchart widget inherit gtk.Scrollable
and change the way the scrollbars are implemented to match the new method
upstream. The drawing code used cairo already so can remain unchanged,

(From OE-Core rev: 949144681ad7f536732169351cab6d0612e9c566)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2019-05-08 22:56:45 +01:00
..
2018-07-26 13:16:40 +01:00
2016-06-01 12:47:10 +01:00
2019-03-06 23:12:27 +00:00
2019-04-25 00:05:20 +01:00
2019-05-07 10:12:53 +01:00

This directory contains Various useful scripts for working with OE builds