From 6affa391f75968e6dbd8df80b03204761f6c89bb Mon Sep 17 00:00:00 2001 From: David Reyna Date: Fri, 1 Dec 2017 15:30:16 -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: 32f7a0df3626b36584f363897f9f092d8af1ac48) 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(-) 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