diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-10 12:50:36 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-17 18:14:04 +0100 |
commit | 1947b17478187bb623da74484747e470ce42d206 (patch) | |
tree | c571219e8234671672adffabcaf75c5fd1870874 /documentation/yocto-project-qs/yocto-project-qs.xml | |
parent | 9fe00e1424bd82c48d0b9b58e11758039bb1048c (diff) | |
download | 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/yocto-project-qs.xml')
-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, |