summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2014-02-24 14:44:49 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-25 12:29:36 +0000
commit4a39d82139a0eddc8ed0140f5c3e1a3a89564ab5 (patch)
treefa5c8b6effe99298599f67a632c3fc2cf9ff3a61
parent81f7ff34b11ad4dc37cf53f2017004484475f459 (diff)
downloadpoky-4a39d82139a0eddc8ed0140f5c3e1a3a89564ab5.tar.gz
ref-manual: Added BUILDHISTORY_FEATURES to glossary.
Fixes [YOCTO #5855] Added this new variable to the glossary. (From yocto-docs rev: 72e31962ecb3289c3f986ecb54a5590b5101067d) 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.xml41
1 files changed, 41 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 030c422c57..6fd953df6c 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -896,6 +896,47 @@
896 </glossdef> 896 </glossdef>
897 </glossentry> 897 </glossentry>
898 898
899 <glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm>
900 <glossdef>
901 <para>
902 When inheriting the
903 <link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link>
904 class, specifies the build history features the
905 OpenEmbedded build system uses.
906 For more information on how build history works, see the
907 "<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>"
908 section.
909 </para>
910
911 <para>
912 You can specify three features in the form of a
913 space-separated list:
914 <itemizedlist>
915 <listitem><para><emphasis>image:</emphasis>
916 Analysis of the contents of images, which
917 includes the list of installed packages among other
918 things.
919 </para></listitem>
920 <listitem><para><emphasis>package:</emphasis>
921 Analysis of the contents of individual packages.
922 </para></listitem>
923 <listitem><para><emphasis>sdk:</emphasis>
924 Analysis of the contents of the software
925 development kit (SDK).
926 </para></listitem>
927 </itemizedlist>
928 </para>
929
930 <para>
931 By default, the <filename>buildhistory</filename> class
932 enables all three features:
933 <literallayout class='monospaced'>
934 BUILDHISTORY_FEATURES ?= "image package sdk"
935 </literallayout>
936 </para>
937 </glossdef>
938 </glossentry>
939
899 <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm> 940 <glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm>
900 <glossdef> 941 <glossdef>
901 <para> 942 <para>