summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2020-02-21 13:59:17 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-03-11 14:41:44 +0000
commitc4bb662c585ce6c8207f792d861234b9f735b0a8 (patch)
treeddecb0d0e92b5a9428cee9ce8064e4ed4766cbae /documentation/dev-manual
parentcff864901861f80e0c3ed030499ae88d5f01befc (diff)
downloadpoky-c4bb662c585ce6c8207f792d861234b9f735b0a8.tar.gz
dev-manual-common-tasks: Fix runall reference
[YOCTO #13715] (From yocto-docs rev: 91fbf02ae126bcabfeb43525db620bbd36d5f583) 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 1e6addde4f..cc23a89f03 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -10822,7 +10822,7 @@
10822 Use the following BitBake command form to fetch all the 10822 Use the following BitBake command form to fetch all the
10823 necessary sources without starting the build: 10823 necessary sources without starting the build:
10824 <literallayout class='monospaced'> 10824 <literallayout class='monospaced'>
10825 $ bitbake -c <replaceable>target</replaceable> runall="fetch" 10825 $ bitbake <replaceable>target</replaceable> --runall=fetch
10826 </literallayout> 10826 </literallayout>
10827 This variation of the BitBake command guarantees that you 10827 This variation of the BitBake command guarantees that you
10828 have all the sources for that BitBake target should you 10828 have all the sources for that BitBake target should you