From 3f611895c7caaacba084d5442a5953c8977641f3 Mon Sep 17 00:00:00 2001 From: Alexandru DAMIAN Date: Thu, 5 Dec 2013 14:34:55 +0000 Subject: bitbake: toaster: Add more information for tasks in Simple UI This patch adds more information about Tasks in the Simple UI: * all local file system information is not listed in a single column, showing the common relationship * adding the display for the location of the task source * we display the work directory for each task (Bitbake rev: b102af0b7ebd2f06d6352b834ea083e959c21b0f) Signed-off-by: Alexandru DAMIAN Signed-off-by: Richard Purdie --- bitbake/lib/toaster/bldviewer/templates/task.html | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'bitbake/lib') diff --git a/bitbake/lib/toaster/bldviewer/templates/task.html b/bitbake/lib/toaster/bldviewer/templates/task.html index 6a9979e533..de965ab797 100644 --- a/bitbake/lib/toaster/bldviewer/templates/task.html +++ b/bitbake/lib/toaster/bldviewer/templates/task.html @@ -14,12 +14,11 @@ Checksum Outcome Message - Logfile Time CPU usage Disk I/O Script type - File path + Filesystem Depends @@ -40,12 +39,17 @@ {{task.sstate_checksum}} {{task.get_outcome_display}}{% if task.provider %}
(by {{task.provider.recipe.name}}.{{task.provider.task_name}}){% endif %}

{{task.message}} - {{task.logfile}} {{task.elapsed_time}} {{task.cpu_usage}} {{task.disk_io}} {{task.get_script_type_display}} - {{task.recipe.file_path}} + + + + + +
Recipe{{task.recipe.file_path}}
Source{{task.file_name}}:{{task.line_number}}
Workdir{{task.work_directory}}
Log{{task.logfile}}
+

{% for tt in task.task_dependencies_task.all %} -- cgit v1.2.3-54-g00ecf