{% extends "base.html" %} {% load static %} {% load projecttags %} {% load humanize %} {% block pagecontent %}
{% if not MANAGED %} {% endif %}

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 %}

Read the Toaster manual
Contribute to Toaster

{% else %}

Show me the manual I want to contribute

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