mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
825366d7f0
commit
081d31c6bc
@@ -1172,12 +1172,14 @@
|
||||
<glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
The default set of directories BitBake
|
||||
uses when searching for patches and files.
|
||||
During the build process, BitBake searches each directory in
|
||||
<filename>FILESPATH</filename> in the specified order when
|
||||
looking for files and patches specified by each
|
||||
<filename>file://</filename> URI in a recipe.
|
||||
Specifies directories BitBake uses when searching for
|
||||
patches and files.
|
||||
The "local" fetcher module uses these directories when
|
||||
handling <filename>file://</filename> URLs.
|
||||
The variable behaves like a shell <filename>PATH</filename>
|
||||
environment variable.
|
||||
The value is a colon-separated list of directories that
|
||||
are searched left-to-right in order.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
Reference in New Issue
Block a user