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