summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual
diff options
context:
space:
mode:
authorPeter Kjellerstedt <peter.kjellerstedt at axis.com>2018-05-03 06:42:04 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:18:01 +0100
commit3b33767b75ba2db0b5d7921c4ad762ca7ab87773 (patch)
tree1ca0c96e7f6606f36dbf542586bd973a80a7805b /documentation/ref-manual
parente392813249562335dbab03f0d0f7c6e5532eb407 (diff)
downloadpoky-3b33767b75ba2db0b5d7921c4ad762ca7ab87773.tar.gz
ref-manual: Updated the BUILDHISTORY_FEATURES variable description
Added a new feature (task) to the list of available features you can use with the variable. The "task" feature saves output file signatures for sstate tasks. (From yocto-docs rev: 0669580ce40c46f0b5f8204a6b00e11f725a383c) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r--documentation/ref-manual/ref-variables.xml12
1 files changed, 10 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index a3830d8861..0e3b6bd3be 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -1928,7 +1928,7 @@
1928 </para> 1928 </para>
1929 1929
1930 <para> 1930 <para>
1931 You can specify three features in the form of a 1931 You can specify these features in the form of a
1932 space-separated list: 1932 space-separated list:
1933 <itemizedlist> 1933 <itemizedlist>
1934 <listitem><para><emphasis>image:</emphasis> 1934 <listitem><para><emphasis>image:</emphasis>
@@ -1936,6 +1936,14 @@
1936 includes the list of installed packages among other 1936 includes the list of installed packages among other
1937 things. 1937 things.
1938 </para></listitem> 1938 </para></listitem>
1939 <listitem><para><emphasis>task:</emphasis>
1940 Save output file signatures for
1941 <ulink url='&YOCTO_DOCS_OM_URL;#shared-state-cache'>shared state</ulink>
1942 (sstate) tasks.
1943 This saves one file per task and lists the SHA-256
1944 checksums for each file staged (i.e. the output of
1945 the task).
1946 </para></listitem>
1939 <listitem><para><emphasis>package:</emphasis> 1947 <listitem><para><emphasis>package:</emphasis>
1940 Analysis of the contents of individual packages. 1948 Analysis of the contents of individual packages.
1941 </para></listitem> 1949 </para></listitem>
@@ -1948,7 +1956,7 @@
1948 1956
1949 <para> 1957 <para>
1950 By default, the <filename>buildhistory</filename> class 1958 By default, the <filename>buildhistory</filename> class
1951 enables all three features: 1959 enables the following features:
1952 <literallayout class='monospaced'> 1960 <literallayout class='monospaced'>
1953 BUILDHISTORY_FEATURES ?= "image package sdk" 1961 BUILDHISTORY_FEATURES ?= "image package sdk"
1954 </literallayout> 1962 </literallayout>