diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 4e78c3e7f3..c9fc58f7eb 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -917,6 +917,30 @@ + BUILDHISTORY_DIR_IMAGE + + + When inheriting the + buildhistory + class, specifies the base name of the image analyzed using + 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 image name as follows: + + BUILDHISTORY_DIR_IMAGE = "${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}" + + + + + BUILDHISTORY_FEATURES