]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ref-manual: Small updates to the "Running Specific Tasks" section.
authorScott Rifenbark <scott.m.rifenbark@intel.com>
Tue, 26 Mar 2013 17:22:36 +0000 (10:22 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 4 Apr 2013 13:12:50 +0000 (14:12 +0100)
(From yocto-docs rev: e5be2cd9d949fdb5dab1e6965c5970b5a62359fc)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
documentation/ref-manual/usingpoky.xml

index 8d1a0526a115b78bf0bf289a992a8f7b7cab39c0..8d6dac470268313ff34aa0b608e0bc6ac406748b 100644 (file)
             Some tasks exist, such as <filename>devshell</filename>, that are not part of the
             default build chain.
             If you wish to run a task that is not part of the default build chain, you can use the
-            <filename>-c</filename> option in BitBake as follows:
+            <filename>-c</filename> option in BitBake. 
+            Here is an example:
             <literallayout class='monospaced'>
      $ bitbake matchbox-desktop -c devshell
             </literallayout>
         </para>
 
         <para>
-            This sequence first builds <filename>matchbox-desktop</filename> and then recompiles it.
+            This sequence first builds and then recompiles 
+            <filename>matchbox-desktop</filename>.
             The last command reruns all tasks (basically the packaging tasks) after the compile.
             BitBake recognizes that the <filename>compile</filename> task was rerun and therefore
             understands that the other tasks also need to be run again.