summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-24 15:07:03 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:36 +0000
commit5f36c002cfea8f56a1e2d732dbf1d9930a1b1fb1 (patch)
treeb6e623f7f7095df393b12a66e0db4af24000e2ad
parent199a4b331f8159359dc3dee6404cae47fa135634 (diff)
downloadpoky-5f36c002cfea8f56a1e2d732dbf1d9930a1b1fb1.tar.gz
ref-manual: Added BUILDHISTORY_DIR_PACKAGE to the glossary.
(From yocto-docs rev: 0e70c4cd0a7c238aefa2a9ec37e89163d541d4a7) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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>