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 @@ - The FILESEXTRAPATHS variable is in boilerplate form in the + The FILESEXTRAPATHS + variable is in boilerplate form in the previous example in order to make it easy to do that. This variable must be in your layer or BitBake will not find the patches or configurations even if you have them in your SRC_URI. 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 @@ SRC_URI within a .bbappend by extending the path BitBake uses to search for files. The most reliable way to do this is by prepending the - FILESEXTRAPATHS variable. + FILESEXTRAPATHS + variable. For example, if you have your files in a directory that is named the same as your package (PN), you can add this directory by adding the following to your .bbappend file: @@ -1827,7 +1828,8 @@ PRINC := "${@int(PRINC) + 1}" - The FILESEXTRAPATHS and SRC_URI + The FILESEXTRAPATHS + and SRC_URI statements enable the OpenEmbedded build system to find the patch file. Put the patch file in your layer: