summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/ref-variables.xml24
1 files changed, 24 insertions, 0 deletions
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 @@
941 </glossdef> 941 </glossdef>
942 </glossentry> 942 </glossentry>
943 943
944 <glossentry id='var-BUILDHISTORY_DIR_PACKAGE'><glossterm>BUILDHISTORY_DIR_PACKAGE</glossterm>
945 <glossdef>
946 <para>
947 When inheriting the
948 <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link>
949 class, specifies the name of the package analyzed using
950 the build history feature.
951 For more information on how the variable works, see the
952 <filename>buildhistory.class</filename>.
953 For more information on how build history works, see the
954 "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>"
955 section.
956 </para>
957
958 <para>
959 By default, the <filename>buildhistory</filename> class
960 sets the package name as follows:
961 <literallayout class='monospaced'>
962 BUILDHISTORY_DIR_PACKAGE = "${BUILDHISTORY_DIR}/packages/${MULTIMACH_TARGET_SYS}/${PN}"
963 </literallayout>
964 </para>
965 </glossdef>
966 </glossentry>
967
944 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> 968 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm>
945 <glossdef> 969 <glossdef>
946 <para> 970 <para>