diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index 09fd25b259..907c621834 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html @@ -130,6 +130,13 @@ {%elif task.outcome == task.OUTCOME_CACHED%} + {% if MANAGED and build.project %} + {% for t in task.get_related_setscene %} + {% if forloop.last %} + Download task log + {% endif %} + {% endfor %} + {% else %}
{% for t in task.get_related_setscene %} {{t.logfile}} {% endfor %}
noexec flag set to 1, or the task function is empty