From cf10be36c1d9d37a8cec93a1e509b3049a9b4c5b Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 1 Feb 2013 15:31:38 -0600 Subject: dev-manual: three typos fixed. Reported-by: Robert P. J. Day (From yocto-docs rev: 3272f0d51e3d09f4ffd96b7322f66ffd878d3714) 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 ff19fb716a..4372769c1c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -295,10 +295,10 @@ - Append files files must have the same name as the corresponding recipe. + Append 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. + 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 be renamed as well. During the build process, BitBake displays an error on starting if it detects a @@ -379,7 +379,7 @@ Each layer is assigned a priority value. Priority values control which layer takes precedence if there are recipe files with the same name in multiple layers. - For these cases, the recipe file from the layer with a higher priority number taking precedence. + For these cases, the recipe file from the layer with a higher priority number takes precedence. Priority values also affect the order in which multiple .bbappend files for the same recipe are applied. You can either specify the priority manually, or allow the build system to calculate it -- cgit v1.2.3-54-g00ecf