]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
documentation/poky-ref-manual/ref-variables.xml: added BP variable glossary
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Fri, 21 Sep 2012 13:55:59 +0000 (06:55 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 24 Sep 2012 15:36:09 +0000 (16:36 +0100)
Added a new glossary entry for the BP variable.

(From yocto-docs rev: a6a8f7ad9157932799eb3e3d0bbffdf93ed70c0e)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/poky-ref-manual/ref-variables.xml

index f7be67040567987805fc214135602d55819aa0d1..8a428278ff1adc6e0b6ca82a9ff7e7f6bbd31bb5 100644 (file)
             </glossdef>
         </glossentry>
 
+        <glossentry id='var-BP'><glossterm>BP</glossterm>
+            <glossdef>
+                <para>The base recipe name and version but without any special 
+                    package name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>,
+                    and so forth).
+                    <filename>BP</filename> is comprised of the following:
+                    <literallayout class="monospaced">
+     ${BPN}-${PV}
+                    </literallayout></para>
+            </glossdef>
+        </glossentry>
+
         <glossentry id='var-BPN'><glossterm>BPN</glossterm>
             <glossdef>
                 <para>Bare name of package with any suffixes like -cross -native removed.</para>