ref-manual, dev-manual: Removed fetchall and checkuriall tasks

Fixed [YOCTO #12547]

ref-manual:
Removed fetchall and checkuriall tasks.

dev-manual:
Replaced "bitbake -c fetchall target" command with
'bitbake -c target --runall="fetch"'.

(From yocto-docs rev: 6d5cad8755e8817d50a9f88cb18115f43bb0b54a)

Signed-off-by: Kristi Rifenbark <kristi@buzzcollectivemarketing.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Kristi Rifenbark
2018-02-15 14:34:10 -08:00
committed by Richard Purdie
parent 2c0d16904d
commit a70b32c5a0
2 changed files with 1 additions and 19 deletions

View File

@@ -8865,7 +8865,7 @@ Some notes from Cal:
Use the following BitBake command form to fetch all the
necessary sources without starting the build:
<literallayout class='monospaced'>
$ bitbake -c fetchall <replaceable>target</replaceable>
$ bitbake -c <replaceable>target</replaceable> runall="fetch"
</literallayout>
This variation of the BitBake command guarantees that you
have all the sources for that BitBake target should you

View File

@@ -596,16 +596,6 @@
</para>
</section>
<section id='ref-tasks-checkuriall'>
<title><filename>do_checkuriall</filename></title>
<para>
Validates the
<link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>
value for all recipes required to build a target.
</para>
</section>
<section id='ref-tasks-clean'>
<title><filename>do_clean</filename></title>
@@ -741,14 +731,6 @@
</para>
</section>
<section id='ref-tasks-fetchall'>
<title><filename>do_fetchall</filename></title>
<para>
Fetches all remote sources required to build a target.
</para>
</section>
<section id='ref-tasks-listtasks'>
<title><filename>do_listtasks</filename></title>