From: Scott Rifenbark Date: Fri, 28 Sep 2012 21:15:14 +0000 (-0700) Subject: documentation: dev-manual - more wording changes. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a47106a43ad517b4defe175a5ac14212fbeeb3f1;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 48b1cd3d276..4911b09dac5 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.