summaryrefslogtreecommitdiffstats
path: root/scripts/pybootchartgui
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt@axis.com>2014-01-21 16:22:32 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-23 10:17:33 +0000
commitea27845a67651ef832b2149411c5a2e3104abec7 (patch)
treeae544e4ee3bca8fc1240afab2458465f5b095a20 /scripts/pybootchartgui
parent34a5d1e9cd7df1fb46431ffda2371f5772a4eaf9 (diff)
downloadpoky-ea27845a67651ef832b2149411c5a2e3104abec7.tar.gz
pybootchartgui: Correct the legend
(From OE-Core rev: 1ca2e1a2ae3dc4d1e62a9daf25df588ec27a195a) Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/pybootchartgui')
-rw-r--r--scripts/pybootchartgui/pybootchartgui/draw.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/pybootchartgui/pybootchartgui/draw.py b/scripts/pybootchartgui/pybootchartgui/draw.py
index 299cced741..4a2ffd79e1 100644
--- a/scripts/pybootchartgui/pybootchartgui/draw.py
+++ b/scripts/pybootchartgui/pybootchartgui/draw.py
@@ -420,7 +420,7 @@ def render_processes_chart(ctx, options, trace, curr_y, w, h, sec_w):
420 draw_legend_box (ctx, "Install", \ 420 draw_legend_box (ctx, "Install", \
421 TASK_COLOR_INSTALL, off_x+240, curr_y + 45, leg_s) 421 TASK_COLOR_INSTALL, off_x+240, curr_y + 45, leg_s)
422 draw_legend_box (ctx, "Populate Sysroot", \ 422 draw_legend_box (ctx, "Populate Sysroot", \
423 TASK_COLOR_SYSROOT, off_x+480, curr_y + 45, leg_s) 423 TASK_COLOR_SYSROOT, off_x+360, curr_y + 45, leg_s)
424 draw_legend_box (ctx, "Package", \ 424 draw_legend_box (ctx, "Package", \
425 TASK_COLOR_PACKAGE, off_x+480, curr_y + 45, leg_s) 425 TASK_COLOR_PACKAGE, off_x+480, curr_y + 45, leg_s)
426 draw_legend_box (ctx, "Package Write", 426 draw_legend_box (ctx, "Package Write",