From 4db0c3277b9a04f9ca8f9ed0d79cec9c21fea2af Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 26 Mar 2013 10:22:36 -0700 Subject: ref-manual: Small updates to the "Running Specific Tasks" section. (From yocto-docs rev: e5be2cd9d949fdb5dab1e6965c5970b5a62359fc) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/usingpoky.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'documentation/ref-manual/usingpoky.xml') 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 @@ Some tasks exist, such as devshell, 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 - -c option in BitBake as follows: + -c option in BitBake. + Here is an example: $ bitbake matchbox-desktop -c devshell @@ -179,7 +180,8 @@ - This sequence first builds matchbox-desktop and then recompiles it. + This sequence first builds and then recompiles + matchbox-desktop. The last command reruns all tasks (basically the packaging tasks) after the compile. BitBake recognizes that the compile task was rerun and therefore understands that the other tasks also need to be run again. -- cgit v1.2.3-54-g00ecf