summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-04 06:06:14 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:31 +0100
commit0b99c7dd2a6abf9c05857b49b1b1d1d1e2fe87e9 (patch)
tree3e60757fdecabe9b26373444f0bc91a526d0ca37 /documentation
parentb6f84351f363fe4f6d405f722501ce11e00076bf (diff)
downloadpoky-0b99c7dd2a6abf9c05857b49b1b1d1d1e2fe87e9.tar.gz
ref-manual: Updated the FILESPATH variable description
Added some key references to the patching areas of discussion across the manual set. (From yocto-docs rev: f198529b3072a4a03fd368ea307e8e004c46a344) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml16
1 files changed, 15 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 933edcf6e1..dad63ad9f6 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4932,7 +4932,9 @@
4932 During the build process, BitBake searches each directory in 4932 During the build process, BitBake searches each directory in
4933 <filename>FILESPATH</filename> in the specified order when 4933 <filename>FILESPATH</filename> in the specified order when
4934 looking for files and patches specified by each 4934 looking for files and patches specified by each
4935 <filename>file://</filename> URI in a recipe. 4935 <filename>file://</filename> URI in a recipe's
4936 <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>
4937 statements.
4936 </para> 4938 </para>
4937 4939
4938 <para> 4940 <para>
@@ -4962,6 +4964,18 @@
4962 the <filename>FILESPATH</filename> variable by using 4964 the <filename>FILESPATH</filename> variable by using
4963 the <filename>FILESEXTRAPATHS</filename> variable. 4965 the <filename>FILESEXTRAPATHS</filename> variable.
4964 </para> 4966 </para>
4967
4968 <para>
4969 You can find out more about the patching process in the
4970 "<ulink url='&YOCTO_DOCS_OM_URL;#patching-dev-environment'>Patching</ulink>"
4971 section in the Yocto Project Overview and Concepts Manual
4972 and the
4973 "<ulink url='&YOCTO_DOCS_DEV_URL;#new-recipe-patching-code'>Patching Code</ulink>"
4974 section in the Yocto Project Development Tasks Manual.
4975 See the
4976 <link linkend='ref-tasks-patch'><filename>do_patch</filename></link>
4977 task as well.
4978 </para>
4965 </glossdef> 4979 </glossdef>
4966 </glossentry> 4980 </glossentry>
4967 4981