summaryrefslogtreecommitdiffstats
path: root/documentation/yocto-project-qs
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-10 12:50:36 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-17 18:14:04 +0100
commit1947b17478187bb623da74484747e470ce42d206 (patch)
treec571219e8234671672adffabcaf75c5fd1870874 /documentation/yocto-project-qs
parent9fe00e1424bd82c48d0b9b58e11758039bb1048c (diff)
downloadast2050-yocto-poky-1947b17478187bb623da74484747e470ce42d206.zip
ast2050-yocto-poky-1947b17478187bb623da74484747e470ce42d206.tar.gz
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-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 1b33488..2956216 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -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,
OpenPOWER on IntegriCloud