{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block title %} Welcome to Toaster {% endblock %} {% block pagecontent %} {% if BUILD_MODE %}

This is Toaster

A web interface to OpenEmbedded and BitBake, the Yocto Project build system.

{% if lvs_nos %}

To start building, create your first Toaster project

{% else %}
Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can:
{% endif %}
Yocto Project
{% else %}
Toaster has not recorded any builds yet. Run a build from the command line to see it here.
{% endif %} {% endblock %}