mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
81f7ff34b1
commit
4a39d82139
@@ -896,6 +896,47 @@
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BUILDHISTORY_FEATURES'><glossterm>BUILDHISTORY_FEATURES</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
When inheriting the
|
||||
<link linkend='ref-classes-buildhistory'><filename>buildhistory</filename></link>
|
||||
class, specifies the build history features the
|
||||
OpenEmbedded build system uses.
|
||||
For more information on how build history works, see the
|
||||
"<link linkend='maintaining-build-output-quality'>Maintaining Build Output Quality</link>"
|
||||
section.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
You can specify three features in the form of a
|
||||
space-separated list:
|
||||
<itemizedlist>
|
||||
<listitem><para><emphasis>image:</emphasis>
|
||||
Analysis of the contents of images, which
|
||||
includes the list of installed packages among other
|
||||
things.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>package:</emphasis>
|
||||
Analysis of the contents of individual packages.
|
||||
</para></listitem>
|
||||
<listitem><para><emphasis>sdk:</emphasis>
|
||||
Analysis of the contents of the software
|
||||
development kit (SDK).
|
||||
</para></listitem>
|
||||
</itemizedlist>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
By default, the <filename>buildhistory</filename> class
|
||||
enables all three features:
|
||||
<literallayout class='monospaced'>
|
||||
BUILDHISTORY_FEATURES ?= "image package sdk"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BUILDSTATS_BASE'><glossterm>BUILDSTATS_BASE</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user