summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2010-11-10 10:54:36 -0800
committerRichard Purdie <rpurdie@linux.intel.com>2010-11-15 22:25:25 +0000
commitb978c8e25198fc584963299e3f3087835777ca62 (patch)
treefc239c0e9038d078bb831fdcf6fbada3a25fac29 /documentation
parentab92ec1a879e2149c626a5237fd14166e92d5122 (diff)
downloadpoky-b978c8e25198fc584963299e3f3087835777ca62.tar.gz
Poky Reference Manual: Added BBFILE_PRIORITY glossary term.
The Extending Poky chapter referenced this non-existent term. I added it. Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml16
1 files changed, 16 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 3089166ba7..cb308b76ab 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -77,6 +77,22 @@
77 </glossdef> 77 </glossdef>
78 </glossentry> 78 </glossentry>
79 79
80 <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN</glossterm>
81 <glossdef>
82 <para>Variable that expands to match files from BBFILES in a particular layer. BBFILE_PATTERN
83 is used in the <filename>conf/layer.conf</filename> file and must contain the name of the
84 specific layer (e.g. BBFILE_PATTERN_emenlow).</para>
85 </glossdef>
86 </glossentry>
87
88 <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm>
89 <glossdef>
90 <para>Assigns different priorities to recipe files in different layers.
91 This variable is useful in situations where the same package might appear in multiple layers.
92 It allows you to choose what takes precedence.</para>
93 </glossdef>
94 </glossentry>
95
80 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm> 96 <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm>
81 <glossdef> 97 <glossdef>
82 <para>List of recipes used by BitBake to build software</para> 98 <para>List of recipes used by BitBake to build software</para>