{% extends "basebuildpage.html" %} {% load humanize %} {% load projecttags %} {% block title %} {{build.target_set.all|dictsort:"target"|join:", "}} {{build.machine}} - {{build.project.name}} - Toaster {% endblock %} {% block parentbreadcrumb %} {% if build.get_sorted_target_list.count > 0 %} {{build.get_sorted_target_list.0.target}} {% endif %} {%if build.target_set.all.count > 1%}(+{{build.target_set.all.count|add:"-1"}}){%endif%} {{build.machine}} ({{build.completed_on|date:"d/m/y H:i"}}) {% endblock %} {% block buildinfomain %}
{{error.message}}
This build did not create any image files
This is probably because valid image and license manifest
files from a previous build already exist in your
.../poky/build/tmp/deploy
directory. You can
also view the
license manifest information in Toaster.
{{warning.message}}