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>
</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>