summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-05-19 08:12:59 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-20 22:35:16 +0000
commit361eda901cf40172af22c4aced00ecc622d81ff9 (patch)
tree281cbbbadc56790fd212a712c168bfe02a95e1a1
parent373d73c7e7993323919c535b69b3d9c54dff0c0b (diff)
downloadpoky-361eda901cf40172af22c4aced00ecc622d81ff9.tar.gz
BUGID#_1083 - documentation/yocto-project-qs/yocto-project-qs.xml: Added -k option
BUGID#_1083 - I added the -k option as part of the bitbake command in the example that builds an image. I did not explain it as that is beyond the scope of the quickstart. I did however point the user to where they can find information on it. (From yocto-docs rev: 22bdc2da14dea568345fe7e4f6dd35dafe92b2ec) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/yocto-project-qs/yocto-project-qs.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml
index dc28407a2d..3f9519221c 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -290,8 +290,12 @@
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>poky-image-sato</filename> in this example.
293 For information on the <filename>&dash;k</filename> option use the
294 <filename>bitbake &dash;&dash;help</filename> command or see
295 <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>
296 BitBake</ulink> section in the Poky Reference Manual.
293 <literallayout class='monospaced'> 297 <literallayout class='monospaced'>
294 $ bitbake poky-image-sato 298 $ bitbake -k poky-image-sato
295 </literallayout> 299 </literallayout>
296 <note><para> 300 <note><para>
297 BitBake requires Python 2.6. For more information on this requirement, 301 BitBake requires Python 2.6. For more information on this requirement,