mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
4ed8884485
commit
0d9914721a
@@ -14,10 +14,16 @@
|
||||
|
||||
<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 %}
|
||||
|
||||
Reference in New Issue
Block a user