diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-20 17:25:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 13:08:45 +0100 |
commit | e9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20 (patch) | |
tree | d5bbbbe052a51dc4494e4913a03c95045682efd6 /documentation/yocto-project-qs | |
parent | b3d84fb35a2d11587d973c59a6d0851c1988d409 (diff) | |
download | poky-e9b17e3fa7f15740d8e5cfdfe19c0565a74c0d20.tar.gz |
Rename poky-image-* -> core-image-* and task-poky-* -> task-core-*
(From yocto-docs rev: 0feb6b8f9621087ba5fd77d3c8f3e23132c97187)
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.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 9e930cbe09..9297236356 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>poky-image-sato</filename> in this example. | 292 | <filename>core-image-sato</filename> in this example. |
293 | <literallayout class='monospaced'> | 293 | <literallayout class='monospaced'> |
294 | $ bitbake poky-image-sato | 294 | $ bitbake core-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, |