summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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>