diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-03-26 10:22:36 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-04 14:12:50 +0100 |
commit | 4db0c3277b9a04f9ca8f9ed0d79cec9c21fea2af (patch) | |
tree | f84cfd6136272c14c59b1262a7c81be299b2d7b1 /documentation/ref-manual/usingpoky.xml | |
parent | 8db644a6d443de8a307dca662adc68d58a5961b6 (diff) | |
download | poky-4db0c3277b9a04f9ca8f9ed0d79cec9c21fea2af.tar.gz |
ref-manual: Small updates to the "Running Specific Tasks" section.
(From yocto-docs rev: e5be2cd9d949fdb5dab1e6965c5970b5a62359fc)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/usingpoky.xml')
-rw-r--r-- | documentation/ref-manual/usingpoky.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/documentation/ref-manual/usingpoky.xml b/documentation/ref-manual/usingpoky.xml index 8d1a0526a1..8d6dac4702 100644 --- a/documentation/ref-manual/usingpoky.xml +++ b/documentation/ref-manual/usingpoky.xml | |||
@@ -156,7 +156,8 @@ | |||
156 | Some tasks exist, such as <filename>devshell</filename>, that are not part of the | 156 | Some tasks exist, such as <filename>devshell</filename>, that are not part of the |
157 | default build chain. | 157 | default build chain. |
158 | If you wish to run a task that is not part of the default build chain, you can use the | 158 | If you wish to run a task that is not part of the default build chain, you can use the |
159 | <filename>-c</filename> option in BitBake as follows: | 159 | <filename>-c</filename> option in BitBake. |
160 | Here is an example: | ||
160 | <literallayout class='monospaced'> | 161 | <literallayout class='monospaced'> |
161 | $ bitbake matchbox-desktop -c devshell | 162 | $ bitbake matchbox-desktop -c devshell |
162 | </literallayout> | 163 | </literallayout> |
@@ -179,7 +180,8 @@ | |||
179 | </para> | 180 | </para> |
180 | 181 | ||
181 | <para> | 182 | <para> |
182 | This sequence first builds <filename>matchbox-desktop</filename> and then recompiles it. | 183 | This sequence first builds and then recompiles |
184 | <filename>matchbox-desktop</filename>. | ||
183 | The last command reruns all tasks (basically the packaging tasks) after the compile. | 185 | The last command reruns all tasks (basically the packaging tasks) after the compile. |
184 | BitBake recognizes that the <filename>compile</filename> task was rerun and therefore | 186 | BitBake recognizes that the <filename>compile</filename> task was rerun and therefore |
185 | understands that the other tasks also need to be run again. | 187 | understands that the other tasks also need to be run again. |