mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
documentation/poky-ref-manual/ref-variables.xml: added BP variable glossary
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>
This commit is contained in:
committed by
Richard Purdie
parent
f46d5b75c3
commit
249869ec2f
@@ -264,6 +264,18 @@
|
|||||||
</glossdef>
|
</glossdef>
|
||||||
</glossentry>
|
</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>
|
<glossentry id='var-BPN'><glossterm>BPN</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>Bare name of package with any suffixes like -cross -native removed.</para>
|
<para>Bare name of package with any suffixes like -cross -native removed.</para>
|
||||||
|
|||||||
Reference in New Issue
Block a user