{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block pagecontent %}

This is Toaster

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

{% if MANAGED %} {% 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 %} {% else %}

Show me the manual I want to contribute

{% endif %}
{% if MANAGED %} Yocto Project {% else %} Yocto Project {% endif %}
{% if not MANAGED %}
Toaster has not recorded any builds yet. Go build something with Knotty or Hob
{% endif %}
{% endblock %}