From 6dd5e472eb244a1c74601d0fe3552bb1031b53ec Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Thu, 26 Mar 2015 16:47:02 +0000 Subject: bitbake: toasterui: rename 'targets' to 'recipes' A recent round of informal user feedback has revealed that the term 'target' is quite problematic. For all the users we spoke to the word refers to the target arch. In Toaster, it refers to the software you build. This patch replaces the word 'target' with 'recipe' across the Toaster interface. This is by no means self-explanatory, but at least it cannot be confused with target hardware, and it is also consistent with the terminology we use in the analysis portion of the interface. (Bitbake rev: ac10b5d83172feb10f1f3a3c894a54d2c4c4f09d) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/templates/layerdetails.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html') diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html index 11b1ffc2dc..0d3aa15373 100644 --- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html +++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html @@ -84,7 +84,7 @@ Layer details
  • - Targets ({{total_targets}}) + Recipes ({{total_targets}})
  • Machines ({{total_machines}}) @@ -190,8 +190,8 @@
    {% if total_targets == 0 %}
    -

    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.

    +

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

    +

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

    {% else %} @@ -210,7 +210,7 @@