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.