From 6ee63d06e2f5e0197312fa7fec190df799eb5e6c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 24 Feb 2014 14:52:37 -0600 Subject: ref-manual: Added BUILDHISTORY_DIR to glossary. (From yocto-docs rev: 67c5903602a5519049c9a449775658aa287caa93) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 6fd953df6c..4e78c3e7f3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -896,6 +896,27 @@ + BUILDHISTORY_DIR + + + When inheriting the + buildhistory + class, specifies the directory in which build history + information is kept. + For more information on how the variable works, see the + buildhistory.class. + + + + By default, the buildhistory class + sets the directory as follows: + + BUILDHISTORY_DIR ?= "${TOPDIR}/buildhistory" + + + + + BUILDHISTORY_FEATURES -- cgit v1.2.3-54-g00ecf