summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
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>