diff options
| author | Peter Kjellerstedt <peter.kjellerstedt at axis.com> | 2018-05-03 06:42:04 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-24 17:16:30 +0100 |
| commit | 27fb732a64c6c13b68b930e27ab5289a0d92ab7c (patch) | |
| tree | e54c8b72bf9b7c640d3af801b6b71cca4170ab15 /documentation | |
| parent | 8dabbc9ff3e6ceccc8bef7a2f5673f2a2c7cccdb (diff) | |
| download | poky-27fb732a64c6c13b68b930e27ab5289a0d92ab7c.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')
| -rw-r--r-- | documentation/ref-manual/ref-variables.xml | 12 |
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> |
