diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-01-29 14:30:44 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 14:10:04 +0000 |
commit | eddb8174c898945b4d0a4417b9a46a61ea744624 (patch) | |
tree | 17eed86fc16c2c4c740083f36a7647702716432e /documentation/ref-manual | |
parent | bdc130bb35dd0c0531da971419ef7286e03ef210 (diff) | |
download | poky-eddb8174c898945b4d0a4417b9a46a61ea744624.tar.gz |
ref-manual: Updated FILESPATH glossary entry
Fixes YOCTO #3661
The value for FILESPATH was incorrect. I have replaced it with
the value found in base.bbclass.
Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
(From yocto-docs rev: bc100cdd1bec48a65fcc4bed281f42953b1c9077)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index e39333482a..98557f0a79 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -1028,10 +1028,8 @@ Core layer for images cannot be removed | |||
1028 | <filename>meta/classes</filename> in the | 1028 | <filename>meta/classes</filename> in the |
1029 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: | 1029 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>: |
1030 | <literallayout class='monospaced'> | 1030 | <literallayout class='monospaced'> |
1031 | FILESPATH = "${@base_set_filespath([ "${FILE_DIRNAME}/${PF}", \ | 1031 | FILESPATH = "${@base_set_filespath(["${FILE_DIRNAME}/${BP}", \ |
1032 | "${FILE_DIRNAME}/${P}", "${FILE_DIRNAME}/${PN}", \ | 1032 | "${FILE_DIRNAME}/${BPN}", "${FILE_DIRNAME}/files"], d)}" |
1033 | "${FILE_DIRNAME}/${BP}", "${FILE_DIRNAME}/${BPN}", \ | ||
1034 | "${FILE_DIRNAME}/files", "${FILE_DIRNAME}" ], d)}" | ||
1035 | </literallayout> | 1033 | </literallayout> |
1036 | Do not hand-edit the <filename>FILESPATH</filename> variable. | 1034 | Do not hand-edit the <filename>FILESPATH</filename> variable. |
1037 | If you want to extend the set of pathnames that BitBake uses when searching for | 1035 | If you want to extend the set of pathnames that BitBake uses when searching for |