diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 16 |
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 | ||