From 63510bf20d9896de3324af7b6ec1541afe0113d9 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Sun, 22 Mar 2015 19:17:31 +0000 Subject: bitbake: toasterui: Improve messaging for empty layer details Explain that, if information is found during the build process, it will appear in the layer details page. (Bitbake rev: 40b46ce28b0b93241f9ce581f1e295e95bbff284) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/layerdetails.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 67033b1e07..11b1ffc2dc 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -190,7 +190,8 @@
{% if total_targets == 0 %}
- There is no target information for the {{layerversion.layer.name}} layer. +

Toaster does not have target information for the {{layerversion.layer.name}} layer.

+

Toaster learns about layers when you build them. If this layer provides any targets, they will be listed here after you build the {{layerversion.layer.name}} layer.

{% else %} @@ -324,7 +325,8 @@
{% if total_machines == 0 %}
- There is no machine information for the {{layerversion.layer.name}} layer. +

Toaster does not have machine information for the {{layerversion.layer.name}} layer.

+

Toaster learns about layers when you build them. If this layer provides any machines, they will be listed here after you build the {{layerversion.layer.name}} layer.

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