mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 06:32:34 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
54050ffceb
commit
b44d9e553a
@@ -714,7 +714,9 @@
|
||||
provides for automatic checking for upstream recipe updates.
|
||||
The class creates a comma-separated value (CSV) spreadsheet that
|
||||
contains information about the recipes.
|
||||
The information provides the <filename>do_distrodata</filename> and
|
||||
The information provides the
|
||||
<link linkend='ref-tasks-distrodata'><filename>do_distrodata</filename></link>
|
||||
and
|
||||
<filename>do_distro_check</filename> tasks, which do upstream checking
|
||||
and also verify if a package is used in multiple major distributions.
|
||||
</para>
|
||||
@@ -728,6 +730,13 @@
|
||||
INHERIT+= "distrodata"
|
||||
</literallayout>
|
||||
</para>
|
||||
|
||||
<para>
|
||||
The <filename>distrodata</filename> class also provides the
|
||||
<link linkend='ref-tasks-checkpkg'><filename>do_checkpkg</filename></link>
|
||||
task, which can be used against a simple recipe or against an
|
||||
image to get all its recipe information.
|
||||
</para>
|
||||
</section>
|
||||
|
||||
<section id='ref-classes-distutils'>
|
||||
|
||||
Reference in New Issue
Block a user