blob: 5bc435d14926528574e55280a0276d62f4f0bd2c [file] [log] [blame]
Patrick Williamsc124f4f2015-09-15 14:41:29 -05001{% extends "base.html" %}
2
3{% load static %}
4{% load projecttags %}
5{% load humanize %}
6
7{% block pagecontent %}
8
9 <div class="container-fluid">
10 <div class="row-fluid">
11 <!-- Empty - no build module -->
12 <div class="page-header top-air">
13 <h1>
14 This page only works with Toaster in 'Build' mode
15 </h1>
16 </div>
17 <div class="alert alert-info lead">
18 <p">
19 The 'Build' mode allows you to configure and run your Yocto Project builds from Toaster.
20 <ul>
21 <li><a href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#intro-modes">
22 Read about the 'Build' mode
23 </a></li>
24 <li><a href="/">
25 View your builds
26 </a></li>
27 </ul>
28 </p>
29 </div>
30 </div>
31
32{% endblock %}