{% 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.

Toaster is ready to capture your command line builds

{% if lvs_nos %} {% if project_enable %}

Create your first Toaster project to run manage builds

{% endif %} {% else %}
Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can:
{% endif %}
Yocto Project Toaster
{% endblock %}