summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/task.html
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2014-04-08 03:26:12 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-04-09 17:00:02 +0100
commitefa4a98fe4cea73fb8709d205230046e2a546bbf (patch)
tree02775051096ce909cb277ffd71fecd9b8606618b /bitbake/lib/toaster/toastergui/templates/task.html
parentd3e5632efb1f10143c748c169f6439f39eb3cf21 (diff)
downloadast2050-yocto-poky-efa4a98fe4cea73fb8709d205230046e2a546bbf.zip
ast2050-yocto-poky-efa4a98fe4cea73fb8709d205230046e2a546bbf.tar.gz
bitbake: toaster: add URI search path list
Display the URI paths from SSTATE_DIR and SSTATE_MIRRORS in the Task page. [YOCTO #5996] (Bitbake rev: 6d07b531736c2b304da2dfe661239fd3612b0541) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Alexandru DAMIAN <alexandru.damian@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/task.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/task.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html
index 66a6695..4555999 100644
--- a/bitbake/lib/toaster/toastergui/templates/task.html
+++ b/bitbake/lib/toaster/toastergui/templates/task.html
@@ -172,7 +172,7 @@
<i class="icon-question-sign get-help" title="The locations searched for the above file (i.e. your <code>sstate-cache</code> directory and any mirrors you have set up)"></i>
URI(s) searched
</dt>
- <dd><code>{{task.work_directory}}</code></dd>
+ <dd><ul>{% for uri in uri_list %}<li><code>{{uri}}</code></li>{% endfor %}</ul></dd>
</dl>
{% endif %}
{% if task.sstate_result == task.SSTATE_MISS %}
OpenPOWER on IntegriCloud