diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-09 14:32:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-10 15:18:14 +0100 |
commit | c2543b7ff5ee0c41eb06f62a861ede11c1bfa0aa (patch) | |
tree | a036a2ba80b8694e4932c92a33e13fa38e2ba521 /documentation/poky-ref-manual | |
parent | 3c260e5f33086f852a4f1b6249b633a05a50fda3 (diff) | |
download | 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')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 14 |
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 005b961a84..c45116e8d8 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -281,13 +281,13 @@ | |||
281 | <glossentry id='var-BPN'><glossterm>BPN</glossterm> | 281 | <glossentry id='var-BPN'><glossterm>BPN</glossterm> |
282 | <glossdef> | 282 | <glossdef> |
283 | <para>The bare name of the recipe or package. | 283 | <para>The bare name of the recipe or package. |
284 | This variable is a version of the <link linkend='var-PN'>PN</link> variable | 284 | This variable is a version of the <link linkend='var-PN'><filename>PN</filename></link> variable |
285 | but has common suffixes and prefixes such as "-native", "-cross" and "multilib" | 285 | but has common suffixes and prefixes such as "-native", "-cross" and "multilib" |
286 | removed. | 286 | removed. |
287 | The exact list of suffixes removed is specified by the | 287 | The exact list of suffixes removed is specified by the |
288 | <link linkend='var-SPECIAL_PKGSUFFIX'>SPECIAL_PKGSUFFIX</link> variable. | 288 | <link linkend='var-SPECIAL_PKGSUFFIX'><filename>SPECIAL_PKGSUFFIX</filename></link> variable. |
289 | The exact list of prefixes removed is specified by the | 289 | The exact list of prefixes removed is specified by the |
290 | <link linkend='var-MLPREFIX'>MLPREFIX</link> variable. | 290 | <link linkend='var-MLPREFIX'><filename>MLPREFIX</filename></link> variable. |
291 | Prefixes are removed for multilib and nativesdk cases.</para> | 291 | Prefixes are removed for multilib and nativesdk cases.</para> |
292 | </glossdef> | 292 | </glossdef> |
293 | </glossentry> | 293 | </glossentry> |
@@ -1528,11 +1528,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1528 | <glossdef> | 1528 | <glossdef> |
1529 | <para> | 1529 | <para> |
1530 | Specifies a prefix has been added to | 1530 | Specifies a prefix has been added to |
1531 | <link linkend='var-PN'>PN</link> to create a special version | 1531 | <link linkend='var-PN'><filename>PN</filename></link> to create a special version |
1532 | of a recipe or package, such as a multilib version. | 1532 | of a recipe or package, such as a multilib version. |
1533 | The variable is used in places where the prefix needs to be | 1533 | The variable is used in places where the prefix needs to be |
1534 | added to or removed from a the name (e.g. the | 1534 | added to or removed from a the name (e.g. the |
1535 | <link linkend='var-BPN'>BPN</link> variable). | 1535 | <link linkend='var-BPN'><filename>BPN</filename></link> variable). |
1536 | <filename>MLPREFIX</filename> gets set when a prefix has been | 1536 | <filename>MLPREFIX</filename> gets set when a prefix has been |
1537 | added to <filename>PN</filename>. | 1537 | added to <filename>PN</filename>. |
1538 | </para> | 1538 | </para> |
@@ -1960,10 +1960,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
1960 | <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX</glossterm> | 1960 | <glossentry id='var-SPECIAL_PKGSUFFIX'><glossterm>SPECIAL_PKGSUFFIX</glossterm> |
1961 | <glossdef> | 1961 | <glossdef> |
1962 | <para> | 1962 | <para> |
1963 | A list of prefixes for <link linkend='var-PN'>PN</link> used by the | 1963 | A list of prefixes for <link linkend='var-PN'><filename>PN</filename></link> used by the |
1964 | OpenEmbedded build system to create variants of recipes or packages. | 1964 | OpenEmbedded build system to create variants of recipes or packages. |
1965 | The list specifies the prefixes to strip off during certain circumstances | 1965 | The list specifies the prefixes to strip off during certain circumstances |
1966 | such as the generation of the <link linkend='var-BPN'>BPN</link> variable. | 1966 | such as the generation of the <link linkend='var-BPN'><filename>BPN</filename></link> variable. |
1967 | </para> | 1967 | </para> |
1968 | </glossdef> | 1968 | </glossdef> |
1969 | </glossentry> | 1969 | </glossentry> |