[yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES

Peter Kjellerstedt peter.kjellerstedt at axis.com
Tue Apr 3 10:33:51 PDT 2018


Anything preventing this from being added to the manual?

//Peter

> -----Original Message-----
> From: yocto-bounces at yoctoproject.org [mailto:yocto-
> bounces at yoctoproject.org] On Behalf Of Peter Kjellerstedt
> Sent: den 15 mars 2018 15:09
> To: yocto at yoctoproject.org; Scott Rifenbark <srifenbark at gmail.com>
> Subject: Re: [yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES
> 
> Ping?
> 
> //Peter
> 
> > -----Original Message-----
> > From: yocto-bounces at yoctoproject.org [mailto:yocto-
> > bounces at yoctoproject.org] On Behalf Of Peter Kjellerstedt
> > Sent: den 29 januari 2018 19:58
> > To: yocto at yoctoproject.org; Scott Rifenbark <srifenbark at gmail.com>
> > Subject: [yocto] [PATCH] ref-manual: Document the task feature of BUILDHISTORY_FEATURES
> >
> > Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt at axis.com>
> > ---
> >  documentation/ref-manual/ref-variables.xml | 11 ++++++++---
> >  1 file changed, 8 insertions(+), 3 deletions(-)
> >
> > diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
> > index 521eaeaed2..70e5e3428b 100644
> > --- a/documentation/ref-manual/ref-variables.xml
> > +++ b/documentation/ref-manual/ref-variables.xml
> > @@ -1927,8 +1927,8 @@
> >                  </para>
> >
> >                  <para>
> > -                    You can specify three features in the form of a
> > -                    space-separated list:
> > +                    You can specify features in the form of a space-separated
> > +                    list:
> >                      <itemizedlist>
> >                          <listitem><para><emphasis>image:</emphasis>
> >                              Analysis of the contents of images, which
> > @@ -1942,12 +1942,17 @@
> >                              Analysis of the contents of the software
> >                              development kit (SDK).
> >                              </para></listitem>
> > +                        <listitem><para><emphasis>task:</emphasis>
> > +                            Save output file signatures for sstate tasks.  This
> > +                            saves a file per task listing the SHA-256 checksums
> > +                            for each file staged, i.e., the output of the task.
> > +                            </para></listitem>
> >                      </itemizedlist>
> >                  </para>
> >
> >                  <para>
> >                      By default, the <filename>buildhistory</filename> class
> > -                    enables all three features:
> > +                    enables the following features:
> >                      <literallayout class='monospaced'>
> >       BUILDHISTORY_FEATURES ?= "image package sdk"
> >                      </literallayout>
> > --
> > 2.12.0




More information about the yocto mailing list