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 | |
parent | 3232d19af10d4b925f34d63fcf0691f4de2baa3e (diff) | |
download | ast2050-yocto-poky-f46d5b75c3cd1ec20660e9de4cdd670713fbc17f.zip ast2050-yocto-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>
-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 cbedfd0..f7be670 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -31,7 +31,7 @@ <link linkend='var-MACHINE'>M</link> <!-- <link linkend='var-glossary-n'>N</link> --> <!-- <link linkend='var-glossary-o'>O</link> --> - <link linkend='var-PACKAGE_ARCH'>P</link> + <link linkend='var-P'>P</link> <!-- <link linkend='var-glossary-q'>Q</link> --> <link linkend='var-RCONFLICTS'>R</link> <link linkend='var-S'>S</link> @@ -1480,6 +1480,16 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" <glossdiv id='var-glossary-p'><title>P</title> + <glossentry id='var-P'><glossterm>P</glossterm> + <glossdef> + <para>The recipe name and version. + <filename>P</filename> is comprised of the following: + <literallayout class='monospaced'> + ${PN}-${PV} + </literallayout></para> + </glossdef> + </glossentry> + <glossentry id='var-PACKAGE_ARCH'><glossterm>PACKAGE_ARCH</glossterm> <glossdef> <para>The architecture of the resulting package or packages.</para> |