From 081d31c6bcf7c6c474232c66f129510dc9c4701e Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 24 Jan 2014 15:10:13 -0600 Subject: bitbake: user-manual-ref-variables.xml: Edits to FILESPATH. (Bitbake rev: 64bdd3ba6fe90ed6e0338ad053c8117db0acfe2e) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- bitbake/doc/user-manual/user-manual-ref-variables.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'bitbake') 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 @@ FILESPATH - The default set of directories BitBake - uses when searching for patches and files. - During the build process, BitBake searches each directory in - FILESPATH in the specified order when - looking for files and patches specified by each - file:// URI in a recipe. + Specifies directories BitBake uses when searching for + patches and files. + The "local" fetcher module uses these directories when + handling file:// URLs. + The variable behaves like a shell PATH + environment variable. + The value is a colon-separated list of directories that + are searched left-to-right in order. -- cgit v1.2.3-54-g00ecf