summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>