diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2014-11-27 14:27:18 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-28 14:03:00 +0000 |
commit | 6cecdd1f363bf0b2b2b681ecb5e3ef226be774b9 (patch) | |
tree | 7634dd6e62bac0ed5197a61488d96351282eb76a /bitbake | |
parent | fee87cdd57369352047b33aafef2a2a7b403b06b (diff) | |
download | poky-6cecdd1f363bf0b2b2b681ecb5e3ef226be774b9.tar.gz |
bitbake: toaster: remove the word 'project' from layers and machine
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,
(Bitbake rev: 1bf19f66260aaca2caa300e976bf90479e2c48f3)
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index fdfc3af9fb..113e382d45 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
@@ -227,7 +227,7 @@ vim: expandtab tabstop=2 | |||
227 | <!-- project layers --> | 227 | <!-- project layers --> |
228 | <div id="layer-container" class="well well-transparent span4"> | 228 | <div id="layer-container" class="well well-transparent span4"> |
229 | <h3> | 229 | <h3> |
230 | Project layers <span class="muted counter">({[layers.length]})</span> | 230 | Layers <span class="muted counter">({[layers.length]})</span> |
231 | <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> | 231 | <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> |
232 | </h3> | 232 | </h3> |
233 | <div class="alert" ng-if="!layers.length"> | 233 | <div class="alert" ng-if="!layers.length"> |
@@ -292,7 +292,7 @@ vim: expandtab tabstop=2 | |||
292 | <!-- project configuration --> | 292 | <!-- project configuration --> |
293 | <div id="machine-distro" class="well well-transparent span4"> | 293 | <div id="machine-distro" class="well well-transparent span4"> |
294 | <h3> | 294 | <h3> |
295 | Project machine | 295 | Machine |
296 | <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> | 296 | <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> |
297 | </h3> | 297 | </h3> |
298 | <p class="lead" id="select-machine-opposite"> | 298 | <p class="lead" id="select-machine-opposite"> |