diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/bsp-guide/bsp.xml | 3 | ||||
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
2 files changed, 6 insertions, 3 deletions
diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index 94415a679c..5c34bfdca9 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml | |||
@@ -621,7 +621,8 @@ | |||
621 | </para> | 621 | </para> |
622 | 622 | ||
623 | <para> | 623 | <para> |
624 | The <filename>FILESEXTRAPATHS</filename> variable is in boilerplate form in the | 624 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> |
625 | variable is in boilerplate form in the | ||
625 | previous example in order to make it easy to do that. | 626 | previous example in order to make it easy to do that. |
626 | This variable must be in your layer or BitBake will not find the patches or | 627 | This variable must be in your layer or BitBake will not find the patches or |
627 | configurations even if you have them in your <filename>SRC_URI</filename>. | 628 | configurations even if you have them in your <filename>SRC_URI</filename>. |
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index ec744b472b..1f8dba4eb6 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -356,7 +356,8 @@ | |||
356 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | 356 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> |
357 | within a <filename>.bbappend</filename> by extending the path BitBake uses to search for files. | 357 | within a <filename>.bbappend</filename> by extending the path BitBake uses to search for files. |
358 | The most reliable way to do this is by prepending the | 358 | The most reliable way to do this is by prepending the |
359 | <filename>FILESEXTRAPATHS</filename> variable. | 359 | <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> |
360 | variable. | ||
360 | For example, if you have your files in a directory that is named the same as your package | 361 | For example, if you have your files in a directory that is named the same as your package |
361 | (<ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>), | 362 | (<ulink url='&YOCTO_DOCS_REF_URL;#var-PN'><filename>PN</filename></ulink>), |
362 | you can add this directory by adding the following to your <filename>.bbappend</filename> file: | 363 | you can add this directory by adding the following to your <filename>.bbappend</filename> file: |
@@ -1827,7 +1828,8 @@ | |||
1827 | 1828 | ||
1828 | PRINC := "${@int(PRINC) + 1}" | 1829 | PRINC := "${@int(PRINC) + 1}" |
1829 | </literallayout> | 1830 | </literallayout> |
1830 | The <filename>FILESEXTRAPATHS</filename> and <filename>SRC_URI</filename> | 1831 | The <ulink url='&YOCTO_DOCS_REF_URL;#var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></ulink> |
1832 | and <ulink url='&YOCTO_DOCS_REF_URL;#var-SRC_URI'><filename>SRC_URI</filename></ulink> | ||
1831 | statements enable the OpenEmbedded build system to find the patch file. | 1833 | statements enable the OpenEmbedded build system to find the patch file. |
1832 | </para></listitem> | 1834 | </para></listitem> |
1833 | <listitem><para><emphasis>Put the patch file in your layer</emphasis>: | 1835 | <listitem><para><emphasis>Put the patch file in your layer</emphasis>: |