summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2017-11-30 00:55:27 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-12-18 15:05:30 +0000
commit0d9914721a8750071f9b6ec233c23d8451ee1a77 (patch)
treee47faa429ae2fa99cc1475d5641eb3ba84077ac1 /bitbake
parent4ed88844850a281bdaec60809ef6a402ea614d88 (diff)
downloadpoky-0d9914721a8750071f9b6ec233c23d8451ee1a77.tar.gz
bitbake: toaster: landing page show cmdline capture
The Toaster initial landing page needs to show that it still has the command line build capture support in addition to the new project support. [YOCTO #12316] (Bitbake rev: d0358432ca9dd3deef623f6d0585d99d23b3aede) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/landing.html8
1 files changed, 7 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/landing.html b/bitbake/lib/toaster/toastergui/templates/landing.html
index 498663294f..cf7516dbc8 100644
--- a/bitbake/lib/toaster/toastergui/templates/landing.html
+++ b/bitbake/lib/toaster/toastergui/templates/landing.html
@@ -14,10 +14,16 @@
14 14
15 <p>A web interface to <a href="http://www.openembedded.org">OpenEmbedded</a> and <a href="http://www.yoctoproject.org/tools-resources/projects/bitbake">BitBake</a>, the <a href="http://www.yoctoproject.org">Yocto Project</a> build system.</p> 15 <p>A web interface to <a href="http://www.openembedded.org">OpenEmbedded</a> and <a href="http://www.yoctoproject.org/tools-resources/projects/bitbake">BitBake</a>, the <a href="http://www.yoctoproject.org">Yocto Project</a> build system.</p>
16 16
17 <p class="top-air">
18 <a class="btn btn-info btn-lg" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#toaster-manual-setup-and-use">
19 Toaster is ready to capture your command line builds
20 </a>
21 </p>
22
17 {% if lvs_nos %} 23 {% if lvs_nos %}
18 <p class="top-air"> 24 <p class="top-air">
19 <a class="btn btn-primary btn-lg" href="{% url 'newproject' %}"> 25 <a class="btn btn-primary btn-lg" href="{% url 'newproject' %}">
20 To start building, create your first Toaster project 26 Create your first Toaster project to run manage builds
21 </a> 27 </a>
22 </p> 28 </p>
23 {% else %} 29 {% else %}