From 5f36c002cfea8f56a1e2d732dbf1d9930a1b1fb1 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Feb 2014 15:07:03 -0600 Subject: ref-manual: Added BUILDHISTORY_DIR_PACKAGE to the glossary. (From yocto-docs rev: 0e70c4cd0a7c238aefa2a9ec37e89163d541d4a7) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index c9fc58f7eb..f6bc06585d 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -941,6 +941,30 @@ + BUILDHISTORY_DIR_PACKAGE + + + When inheriting the + buildhistory + class, specifies the name of the package analyzed using + the build history feature. + For more information on how the variable works, see the + buildhistory.class. + For more information on how build history works, see the + "Maintaining Build Output Quality" + section. + + + + By default, the buildhistory class + sets the package name as follows: + + BUILDHISTORY_DIR_PACKAGE = "${BUILDHISTORY_DIR}/packages/${MULTIMACH_TARGET_SYS}/${PN}" + + + + + BUILDHISTORY_FEATURES -- cgit v1.2.3-54-g00ecf