summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml4
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 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 @@
332 </para> 332 </para>
333 <para> 333 <para>
334 Continue with the following command to build an OS image for the target, which is 334 Continue with the following command to build an OS image for the target, which is
335 <filename>poky-image-sato</filename> in this example. 335 <filename>core-image-sato</filename> in this example.
336 For information on the <filename>&dash;k</filename> option use the 336 For information on the <filename>&dash;k</filename> option use the
337 <filename>bitbake &dash;&dash;help</filename> command or see 337 <filename>bitbake &dash;&dash;help</filename> command or see
338 <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'> 338 <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>
339 BitBake</ulink> section in the Poky Reference Manual. 339 BitBake</ulink> section in the Poky Reference Manual.
340 <literallayout class='monospaced'> 340 <literallayout class='monospaced'>
341 $ bitbake -k poky-image-sato 341 $ bitbake -k core-image-sato
342 </literallayout> 342 </literallayout>
343 <note><para> 343 <note><para>
344 BitBake requires Python 2.6 or 2.7. For more information on this requirement, 344 BitBake requires Python 2.6 or 2.7. For more information on this requirement,