From ddee53e76735855abeda4a47c6b10a9c3a28b626 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: f4a64c2386a534aae9522629afde219d2aa00817) Signed-off-by: Belen Barros Pena Signed-off-by: Richard Purdie --- .../lib/toaster/toastergui/templates/project.html | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'bitbake/lib/toaster/toastergui/templates/project.html') diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index 9d51a57208..5f8f4d1bc7 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html @@ -104,15 +104,15 @@ vim: expandtab tabstop=2
- +
- +

- View all compatible targets - + View all compatible recipes + {% if completedbuilds.count %} | View all project builds ({{completedbuilds.count}}) {% endif %} @@ -309,24 +309,24 @@ vim: expandtab tabstop=2

- Targets - + Recipes +

- +
{% csrf_token %}

- View all compatible targets - + View all compatible recipes +

- Most built targets + Most built recipes

  • @@ -335,7 +335,7 @@ vim: expandtab tabstop=2
- +
-- cgit v1.2.3-54-g00ecf