From: Scott Rifenbark Date: Thu, 28 Mar 2013 15:43:22 +0000 (-0700) Subject: ref-manual: Edits to BBFILE_PRIORITY variable. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80098bb7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Edits to BBFILE_PRIORITY variable. (From yocto-docs rev: fc73f0195f8dc71d1558c67750da5180ace28690) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 39c32426ce5..7c931b8f370 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -438,7 +438,8 @@ layer against other layers that contain the same recipe - effectively letting you control the precedence for the multiple layers. The precedence established through this variable stands regardless of a - recipe's version (PV variable). + recipe's version + (PV variable). For example, a layer that has a recipe with a higher PV value but for which the BBFILE_PRIORITY is set to have a lower precedence still has a lower precedence.