diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 52f7391e4b..c505dfe22b 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -332,13 +332,13 @@ Continue with the following command to build an OS image for the target, which is - poky-image-sato in this example. + core-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 -k poky-image-sato + $ bitbake -k core-image-sato BitBake requires Python 2.6 or 2.7. For more information on this requirement,