From 35abb93edfae4d16143008eb100fca7e2cf21296 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 20 Sep 2012 13:04:55 -0700 Subject: 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 --- documentation/poky-ref-manual/ref-variables.xml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'documentation/poky-ref-manual/ref-variables.xml') diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index aa21d22174..1ef8163c6e 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. -- cgit v1.2.3-54-g00ecf