From 249869ec2fb092fbb87bcce3ba3847d140dd6120 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 21 Sep 2012 06:55:59 -0700 Subject: 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 --- documentation/poky-ref-manual/ref-variables.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index f7be670405..8a428278ff 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. -- cgit v1.2.3-54-g00ecf