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/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation/dev-manual') 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 -- cgit v1.2.3-54-g00ecf