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: Use the following BitBake command form to fetch all the necessary sources without starting the build: - $ bitbake -c fetchall target + $ bitbake -c target runall="fetch" This variation of the BitBake command guarantees that you 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 @@ -
- <filename>do_checkuriall</filename> - - - Validates the - SRC_URI - value for all recipes required to build a target. - -
-
<filename>do_clean</filename> @@ -741,14 +731,6 @@
-
- <filename>do_fetchall</filename> - - - Fetches all remote sources required to build a target. - -
-
<filename>do_listtasks</filename>