diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 4ff68d4bc7..1e8170ed31 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -266,7 +266,8 @@ As an example, consider the main formfactor recipe and a corresponding formfactor - append file both from the Yocto Project Files. + append file both from the + Yocto Project Files. Here is the main formfactor recipe, which is named formfactor_0.0.bb and located in the meta layer at meta/bsp-recipes/formfactor: @@ -301,12 +302,12 @@ This example adds or overrides files in SRC_URI - within a bbappend by extending the path BitBake uses to search for files. + 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. 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: + you can add this directory by adding the following to your .bbappend file: FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"