diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 005b961a84..c45116e8d8 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -281,13 +281,13 @@ BPN The bare name of the recipe or package. - This variable is a version of the PN variable + This variable is a version of the PN variable but has common suffixes and prefixes such as "-native", "-cross" and "multilib" removed. The exact list of suffixes removed is specified by the - SPECIAL_PKGSUFFIX variable. + SPECIAL_PKGSUFFIX variable. The exact list of prefixes removed is specified by the - MLPREFIX variable. + MLPREFIX variable. Prefixes are removed for multilib and nativesdk cases. @@ -1528,11 +1528,11 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" Specifies a prefix has been added to - PN to create a special version + PN to create a special version of a recipe or package, such as a multilib version. The variable is used in places where the prefix needs to be added to or removed from a the name (e.g. the - BPN variable). + BPN variable). MLPREFIX gets set when a prefix has been added to PN. @@ -1960,10 +1960,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SPECIAL_PKGSUFFIX - A list of prefixes for PN used by the + A list of prefixes for PN used by the OpenEmbedded build system to create variants of recipes or packages. The list specifies the prefixes to strip off during certain circumstances - such as the generation of the BPN variable. + such as the generation of the BPN variable.