diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-21 06:47:08 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 16:36:09 +0100 |
commit | f46d5b75c3cd1ec20660e9de4cdd670713fbc17f (patch) | |
tree | 064515949c2abb4f9d81030f9a434292d6c22fba /documentation/poky-ref-manual/ref-variables.xml | |
parent | 3232d19af10d4b925f34d63fcf0691f4de2baa3e (diff) | |
download | poky-f46d5b75c3cd1ec20660e9de4cdd670713fbc17f.tar.gz |
documentation/poky-ref-manual/ref-variables.xml: New P variable glossary
Added a glossary entry for the P variable.
(From yocto-docs rev: f1d65b7cca35bdfaad029523de0d88d4e009f82a)
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.xml | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index cbedfd010b..f7be670405 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml | |||
@@ -31,7 +31,7 @@ | |||
31 | <link linkend='var-MACHINE'>M</link> | 31 | <link linkend='var-MACHINE'>M</link> |
32 | <!-- <link linkend='var-glossary-n'>N</link> --> | 32 | <!-- <link linkend='var-glossary-n'>N</link> --> |
33 | <!-- <link linkend='var-glossary-o'>O</link> --> | 33 | <!-- <link linkend='var-glossary-o'>O</link> --> |
34 | <link linkend='var-PACKAGE_ARCH'>P</link> | 34 | <link linkend='var-P'>P</link> |
35 | <!-- <link linkend='var-glossary-q'>Q</link> --> | 35 | <!-- <link linkend='var-glossary-q'>Q</link> --> |
36 | <link linkend='var-RCONFLICTS'>R</link> | 36 | <link linkend='var-RCONFLICTS'>R</link> |
37 | <link linkend='var-S'>S</link> | 37 | <link linkend='var-S'>S</link> |
@@ -1480,6 +1480,16 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" | |||
1480 | 1480 | ||
1481 | <glossdiv id='var-glossary-p'><title>P</title> | 1481 | <glossdiv id='var-glossary-p'><title>P</title> |
1482 | 1482 | ||
1483 | <glossentry id='var-P'><glossterm>P</glossterm> | ||
1484 | <glossdef> | ||
1485 | <para>The recipe name and version. | ||
1486 | <filename>P</filename> is comprised of the following: | ||
1487 | <literallayout class='monospaced'> | ||
1488 | ${PN}-${PV} | ||
1489 | </literallayout></para> | ||
1490 | </glossdef> | ||
1491 | </glossentry> | ||
1492 | |||
1483 | <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> | 1493 | <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> |
1484 | <glossdef> | 1494 | <glossdef> |
1485 | <para>The architecture of the resulting package or packages.</para> | 1495 | <para>The architecture of the resulting package or packages.</para> |