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:50 +0100 |
| commit | 8dcc289ee4ecb38769199acb0e0e3fdcd69117a0 (patch) | |
| tree | 6959e57c0b9bbc950201e63f41c2f4642f3dee44 /documentation | |
| parent | 4a847c8abddad4f1b04e597a2154c187b17a4773 (diff) | |
| download | poky-8dcc289ee4ecb38769199acb0e0e3fdcd69117a0.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> |
