From fd7c1df7b61d433040d062c79f0904b675d01f40 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 23 Apr 2012 14:41:10 -0600 Subject: 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 Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml') 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 @@ Append files files must have the same name as the underlying recipe. - For example, the append file someapp_1.1.bbappend must - apply to someapp_1.1.bb. + 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. -- cgit v1.2.3-54-g00ecf