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

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 Toaster
{% endblock %}