summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-05 09:37:59 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-04-05 23:20:03 +0100
commit23340365022cae4b2f18a47cd6105a3d7043e760 (patch)
tree34445198b735a01106700375ea5fd9f8d4365a2a /bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
parent2d704e445c220be1793570bfeaa95619676f1f19 (diff)
downloadpoky-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-ref-variables.xml')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml18
1 files changed, 0 insertions, 18 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 66d8f844ef..0e89bf2396 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -1539,24 +1539,6 @@
1539 </glossdef> 1539 </glossdef>
1540 </glossentry> 1540 </glossentry>
1541 1541
1542 <glossentry id='var-FILESDIR'><glossterm>FILESDIR</glossterm>
1543 <glossdef>
1544 <para>
1545 Specifies directories BitBake uses when searching for
1546 patches and files.
1547 The "local" fetcher module uses these directories when
1548 handling <filename>file://</filename> URLs if the file
1549 was not found using
1550 <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>.
1551 <note>
1552 The <filename>FILESDIR</filename> variable is
1553 deprecated and you should use
1554 <filename>FILESPATH</filename> in all new code.
1555 </note>
1556 </para>
1557 </glossdef>
1558 </glossentry>
1559
1560 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm> 1542 <glossentry id='var-FILESPATH'><glossterm>FILESPATH</glossterm>
1561 <glossdef> 1543 <glossdef>
1562 <para> 1544 <para>