summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates/importlayer.html
diff options
context:
space:
mode:
authorDavid Reyna <David.Reyna@windriver.com>2017-09-14 16:58:16 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-17 23:24:14 +0100
commitce57a391af3c4b7c9c91a65a82eb604a2665e910 (patch)
treef4c0622fa1074917c1418c3393d25f30979e48b8 /bitbake/lib/toaster/toastergui/templates/importlayer.html
parentd5a109daeaa7a83bfa2c34c45dc01a1579d24893 (diff)
downloadpoky-ce57a391af3c4b7c9c91a65a82eb604a2665e910.tar.gz
bitbake: toaster: allow dots in user path names
The dot '.' character should be allowed in the user paths for local non-git layers, DL_DIR, and SSTATE_DIR. [YOCTO #10650] (Bitbake rev: 9c0f6e81dae0b91b425e6c0cdf64caa5c15d92b5) Signed-off-by: David Reyna <David.Reyna@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates/importlayer.html')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index 7e5253e963..97d52c76c1 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -126,7 +126,7 @@
126 <label for="local-dir-path" class="control-label">Enter the absolute path to the layer directory</label> 126 <label for="local-dir-path" class="control-label">Enter the absolute path to the layer directory</label>
127 <input type="text" class="form-control" id="local-dir-path" required/> 127 <input type="text" class="form-control" id="local-dir-path" required/>
128 <p class="help-block" id="hintError-dir-path-starts-with-slash" style="display:none;">The absolute path must start with "/".</p> 128 <p class="help-block" id="hintError-dir-path-starts-with-slash" style="display:none;">The absolute path must start with "/".</p>
129 <p class="help-block" id="hintError-dir-path" style="display:none;">The directory path cannot include spaces or any of these characters: . \ ? % * : | " " &lt; &gt;</p> 129 <p class="help-block" id="hintError-dir-path" style="display:none;">The directory path cannot include spaces or any of these characters: \ ? % * : | " " &lt; &gt;</p>
130 </div> 130 </div>
131 </fieldset> 131 </fieldset>
132 132