documentation/yocto-project-qs/yocto-project-qs.xml: changed build command

The example bitbake command now has the target core-image-sato.
This reflects post-bernard.

(From yocto-docs rev: 3ff1ee07947f301c4df2a9aea8d1aab15c5237eb)

Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-07-14 15:51:08 -07:00 committed by Richard Purdie
parent df7b4f1648
commit df44891f45
1 changed files with 2 additions and 2 deletions

View File

@ -332,13 +332,13 @@
</para>
<para>
Continue with the following command to build an OS image for the target, which is
<filename>poky-image-sato</filename> in this example.
<filename>core-image-sato</filename> in this example.
For information on the <filename>&dash;k</filename> option use the
<filename>bitbake &dash;&dash;help</filename> command or see
<ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>
BitBake</ulink> section in the Poky Reference Manual.
<literallayout class='monospaced'>
$ bitbake -k poky-image-sato
$ bitbake -k core-image-sato
</literallayout>
<note><para>
BitBake requires Python 2.6 or 2.7. For more information on this requirement,