diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-23 12:54:35 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-07 13:57:41 +0100 |
commit | f21fc9d1be4e6f787bab84c6c407f821882dcf8a (patch) | |
tree | 97d0be42865dc429efd016b7f2e83bc302a32a90 /documentation/ref-manual/ref-classes.xml | |
parent | d4fc8cf7ae40180a4afdc3faa614099d99774b80 (diff) | |
download | poky-f21fc9d1be4e6f787bab84c6c407f821882dcf8a.tar.gz |
dev-manual, ref-manual: removed "distrodata" class
Ousted these since it was noted in the migration section that
the class had been removed. Modified all references to the
removed class as needed.
(From yocto-docs rev: 7000acc76da6b7ee850b799347ab9083663c7e6a)
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 | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index d602851c54..f5d09dcd73 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -714,39 +714,6 @@ | |||
714 | </para> | 714 | </para> |
715 | </section> | 715 | </section> |
716 | 716 | ||
717 | <section id='ref-classes-distrodata'> | ||
718 | <title><filename>distrodata.bbclass</filename></title> | ||
719 | |||
720 | <para> | ||
721 | The <filename>distrodata</filename> class | ||
722 | provides for automatic checking for upstream recipe updates. | ||
723 | The class creates a comma-separated value (CSV) spreadsheet that | ||
724 | contains information about the recipes. | ||
725 | The information provides the | ||
726 | <link linkend='ref-tasks-distrodata'><filename>do_distrodata</filename></link> | ||
727 | and | ||
728 | <filename>do_distro_check</filename> tasks, which do upstream checking | ||
729 | and also verify if a package is used in multiple major distributions. | ||
730 | </para> | ||
731 | |||
732 | <para> | ||
733 | The class is not included by default. | ||
734 | To use it, you must set the | ||
735 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> | ||
736 | variable: | ||
737 | <literallayout class='monospaced'> | ||
738 | INHERIT+= "distrodata" | ||
739 | </literallayout> | ||
740 | </para> | ||
741 | |||
742 | <para> | ||
743 | The <filename>distrodata</filename> class also provides the | ||
744 | <link linkend='ref-tasks-checkpkg'><filename>do_checkpkg</filename></link> | ||
745 | task, which can be used against a simple recipe or against an | ||
746 | image to get all its recipe information. | ||
747 | </para> | ||
748 | </section> | ||
749 | |||
750 | <section id='ref-classes-distutils'> | 717 | <section id='ref-classes-distutils'> |
751 | <title><filename>distutils*.bbclass</filename></title> | 718 | <title><filename>distutils*.bbclass</filename></title> |
752 | 719 | ||