summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-21 06:55:59 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 16:36:09 +0100
commit249869ec2fb092fbb87bcce3ba3847d140dd6120 (patch)
treeebf42074688f55dc40c481b444c02d98794b2110
parentf46d5b75c3cd1ec20660e9de4cdd670713fbc17f (diff)
downloadpoky-249869ec2fb092fbb87bcce3ba3847d140dd6120.tar.gz
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>
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index f7be670405..8a428278ff 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -264,6 +264,18 @@
264 </glossdef> 264 </glossdef>
265 </glossentry> 265 </glossentry>
266 266
267 <glossentry id='var-BP'><glossterm>BP</glossterm>
268 <glossdef>
269 <para>The base recipe name and version but without any special
270 package name suffix (i.e. <filename>-native</filename>, <filename>lib64-</filename>,
271 and so forth).
272 <filename>BP</filename> is comprised of the following:
273 <literallayout class="monospaced">
274 ${BPN}-${PV}
275 </literallayout></para>
276 </glossdef>
277 </glossentry>
278
267 <glossentry id='var-BPN'><glossterm>BPN</glossterm> 279 <glossentry id='var-BPN'><glossterm>BPN</glossterm>
268 <glossdef> 280 <glossdef>
269 <para>Bare name of package with any suffixes like -cross -native removed.</para> 281 <para>Bare name of package with any suffixes like -cross -native removed.</para>