diff options
| author | Scott Rifenbark <srifenbark@gmail.com> | 2019-05-23 12:54:35 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-18 11:30:37 +0100 |
| commit | abb36e3231a23193131e0e29718f2143ec1d5053 (patch) | |
| tree | a265ed596d7e99e403efdcbfb5c1cd1654b81049 /documentation/ref-manual/ref-tasks.xml | |
| parent | fb922f347f858b835e2ad0cff68f09b231f6ebd1 (diff) | |
| download | poky-abb36e3231a23193131e0e29718f2143ec1d5053.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: ab63a38340fbbcffb8e02b0cb925c637615f884c)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-tasks.xml')
| -rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 38 |
1 files changed, 9 insertions, 29 deletions
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index 8f3ff26d24..c7e83cf735 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
| @@ -158,32 +158,6 @@ | |||
| 158 | </para> | 158 | </para> |
| 159 | </section> | 159 | </section> |
| 160 | 160 | ||
| 161 | <section id='ref-tasks-distrodata'> | ||
| 162 | <title><filename>do_distrodata</filename></title> | ||
| 163 | |||
| 164 | <para> | ||
| 165 | Provides information about the recipe. | ||
| 166 | </para> | ||
| 167 | |||
| 168 | <para> | ||
| 169 | The <filename>distrodata</filename> task is included as part of the | ||
| 170 | <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> | ||
| 171 | class. | ||
| 172 | </para> | ||
| 173 | |||
| 174 | <para> | ||
| 175 | To build the <filename>distrodata</filename> task, use the | ||
| 176 | <filename>bitbake</filename> command with the "-c" option and | ||
| 177 | task name: | ||
| 178 | <literallayout class='monospaced'> | ||
| 179 | $ bitbake core-image-minimal -c distrodata | ||
| 180 | </literallayout> | ||
| 181 | By default, the results are stored in | ||
| 182 | <link linkend='var-LOG_DIR'><filename>$LOG_DIR</filename></link> | ||
| 183 | (e.g. <filename>$BUILD_DIR/tmp/log</filename>). | ||
| 184 | </para> | ||
| 185 | </section> | ||
| 186 | |||
| 187 | <section id='ref-tasks-fetch'> | 161 | <section id='ref-tasks-fetch'> |
| 188 | <title><filename>do_fetch</filename></title> | 162 | <title><filename>do_fetch</filename></title> |
| 189 | 163 | ||
| @@ -635,9 +609,15 @@ | |||
| 635 | </para> | 609 | </para> |
| 636 | 610 | ||
| 637 | <para> | 611 | <para> |
| 638 | The <filename>checkpkg</filename> task is included as part of the | 612 | To check the upstream version and status of a recipe, use the |
| 639 | <link linkend='ref-classes-distrodata'><filename>distrodata</filename></link> | 613 | following devtool commands: |
| 640 | class. | 614 | <literallayout class='monospaced'> |
| 615 | $ devtool latest-version | ||
| 616 | $ devtool check-upgrade-status | ||
| 617 | </literallayout> | ||
| 618 | See the | ||
| 619 | "<link linkend='ref-devtool-reference'><filename>devtool</filename> Quick Reference</link>" | ||
| 620 | chapter for more information on <filename>devtool</filename>. | ||
| 641 | </para> | 621 | </para> |
| 642 | 622 | ||
| 643 | <para> | 623 | <para> |
