[bitbake-devel] [PATCH 14/14] toaster: remove the word 'project' from layers and machine

Alex DAMIAN alexandru.damian at intel.com
Thu Nov 27 17:08:05 UTC 2014


From: Belen Barros Pena <belen.barros.pena at linux.intel.com>

Remove the word 'project' from the 'Layers' and 'Machine'
sections of the project page, following feedback from the
QA team, who suggested that the word 'project'
raised questions regarding the scope of the configuration,

Signed-off-by: Belen Barros Pena <belen.barros.pena at linux.intel.com>
---
 lib/toaster/toastergui/templates/project.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/toaster/toastergui/templates/project.html b/lib/toaster/toastergui/templates/project.html
index fdfc3af..113e382 100644
--- a/lib/toaster/toastergui/templates/project.html
+++ b/lib/toaster/toastergui/templates/project.html
@@ -227,7 +227,7 @@ vim: expandtab tabstop=2
     <!-- project layers -->
     <div id="layer-container" class="well well-transparent span4">
       <h3>
-        Project layers <span class="muted counter">({[layers.length]})</span>
+        Layers <span class="muted counter">({[layers.length]})</span>
         <i class="icon-question-sign get-help heading-help" title="OpenEmbedded organises metadata into modules called 'layers'. Layers allow you to isolate different types of customizations from each other. <a href='http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#understanding-and-creating-layers' target='_blank'>More on layers</a>"></i>
       </h3>
       <div class="alert" ng-if="!layers.length">
@@ -292,7 +292,7 @@ vim: expandtab tabstop=2
     <!-- project configuration -->
     <div id="machine-distro" class="well well-transparent span4">
       <h3>
-        Project machine
+        Machine
         <i class="icon-question-sign get-help heading-help" title="The machine is the hardware for which you want to build. You can only set one machine per project"></i>
       </h3>
       <p class="lead" id="select-machine-opposite">
-- 
1.9.1




More information about the bitbake-devel mailing list