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.