From: Scott Rifenbark Date: Fri, 21 Sep 2012 13:55:59 +0000 (-0700) Subject: documentation/poky-ref-manual/ref-variables.xml: added BP variable glossary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=249869ec2fb092fbb87bcce3ba3847d140dd6120;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git documentation/poky-ref-manual/ref-variables.xml: added BP variable glossary Added a new glossary entry for the BP variable. (From yocto-docs rev: a6a8f7ad9157932799eb3e3d0bbffdf93ed70c0e) 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 f7be6704056..8a428278ff1 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -264,6 +264,18 @@ + BP + + The base recipe name and version but without any special + package name suffix (i.e. -native, lib64-, + and so forth). + BP is comprised of the following: + + ${BPN}-${PV} + + + + BPN Bare name of package with any suffixes like -cross -native removed.