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 %}