From 1ebf41e07adae45ea794e33de0bed49db67623d7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 13 Mar 2012 16:33:19 -0600 Subject: documentation/dev-manual/dev-manual-common-tasks.xml: minor edits. (From yocto-docs rev: 90daf67e41b0c95ce0e6652f994f79cfb021c4f8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'documentation') 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}:" -- cgit v1.2.3-54-g00ecf