summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/landing.html
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2017-12-01 15:30:17 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 15:05:36 +0000
commitca5296a5e55b655d76374ed51688e74ba33592e9 (patch)
tree5f156d1d40786d98fc00a5d89926698b5270fad6 /bitbake/lib/toaster/toastergui/templates/landing.html
parent6affa391f75968e6dbd8df80b03204761f6c89bb (diff)
downloadpoky-ca5296a5e55b655d76374ed51688e74ba33592e9.tar.gz
bitbake: toaster: add 'nobuild' option to Toaster
Add a 'nobuild' option for starting Toaster without the project and hosted builds support. This allows a Toaster host to provide local build statistics without opening the host to external users building projects. [YOCTO #12315] (Bitbake rev: 686a230d48ca666bdc0b0565f8e55cc890b90c5f) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/landing.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/landing.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html
index cf7516dbc8..70c7359fad 100644
--- a/bitbake/lib/toaster/toastergui/templates/landing.html
+++ b/bitbake/lib/toaster/toastergui/templates/landing.html
@@ -21,11 +21,13 @@
21 </p> 21 </p>
22 22
23 {% if lvs_nos %} 23 {% if lvs_nos %}
24 {% if project_enable %}
24 <p class="top-air"> 25 <p class="top-air">
25 <a class="btn btn-primary btn-lg" href="{% url 'newproject' %}"> 26 <a class="btn btn-primary btn-lg" href="{% url 'newproject' %}">
26 Create your first Toaster project to run manage builds 27 Create your first Toaster project to run manage builds
27 </a> 28 </a>
28 </p> 29 </p>
30 {% endif %}
29 {% else %} 31 {% else %}
30 <div class="alert alert-info lead top-air"> 32 <div class="alert alert-info lead top-air">
31 Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can: 33 Toaster has no layer information. Without layer information, you cannot run builds. To generate layer information you can: