summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-03-26 16:47:02 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-03-31 22:30:18 +0100
commit6dd5e472eb244a1c74601d0fe3552bb1031b53ec (patch)
treef96eb008cf40ee9ae4ea71324c891327e72b3510 /bitbake/lib/toaster/toastergui/static/js/layerdetails.js
parent3ff649953d836efe3089e42f8f11a4c6abe648be (diff)
downloadpoky-6dd5e472eb244a1c74601d0fe3552bb1031b53ec.tar.gz
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 <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/static/js/layerdetails.js')
-rw-r--r--bitbake/lib/toaster/toastergui/static/js/layerdetails.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
index 5b7787728d..bac60c4512 100644
--- a/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
+++ b/bitbake/lib/toaster/toastergui/static/js/layerdetails.js
@@ -155,7 +155,7 @@ function layerDetailsPageInit (ctx) {
155 if (!ctx.layerVersion.inCurrentPrj){ 155 if (!ctx.layerVersion.inCurrentPrj){
156 if (ctx.numTargets > 0) { 156 if (ctx.numTargets > 0) {
157 var text = " Add the "+ctx.layerVersion.name+" layer to your project "+ 157 var text = " Add the "+ctx.layerVersion.name+" layer to your project "+
158 "to enable these targets"; 158 "to enable these recipes";
159 addRmLayerBtn.text(text); 159 addRmLayerBtn.text(text);
160 addRmLayerBtn.prepend("<span class=\"icon-plus\"></span>"); 160 addRmLayerBtn.prepend("<span class=\"icon-plus\"></span>");
161 } else { 161 } else {