mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
fee87cdd57
commit
6cecdd1f36
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user