diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-02-21 13:59:17 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-03-11 14:41:44 +0000 |
commit | c4bb662c585ce6c8207f792d861234b9f735b0a8 (patch) | |
tree | ddecb0d0e92b5a9428cee9ce8064e4ed4766cbae /documentation | |
parent | cff864901861f80e0c3ed030499ae88d5f01befc (diff) | |
download | poky-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')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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 |