]> code.ossystems Code Review - openembedded-core.git/commitdiff
Poky Reference Manual: Added BBFILE_PRIORITY glossary term.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Wed, 10 Nov 2010 18:54:36 +0000 (10:54 -0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Mon, 15 Nov 2010 22:25:25 +0000 (22:25 +0000)
The Extending Poky chapter referenced this non-existent term.  I
added it.

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
documentation/poky-ref-manual/ref-variables.xml

index 3089166ba7bb2a225e1556ba352697355086f933..cb308b76ab0f8f9fa1fc10dde25b3d5616d09896 100644 (file)
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-BBFILE_PATTERN'><glossterm>BBFILE_PATTERN</glossterm>
+            <glossdef>
+                <para>Variable that expands to match files from BBFILES in a particular layer.  BBFILE_PATTERN 
+                    is used in the <filename>conf/layer.conf</filename> file and must contain the name of the 
+                    specific layer (e.g. BBFILE_PATTERN_emenlow).</para>
+            </glossdef>
+        </glossentry>
+
+        <glossentry id='var-BBFILE_PRIORITY'><glossterm>BBFILE_PRIORITY</glossterm>
+            <glossdef>
+                <para>Assigns different priorities to recipe files in different layers. 
+                    This variable is useful in situations where the same package might appear in multiple layers.
+                    It allows you to choose what takes precedence.</para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-BBFILES'><glossterm>BBFILES</glossterm>
             <glossdef>
                 <para>List of recipes used by BitBake to build software</para>