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 @@ Continue with the following command to build an OS image for the target, which is poky-image-sato in this example. + For information on the ‐k option use the + bitbake ‐‐help command or see + + BitBake section in the Poky Reference Manual. - $ bitbake poky-image-sato + $ bitbake -k poky-image-sato BitBake requires Python 2.6. For more information on this requirement,