summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-15 14:58:11 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:28 +0100
commit6fe01c3b439e1f31f699630c0d3c67847574cfa2 (patch)
tree0c5ff23f214db38fad30173c0bcb4cae669b03ae /documentation/dev-manual
parentf849ee4448914ed9e05bb67d7794f590250564a5 (diff)
downloadpoky-6fe01c3b439e1f31f699630c0d3c67847574cfa2.tar.gz
dev-manual: Edits to "Using .bbappend Files"
(From yocto-docs rev: cdb534ebff26a4bba071dc07f3e884ad1e869ffa) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml6
1 files 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 @@
355 </para> 355 </para>
356 356
357 <para> 357 <para>
358 Append files must have the same root name as the corresponding 358 Append files must have the same root names as their corresponding
359 recipe. 359 recipes.
360 For example, the append file 360 For example, the append file
361 <filename>someapp_&DISTRO;.bbappend</filename> must apply to 361 <filename>someapp_&DISTRO;.bbappend</filename> must apply to
362 <filename>someapp_&DISTRO;.bb</filename>. 362 <filename>someapp_&DISTRO;.bb</filename>.
363 This means the original recipe and append file names are version 363 This means the original recipe and append file names are version
364 number-specific. 364 number-specific.
365 If the corresponding recipe is renamed to update to a newer 365 If the corresponding recipe is renamed to update to a newer
366 version, the underlying <filename>.bbappend</filename> file must 366 version, the corresponding <filename>.bbappend</filename> file must
367 be renamed as well. 367 be renamed as well.
368 During the build process, BitBake displays an error on starting 368 During the build process, BitBake displays an error on starting
369 if it detects a <filename>.bbappend</filename> file that does 369 if it detects a <filename>.bbappend</filename> file that does