diff options
| author | Kristi Rifenbark <kristi@buzzcollectivemarketing.com> | 2018-02-15 14:34:10 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-03-03 08:35:24 +0000 |
| commit | a70b32c5a0e188444ff0824c0a16d0753b9c3a86 (patch) | |
| tree | 922ad8ecc172a7ee34bb28ae1de72e7633c80a3f | |
| parent | 2c0d16904d4075d86836c6eb5fcf7eda6532ba2e (diff) | |
| download | poky-a70b32c5a0e188444ff0824c0a16d0753b9c3a86.tar.gz | |
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>
| -rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 | ||||
| -rw-r--r-- | documentation/ref-manual/ref-tasks.xml | 18 |
2 files changed, 1 insertions, 19 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 71f2f469f5..6df56d8b2c 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -8865,7 +8865,7 @@ Some notes from Cal: | |||
| 8865 | Use the following BitBake command form to fetch all the | 8865 | Use the following BitBake command form to fetch all the |
| 8866 | necessary sources without starting the build: | 8866 | necessary sources without starting the build: |
| 8867 | <literallayout class='monospaced'> | 8867 | <literallayout class='monospaced'> |
| 8868 | $ bitbake -c fetchall <replaceable>target</replaceable> | 8868 | $ bitbake -c <replaceable>target</replaceable> runall="fetch" |
| 8869 | </literallayout> | 8869 | </literallayout> |
| 8870 | This variation of the BitBake command guarantees that you | 8870 | This variation of the BitBake command guarantees that you |
| 8871 | have all the sources for that BitBake target should you | 8871 | have all the sources for that BitBake target should you |
diff --git a/documentation/ref-manual/ref-tasks.xml b/documentation/ref-manual/ref-tasks.xml index a463717fe7..968cc7af6a 100644 --- a/documentation/ref-manual/ref-tasks.xml +++ b/documentation/ref-manual/ref-tasks.xml | |||
| @@ -596,16 +596,6 @@ | |||
| 596 | </para> | 596 | </para> |
| 597 | </section> | 597 | </section> |
| 598 | 598 | ||
| 599 | <section id='ref-tasks-checkuriall'> | ||
| 600 | <title><filename>do_checkuriall</filename></title> | ||
| 601 | |||
| 602 | <para> | ||
| 603 | Validates the | ||
| 604 | <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link> | ||
| 605 | value for all recipes required to build a target. | ||
| 606 | </para> | ||
| 607 | </section> | ||
| 608 | |||
| 609 | <section id='ref-tasks-clean'> | 599 | <section id='ref-tasks-clean'> |
| 610 | <title><filename>do_clean</filename></title> | 600 | <title><filename>do_clean</filename></title> |
| 611 | 601 | ||
| @@ -741,14 +731,6 @@ | |||
| 741 | </para> | 731 | </para> |
| 742 | </section> | 732 | </section> |
| 743 | 733 | ||
| 744 | <section id='ref-tasks-fetchall'> | ||
| 745 | <title><filename>do_fetchall</filename></title> | ||
| 746 | |||
| 747 | <para> | ||
| 748 | Fetches all remote sources required to build a target. | ||
| 749 | </para> | ||
| 750 | </section> | ||
| 751 | |||
| 752 | <section id='ref-tasks-listtasks'> | 734 | <section id='ref-tasks-listtasks'> |
| 753 | <title><filename>do_listtasks</filename></title> | 735 | <title><filename>do_listtasks</filename></title> |
| 754 | 736 | ||
