aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/poky-ref-manual/usingpoky.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml
index 6d7b016af8..6b3289ab08 100644
--- a/documentation/poky-ref-manual/usingpoky.xml
+++ b/documentation/poky-ref-manual/usingpoky.xml
@@ -73,6 +73,14 @@
So for example, before building <filename>matchbox-desktop</filename> BitBake
would build a cross compiler and glibc if they had not already been built.
</para>
+ <para>
+ A useful BitBake option to consider is the <filename>-k</filename> or
+ <filename>&dash;&dash;continue</filename> option.
+ This option instructs BitBake to try and continue processing the job as much
+ as possible even after encountering an error. When an error occurs the target that
+ failed and those that depend on it cannot be remade. However, when you use this
+ option other dependencies can still be processed.
+ </para>
</section>