summaryrefslogtreecommitdiffstats
path: root/documentation/poky-ref-manual/ref-variables.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-10-09 14:32:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-10-10 15:18:14 +0100
commitc2543b7ff5ee0c41eb06f62a861ede11c1bfa0aa (patch)
treea036a2ba80b8694e4932c92a33e13fa38e2ba521 /documentation/poky-ref-manual/ref-variables.xml
parent3c260e5f33086f852a4f1b6249b633a05a50fda3 (diff)
downloadast2050-yocto-poky-c2543b7ff5ee0c41eb06f62a861ede11c1bfa0aa.zip
ast2050-yocto-poky-c2543b7ff5ee0c41eb06f62a861ede11c1bfa0aa.tar.gz
documentation: poky-ref-manual - Formatting fixes for variable names.
(From yocto-docs rev: 71c726194142821eaaf7a222001f2f5047369686) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky-ref-manual/ref-variables.xml')
-rw-r--r--documentation/poky-ref-manual/ref-variables.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index 005b961..c45116e 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -281,13 +281,13 @@
<glossentry id='var-BPN'><glossterm>BPN</glossterm>
<glossdef>
<para>The bare name of the recipe or package.
- This variable is a version of the <link linkend='var-PN'>PN</link> variable
+ This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable
but has common suffixes and prefixes such as "-native", "-cross" and "multilib"
removed.
The exact list of suffixes removed is specified by the
- <link linkend='var-SPECIAL_PKGSUFFIX'>SPECIAL_PKGSUFFIX</link> variable.
+ <link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link> variable.
The exact list of prefixes removed is specified by the
- <link linkend='var-MLPREFIX'>MLPREFIX</link> variable.
+ <link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link> variable.
Prefixes are removed for multilib and nativesdk cases.</para>
</glossdef>
</glossentry>
@@ -1528,11 +1528,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossdef>
<para>
Specifies a prefix has been added to
- <link linkend='var-PN'>PN</link> to create a special version
+ <link linkend='var-PN'><filename>PN</filename></link> to create a special version
of a recipe or package, such as a multilib version.
The variable is used in places where the prefix needs to be
added to or removed from a the name (e.g. the
- <link linkend='var-BPN'>BPN</link> variable).
+ <link linkend='var-BPN'><filename>BPN</filename></link> variable).
<filename>MLPREFIX</filename> gets set when a prefix has been
added to <filename>PN</filename>.
</para>
@@ -1960,10 +1960,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX</glossterm>
<glossdef>
<para>
- A list of prefixes for <link linkend='var-PN'>PN</link> used by the
+ A list of prefixes for <link linkend='var-PN'><filename>PN</filename></link> used by the
OpenEmbedded build system to create variants of recipes or packages.
The list specifies the prefixes to strip off during certain circumstances
- such as the generation of the <link linkend='var-BPN'>BPN</link> variable.
+ such as the generation of the <link linkend='var-BPN'><filename>BPN</filename></link> variable.
</para>
</glossdef>
</glossentry>
OpenPOWER on IntegriCloud