From a70b32c5a0e188444ff0824c0a16d0753b9c3a86 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Thu, 15 Feb 2018 14:34:10 -0800 Subject: 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 --- documentation/ref-manual/ref-tasks.xml | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'documentation/ref-manual/ref-tasks.xml') 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> -- cgit v1.2.3-54-g00ecf