summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-01-24 15:10:13 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-02-11 12:17:05 +0000
commit081d31c6bcf7c6c474232c66f129510dc9c4701e (patch)
treeef4bbdb36edc44cbbbc8659edcdd40f1358b9f81 /bitbake
parent825366d7f0094e64799cd5fc5223b29a0db2b648 (diff)
downloadpoky-081d31c6bcf7c6c474232c66f129510dc9c4701e.tar.gz
bitbake: user-manual-ref-variables.xml: Edits to FILESPATH.
(Bitbake rev: 64bdd3ba6fe90ed6e0338ad053c8117db0acfe2e) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/user-manual/user-manual-ref-variables.xml14
1 files changed, 8 insertions, 6 deletions
diff --git a/bitbake/doc/user-manual/user-manual-ref-variables.xml b/bitbake/doc/user-manual/user-manual-ref-variables.xml
index 05fbd5df87..41c10bdc92 100644
--- a/bitbake/doc/user-manual/user-manual-ref-variables.xml
+++ b/bitbake/doc/user-manual/user-manual-ref-variables.xml
@@ -1172,12 +1172,14 @@
1172 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm> 1172 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm>
1173 <glossdef> 1173 <glossdef>
1174 <para> 1174 <para>
1175 The default set of directories BitBake 1175 Specifies directories BitBake uses when searching for
1176 uses when searching for patches and files. 1176 patches and files.
1177 During the build process, BitBake searches each directory in 1177 The "local" fetcher module uses these directories when
1178 <filename>FILESPATH</filename> in the specified order when 1178 handling <filename>file://</filename> URLs.
1179 looking for files and patches specified by each 1179 The variable behaves like a shell <filename>PATH</filename>
1180 <filename>file://</filename> URI in a recipe. 1180 environment variable.
1181 The value is a colon-separated list of directories that
1182 are searched left-to-right in order.
1181 </para> 1183 </para>
1182 </glossdef> 1184 </glossdef>
1183 </glossentry> 1185 </glossentry>