summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-04-23 14:41:10 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-04-23 23:04:46 +0100
commitfd7c1df7b61d433040d062c79f0904b675d01f40 (patch)
tree73bdac5c802dd93d1ccc03af9427740d5e6d2e53 /documentation/dev-manual/dev-manual-common-tasks.xml
parent564e311a8db5dfad2d099f9d7d0bb5e76b413aa4 (diff)
downloadpoky-fd7c1df7b61d433040d062c79f0904b675d01f40.tar.gz
documentation: Replacements for "1.1" and "edison", etc.
I did a quick and dirty scrub over the manuals for the strings "1.1" and "edison". I found some instances that were not properly variablized. Also, discovered some references to the linux-yocto-3.0-1.1.x. All but one instance of this needed changed to linux-yocto-3.2. (From yocto-docs rev: 620fb4b7626defcefc8a039de09ae4599ee7f454) 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/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 7fd19cb54c..971a63655e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -248,8 +248,8 @@
248 248
249 <para> 249 <para>
250 Append files files must have the same name as the underlying recipe. 250 Append files files must have the same name as the underlying recipe.
251 For example, the append file <filename>someapp_1.1.bbappend</filename> must 251 For example, the append file <filename>someapp_&DISTRO;.bbappend</filename> must
252 apply to <filename>someapp_1.1.bb</filename>. 252 apply to <filename>someapp_&DISTRO;.bb</filename>.
253 This means the original recipe and append file names are version number specific. 253 This means the original recipe and append file names are version number specific.
254 If the underlying recipe is renamed to update to a newer version, the 254 If the underlying recipe is renamed to update to a newer version, the
255 corresponding <filename>.bbappend</filename> file must be renamed as well. 255 corresponding <filename>.bbappend</filename> file must be renamed as well.