summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorKristi Rifenbark <kristi@buzzcollectivemarketing.com>2018-02-15 14:34:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-03 08:35:24 +0000
commita70b32c5a0e188444ff0824c0a16d0753b9c3a86 (patch)
tree922ad8ecc172a7ee34bb28ae1de72e7633c80a3f /documentation/dev-manual
parent2c0d16904d4075d86836c6eb5fcf7eda6532ba2e (diff)
downloadpoky-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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 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