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>
This commit is contained in:
Scott Rifenbark
2019-05-23 12:54:35 -07:00
committed by Richard Purdie
parent d4fc8cf7ae
commit f21fc9d1be
5 changed files with 20 additions and 87 deletions

View File

@@ -158,32 +158,6 @@
</para>
</section>
<section id='ref-tasks-distrodata'>
<title><filename>do_distrodata</filename></title>
<para>
Provides information about the recipe.
</para>
<para>
The <filename>distrodata</filename> task is included as part of the
<link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
class.
</para>
<para>
To build the <filename>distrodata</filename> task, use the
<filename>bitbake</filename> command with the "-c" option and
task name:
<literallayout class='monospaced'>
$ bitbake core-image-minimal -c distrodata
</literallayout>
By default, the results are stored in
<link linkend='var-LOG_DIR'><filename>$LOG_DIR</filename></link>
(e.g. <filename>$BUILD_DIR/tmp/log</filename>).
</para>
</section>
<section id='ref-tasks-fetch'>
<title><filename>do_fetch</filename></title>
@@ -636,9 +610,15 @@
</para>
<para>
The <filename>checkpkg</filename> task is included as part of the
<link linkend='ref-classes-distrodata'><filename>distrodata</filename></link>
class.
To check the upstream version and status of a recipe, use the
following devtool commands:
<literallayout class='monospaced'>
$ devtool latest-version
$ devtool check-upgrade-status
</literallayout>
See the
"<link linkend='ref-devtool-reference'><filename>devtool</filename> Quick Reference</link>"
chapter for more information on <filename>devtool</filename>.
</para>
<para>