summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/layerdetails.html
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/layerdetails.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/layerdetails.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/layerdetails.html b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
index 7dd0c47a9e..0594b551aa 100644
--- a/bitbake/lib/toaster/toastergui/templates/layerdetails.html
+++ b/bitbake/lib/toaster/toastergui/templates/layerdetails.html
@@ -130,8 +130,8 @@
130 130
131 <!-- layer details pane --> 131 <!-- layer details pane -->
132 <div id="information" class="tab-pane active"> 132 <div id="information" class="tab-pane active">
133 {% if layerversion.layer.local_source_dir %}
134 <h3>Layer source code location</h3> 133 <h3>Layer source code location</h3>
134 {% if layerversion.layer.local_source_dir %}
135 <dl class="dl-horizontal" id="directory-info"> 135 <dl class="dl-horizontal" id="directory-info">
136 <dt> 136 <dt>
137 Path to the layer directory 137 Path to the layer directory
@@ -200,8 +200,7 @@
200 <input type="radio" name="source-location" id="repo" value="repo"> 200 <input type="radio" name="source-location" id="repo" value="repo">
201 In a <strong>Git repository</strong> 201 In a <strong>Git repository</strong>
202 </label> 202 </label>
203 <p class="help-block" style="margin-left:20px;width:70%;">To build the layer Toaster must be able to access the Git repository, otherwise builds will fail. Toaster will\ 203 <p class="help-block" style="margin-left:20px;width:70%;">To build the layer Toaster must be able to access the Git repository, otherwise builds will fail. Toaster will fetch and checkout your chosen Git revision every time you start a build.</p>
204 fetch and checkout your chosen Git revision every time you start a build.</p>
205 </div> 204 </div>
206 <div class="radio" style="margin-top:15px;"> 205 <div class="radio" style="margin-top:15px;">
207 <label> 206 <label>