From ffb38ba5ecf46df2d16a6f19883ca10ea0f4d27d Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 14:58:11 -0700 Subject: [PATCH] dev-manual: Edits to "Using .bbappend Files" (From yocto-docs rev: cdb534ebff26a4bba071dc07f3e884ad1e869ffa) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a497eeae26..7e09e0c337 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -355,15 +355,15 @@ - Append files must have the same root name as the corresponding - recipe. + Append files must have the same root names as their corresponding + recipes. 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 corresponding recipe is renamed to update to a newer - version, the underlying .bbappend file must + version, the corresponding .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