]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
bitbake: toaster: landing page show cmdline capture
authorDavid Reyna <David.Reyna@windriver.com>
Thu, 30 Nov 2017 08:55:27 +0000 (00:55 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Dec 2017 15:05:30 +0000 (15:05 +0000)
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>
bitbake/lib/toaster/toastergui/templates/landing.html

index 498663294fd2164b8e2644e767fa0d3dfd960e4b..cf7516dbc866f241665177f0d47bf9f5209291da 100644 (file)
 
               <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>
 
+                         <p class="top-air">
+                           <a class="btn btn-info btn-lg" href="http://www.yoctoproject.org/docs/latest/toaster-manual/toaster-manual.html#toaster-manual-setup-and-use">
+                                   Toaster is ready to capture your command line builds
+                           </a>
+                         </p>
+
                          {% if lvs_nos %}
                            <p class="top-air">
                              <a class="btn btn-primary btn-lg" href="{% url 'newproject' %}">
-                                     To start building, create your first Toaster project
+                                     Create your first Toaster project to run manage builds
                              </a>
                            </p>
                          {% else %}