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

The command used in the example to build an image was using
'bitbake core-image-sato', which is only available in master and
not Bernard.  So, I changed the command to be 'bitbake poky-image-sato'
at Dave Stewart's request.  He located and pointed out the error.

(From yocto-docs rev: 3fa83550aaec5a3549825814a77fa7a823a2daea)

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-05-10 12:50:36 -05:00 committed by Richard Purdie
parent 9fe00e1424
commit 1947b17478
1 changed files with 2 additions and 2 deletions

View File

@ -289,9 +289,9 @@
</para>
<para>
Continue with the following command to build an OS image for the target, which is
<filename>core-image-sato</filename> in this example.
<filename>poky-image-sato</filename> in this example.
<literallayout class='monospaced'>
$ bitbake core-image-sato
$ bitbake poky-image-sato
</literallayout>
<note><para>
BitBake requires Python 2.6. For more information on this requirement,