From a70b32c5a0e188444ff0824c0a16d0753b9c3a86 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Thu, 15 Feb 2018 14:34:10 -0800 Subject: [PATCH] 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 Signed-off-by: Richard Purdie --- .../dev-manual/dev-manual-common-tasks.xml | 2 +- documentation/ref-manual/ref-tasks.xml | 18 ------------------ 2 files changed, 1 insertion(+), 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: 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>