diff options
Diffstat (limited to 'documentation/yocto-project-qs')
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 1b334887bf..295621621f 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml | |||
@@ -289,9 +289,9 @@ | |||
289 | </para> | 289 | </para> |
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>core-image-sato</filename> in this example. | 292 | <filename>poky-image-sato</filename> in this example. |
293 | <literallayout class='monospaced'> | 293 | <literallayout class='monospaced'> |
294 | $ bitbake core-image-sato | 294 | $ bitbake poky-image-sato |
295 | </literallayout> | 295 | </literallayout> |
296 | <note><para> | 296 | <note><para> |
297 | BitBake requires Python 2.6. For more information on this requirement, | 297 | BitBake requires Python 2.6. For more information on this requirement, |