diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-10-11 11:35:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-15 14:45:14 +0100 |
commit | 277e463dfd41eab047c0a50e4c8e02f26d0f98c0 (patch) | |
tree | acd3deae104e08fa9f6ac634c1c1e13a8f5d239c /documentation | |
parent | c75c152ec4aa6aef389aa6e01e999ab5702ca963 (diff) | |
download | poky-277e463dfd41eab047c0a50e4c8e02f26d0f98c0.tar.gz |
documentation: poky-ref-manual - Updates to the BPN variable.
(From yocto-docs rev: ae0be8b69e3acfd423d5d062ec32621eb3dce4c5)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/poky-ref-manual/ref-variables.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 0387dbcf2d..806f4f8f05 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -280,13 +280,13 @@ | |||
280 | 280 | ||
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. |
284 | This variable is a version of the <link linkend='var-PN'><filename>PN</filename></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 removes common suffixes such as "-native" and "-cross" as well |
286 | removed. | 286 | as removes common prefixes such as multilib's "lib64-" and "lib32-". |
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'><filename>SPECIAL_PKGSUFFIX</filename></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'><filename>MLPREFIX</filename></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> |