summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-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>