summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-24 15:03:31 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:36 +0000
commit199a4b331f8159359dc3dee6404cae47fa135634 (patch)
tree6c1be6b4a86cf7a8b8303cdd707a289aa5e081b5
parent6ee63d06e2f5e0197312fa7fec190df799eb5e6c (diff)
downloadpoky-199a4b331f8159359dc3dee6404cae47fa135634.tar.gz
ref-manual: Added BUILDHISTORY_DIR_IMAGE to glossary.
(From yocto-docs rev: 2665537abc2db910596e8979fca367d1c8ab2931) 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 4e78c3e7f3..c9fc58f7eb 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -917,6 +917,30 @@
917 </glossdef> 917 </glossdef>
918 </glossentry> 918 </glossentry>
919 919
920 <glossentry id='var-BUILDHISTORY_DIR_IMAGE'><glossterm>BUILDHISTORY_DIR_IMAGE</glossterm>
921 <glossdef>
922 <para>
923 When inheriting the
924 <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link>
925 class, specifies the base name of the image analyzed using
926 build history feature.
927 For more information on how the variable works, see the
928 <filename>buildhistory.class</filename>.
929 For more information on how build history works, see the
930 "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>"
931 section.
932 </para>
933
934 <para>
935 By default, the <filename>buildhistory</filename> class
936 sets the image name as follows:
937 <literallayout class='monospaced'>
938 BUILDHISTORY_DIR_IMAGE = "${BUILDHISTORY_DIR}/images/${MACHINE_ARCH}/${TCLIBC}/${IMAGE_BASENAME}"
939 </literallayout>
940 </para>
941 </glossdef>
942 </glossentry>
943
920 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm> 944 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm>
921 <glossdef> 945 <glossdef>
922 <para> 946 <para>