From: Scott Rifenbark Date: Thu, 20 Sep 2012 20:04:55 +0000 (-0700) Subject: documentation/poky-ref-manual/ref-variables.xml: re-write SRC_URI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35abb93edfae4d16143008eb100fca7e2cf21296;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/poky-ref-manual/ref-variables.xml: re-write SRC_URI Re-write of the SRC_URI glossary entry so that proper terminology for PN is used. This context the PN refers to the recipe name and not a resulting package. (From yocto-docs rev: fc371890d9797ba57e2ce848cd2f82f42dd6ac36) 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 aa21d221740..1ef8163c6ee 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1846,28 +1846,29 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" which are assumed to be a subdirectories of the directory in which the recipe file resides: - ${PN} - The package name - with any special suffix (i.e. bash-native, - bash). - The package name (PN) includes the special suffix - -native for native recipes, - -cross for cross recipes, a Multilib suffix - for Multilib recipes, and so forth). + ${PN} - The recipe name + with any special suffix or prefix. + For example, using bash to build for the native + machine, PN is bash-native. + Using bash to build for the target and for Multilib, + PN would be bash and + lib64-bash, respectively. + ${PF} - ${PN}-${EXTENDPE}${PV}-${PR}. - The package name including all version and revision numbers + The recipe name including all version and revision numbers (i.e. eglibc-2.13-r20+svnr15508/ and bash-4.2-r1/). ${P} - ${PN}-${PV}. - The package name and version (i.e. bash-4.2). + The recipe name and version (i.e. bash-4.2). ${BPN} - The - base package name without any special suffix or version numbers. + base recipe name without any special suffix or version numbers. ${BP} - ${BPN}-${PV}. - The base package name and version but without any special + The base recipe name and version but without any special package name suffix. Files - Files beneath the directory in which the recipe resides.