From a47106a43ad517b4defe175a5ac14212fbeeb3f1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 28 Sep 2012 14:15:14 -0700 Subject: documentation: dev-manual - more wording changes. I found other changes for underlying/corresponding wordings regarding the relationship between .bb and .bbappend filenames. (From yocto-docs rev: 28f12a4ea97a683281cd8cc0bbceb40d2b896aa4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 48b1cd3d27..4911b09dac 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -252,14 +252,14 @@ - Append files files must have the same name as the underlying recipe. + Append files files must have the same name as the corresponding recipe. For example, the append file someapp_&DISTRO;.bbappend must apply to someapp_&DISTRO;.bb. This means the original recipe and append file names are version number specific. - If the underlying recipe is renamed to update to a newer version, the - corresponding .bbappend file must be renamed as well. + If the corresponding recipe is renamed to update to a newer version, the + underlying .bbappend file must be renamed as well. During the build process, BitBake displays an error on starting if it detects a - .bbappend file that does not have an underlying recipe + .bbappend file that does not have a corresponding recipe with a matching name. -- cgit v1.2.3-54-g00ecf