diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-03-22 12:10:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-23 21:56:10 +0000 |
commit | b44d9e553a84e07e34c2c1a74523473631e8e1d5 (patch) | |
tree | 9d833dc43a4b3086b2d61a2ff0a44e5d4b5c4573 /documentation/ref-manual/ref-classes.xml | |
parent | 54050ffceb96b8ad8c089f6612e094a367a4edc8 (diff) | |
download | poky-b44d9e553a84e07e34c2c1a74523473631e8e1d5.tar.gz |
ref-manual: Created distrodata and checkpkg tasks, updated distrodata class
Fixes [YOCTO #7894]
I created two new task reference sections: distrodata and
checkpkg. Also, updated the distrodata class description to
reflect the presence of these new tasks.
(From yocto-docs rev: 3896cbf640d296dafb5eda37f89bba31a47ca8a5)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3f387a3e1a..71df79fa62 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -714,7 +714,9 @@ | |||
714 | provides for automatic checking for upstream recipe updates. | 714 | provides for automatic checking for upstream recipe updates. |
715 | The class creates a comma-separated value (CSV) spreadsheet that | 715 | The class creates a comma-separated value (CSV) spreadsheet that |
716 | contains information about the recipes. | 716 | contains information about the recipes. |
717 | The information provides the <filename>do_distrodata</filename> and | 717 | The information provides the |
718 | <link linkend='ref-tasks-distrodata'><filename>do_distrodata</filename></link> | ||
719 | and | ||
718 | <filename>do_distro_check</filename> tasks, which do upstream checking | 720 | <filename>do_distro_check</filename> tasks, which do upstream checking |
719 | and also verify if a package is used in multiple major distributions. | 721 | and also verify if a package is used in multiple major distributions. |
720 | </para> | 722 | </para> |
@@ -728,6 +730,13 @@ | |||
728 | INHERIT+= "distrodata" | 730 | INHERIT+= "distrodata" |
729 | </literallayout> | 731 | </literallayout> |
730 | </para> | 732 | </para> |
733 | |||
734 | <para> | ||
735 | The <filename>distrodata</filename> class also provides the | ||
736 | <link linkend='ref-tasks-checkpkg'><filename>do_checkpkg</filename></link> | ||
737 | task, which can be used against a simple recipe or against an | ||
738 | image to get all its recipe information. | ||
739 | </para> | ||
731 | </section> | 740 | </section> |
732 | 741 | ||
733 | <section id='ref-classes-distutils'> | 742 | <section id='ref-classes-distutils'> |