{% extends "basebuildpage.html" %} {% load humanize %} {% load projecttags %} {% block parentbreadcrumb %} {{build.get_sorted_target_list.0.target}} {%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}}
            {{exception.message}}