diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-12-10 16:30:10 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-11 14:19:39 +0000 |
commit | caf0dd0c612dff4199eda8cc129ade6006fa7bf2 (patch) | |
tree | f6218aa0b2bd9ea56eca5631fd7b637fa52f754b /documentation/ref-manual/ref-classes.xml | |
parent | b080c9911285b5079a94f34178fa60d1c4a5f98c (diff) | |
download | poky-caf0dd0c612dff4199eda8cc129ade6006fa7bf2.tar.gz |
ref-manual: Added more info to distrodata class.
Saul Wold provided me with more detail on this class, which
I added.
(From yocto-docs rev: eee81ed69fc6ba766926f8514e88df4ba4640cec)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.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 | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 0626e6cc75..ce76140edd 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -579,6 +579,26 @@ | |||
579 | <para> | 579 | <para> |
580 | The <filename>distrodata</filename> class | 580 | The <filename>distrodata</filename> class |
581 | provides for automatic checking for upstream recipe updates. | 581 | provides for automatic checking for upstream recipe updates. |
582 | The class creates a comma-separated value (CSV) spreadsheet that | ||
583 | contains information about the recipes. | ||
584 | The information provides the <filename>distrodata</filename> and | ||
585 | <filename>distro_check</filename> tasks, which do upstream checking | ||
586 | and also verify if a package is used in multiple major distributions. | ||
587 | </para> | ||
588 | |||
589 | <para> | ||
590 | The class is not included by default. | ||
591 | To use it, you must include the following files and set the | ||
592 | <link linkend='var-INHERIT'><filename>INHERIT</filename></link> | ||
593 | variable: | ||
594 | <literallayout class='monospaced'> | ||
595 | include conf/distro/include/distro_alias.inc | ||
596 | include conf/distro/include/recipe_color.inc | ||
597 | include conf/distro/include/maintainers.inc | ||
598 | include conf/distro/include/upstream_tracking.inc | ||
599 | include conf/distro/include/package_regex.inc | ||
600 | INHERIT+= "distrodata" | ||
601 | </literallayout> | ||
582 | </para> | 602 | </para> |
583 | </section> | 603 | </section> |
584 | 604 | ||