From: Scott Rifenbark Date: Fri, 21 Sep 2012 13:47:08 +0000 (-0700) Subject: documentation/poky-ref-manual/ref-variables.xml: New P variable glossary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f46d5b75c3cd1ec20660e9de4cdd670713fbc17f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index cbedfd010b8..f7be6704056 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -31,7 +31,7 @@ M - P + P R S @@ -1480,6 +1480,16 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" P + P + + The recipe name and version. + P is comprised of the following: + + ${PN}-${PV} + + + + PACKAGE_ARCH The architecture of the resulting package or packages.