summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-03-28 08:43:22 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-04 14:13:37 +0100
commit80098bb7f19d3b80070d27be7cbc732494be2979 (patch)
tree4599370ce385eca80a82820f19306b359bb777f5 /documentation
parent15d7411ca63265e2af5d6e2a9f7f163d5c1cec3e (diff)
downloadpoky-80098bb7f19d3b80070d27be7cbc732494be2979.tar.gz
ref-manual: Edits to BBFILE_PRIORITY variable.
(From yocto-docs rev: fc73f0195f8dc71d1558c67750da5180ace28690) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 39c32426ce..7c931b8f37 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -438,7 +438,8 @@
438 layer against other layers that contain the same recipe - effectively 438 layer against other layers that contain the same recipe - effectively
439 letting you control the precedence for the multiple layers. 439 letting you control the precedence for the multiple layers.
440 The precedence established through this variable stands regardless of a 440 The precedence established through this variable stands regardless of a
441 recipe's version (<filename>PV</filename> variable). 441 recipe's version
442 (<link linkend='var-PV'><filename>PV</filename></link> variable).
442 For example, a layer that has a recipe with a higher <filename>PV</filename> value but for 443 For example, a layer that has a recipe with a higher <filename>PV</filename> value but for
443 which the <filename>BBFILE_PRIORITY</filename> is set to have a lower precedence still has a 444 which the <filename>BBFILE_PRIORITY</filename> is set to have a lower precedence still has a
444 lower precedence.</para> 445 lower precedence.</para>