diff options
Diffstat (limited to 'documentation/yocto-project-qs/yocto-project-qs.xml')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 295621621f..94cfc0ff5d 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -290,8 +290,12 @@ | |||
290 | <para> | 290 | <para> |
291 | Continue with the following command to build an OS image for the target, which is | 291 | Continue with the following command to build an OS image for the target, which is |
292 | <filename>poky-image-sato</filename> in this example. | 292 | <filename>poky-image-sato</filename> in this example. |
293 | For information on the <filename>‐k</filename> option use the | ||
294 | <filename>bitbake ‐‐help</filename> command or see | ||
295 | <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'> | ||
296 | BitBake</ulink> section in the Poky Reference Manual. | ||
293 | <literallayout class='monospaced'> | 297 | <literallayout class='monospaced'> |
294 | $ bitbake poky-image-sato | 298 | $ bitbake -k poky-image-sato |
295 | </literallayout> | 299 | </literallayout> |
296 | <note><para> | 300 | <note><para> |
297 | BitBake requires Python 2.6. For more information on this requirement, | 301 | BitBake requires Python 2.6. For more information on this requirement, |