diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index 0387dbcf2d..806f4f8f05 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -280,13 +280,13 @@ BPN - The bare name of the recipe or package. - 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 + The bare name of the recipe. + This variable is a version of the PN variable + but removes common suffixes such as "-native" and "-cross" as well + as removes common prefixes such as multilib's "lib64-" and "lib32-". + The exact list of suffixes removed is specified by the SPECIAL_PKGSUFFIX variable. - The exact list of prefixes removed is specified by the + The exact list of prefixes removed is specified by the MLPREFIX variable. Prefixes are removed for multilib and nativesdk cases.