summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-14 15:51:08 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:21 +0100
commitdf44891f4590c9c71bfd1c709717d93e79045e57 (patch)
treefd2272aeaaf55ec4d972eb7f0bfd8d6b845c6968 /documentation
parentdf7b4f1648ec484c448ad8832de2c163ccf09c3e (diff)
downloadpoky-df44891f4590c9c71bfd1c709717d93e79045e57.tar.gz
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>
Diffstat (limited to 'documentation')
-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 52f7391e4b..c505dfe22b 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -332,13 +332,13 @@
332 </para> 332 </para>
333 <para> 333 <para>
334 Continue with the following command to build an OS image for the target, which is 334 Continue with the following command to build an OS image for the target, which is
335 <filename>poky-image-sato</filename> in this example. 335 <filename>core-image-sato</filename> in this example.
336 For information on the <filename>&dash;k</filename> option use the 336 For information on the <filename>&dash;k</filename> option use the
337 <filename>bitbake &dash;&dash;help</filename> command or see 337 <filename>bitbake &dash;&dash;help</filename> command or see
338 <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'> 338 <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>
339 BitBake</ulink> section in the Poky Reference Manual. 339 BitBake</ulink> section in the Poky Reference Manual.
340 <literallayout class='monospaced'> 340 <literallayout class='monospaced'>
341 $ bitbake -k poky-image-sato 341 $ bitbake -k core-image-sato
342 </literallayout> 342 </literallayout>
343 <note><para> 343 <note><para>
344 BitBake requires Python 2.6 or 2.7. For more information on this requirement, 344 BitBake requires Python 2.6 or 2.7. For more information on this requirement,