From 0d9914721a8750071f9b6ec233c23d8451ee1a77 Mon Sep 17 00:00:00 2001 From: David Reyna Date: Thu, 30 Nov 2017 00:55:27 -0800 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/landing.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'bitbake') 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 @@

A web interface to OpenEmbedded and BitBake, the Yocto Project build system.

+

+ + Toaster is ready to capture your command line builds + +

+ {% if lvs_nos %}

- To start building, create your first Toaster project + Create your first Toaster project to run manage builds

{% else %} -- cgit v1.2.3-54-g00ecf