diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 09:37:59 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-05 23:20:03 +0100 |
commit | 23340365022cae4b2f18a47cd6105a3d7043e760 (patch) | |
tree | 34445198b735a01106700375ea5fd9f8d4365a2a /bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |
parent | 2d704e445c220be1793570bfeaa95619676f1f19 (diff) | |
download | poky-23340365022cae4b2f18a47cd6105a3d7043e760.tar.gz |
bitbake: fetch/local: Drop FILESDIR
This has long since been deprecated and is no longer used anywhere, FILESPATH
is the commonly used varaible which offers much more flexibility. Remove
the FILESDIR code and references from bitbake.
(Bitbake rev: 751c9dc51fd01fa64a1ff37ba2638110335f71af)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 3f1d8eb521..d1ce43e23a 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -268,15 +268,6 @@ | |||
268 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> | 268 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> |
269 | variable is used in the same way | 269 | variable is used in the same way |
270 | <filename>PATH</filename> is used to find executables. | 270 | <filename>PATH</filename> is used to find executables. |
271 | Failing that, | ||
272 | <link linkend='var-FILESDIR'><filename>FILESDIR</filename></link> | ||
273 | is used to find the appropriate relative file. | ||
274 | <note> | ||
275 | <filename>FILESDIR</filename> is deprecated and can | ||
276 | be replaced with <filename>FILESPATH</filename>. | ||
277 | Because <filename>FILESDIR</filename> is likely to be | ||
278 | removed, you should not use this variable in any new code. | ||
279 | </note> | ||
280 | If the file cannot be found, it is assumed that it is available in | 271 | If the file cannot be found, it is assumed that it is available in |
281 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> | 272 | <link linkend='var-DL_DIR'><filename>DL_DIR</filename></link> |
282 | by the time the <filename>download()</filename> method is called. | 273 | by the time the <filename>download()</filename> method is called. |