summaryrefslogtreecommitdiffstats
path: root/documentation
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-05-23 15:53:29 +0100
commitb8b9667f48a8dc1f57b8b0d9d449c7ac53119b41 (patch)
tree293d37e3842d34faa46afa3b5f5d13de5a72058e /documentation
parent0eb49324c86e56727eb764bd9018bca0bf75c869 (diff)
downloadast2050-yocto-poky-b8b9667f48a8dc1f57b8b0d9d449c7ac53119b41.zip
ast2050-yocto-poky-b8b9667f48a8dc1f57b8b0d9d449c7ac53119b41.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: 620351d38c67ff14cefc7a52bbc0e98789011677) 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.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 2956216..94cfc0f 100644
--- a/documentation/yocto-project-qs/yocto-project-qs.xml
+++ b/documentation/yocto-project-qs/yocto-project-qs.xml
@@ -290,8 +290,12 @@
<para>
Continue with the following command to build an OS image for the target, which is
<filename>poky-image-sato</filename> in this example.
+ For information on the <filename>&dash;k</filename> option use the
+ <filename>bitbake &dash;&dash;help</filename> command or see
+ <ulink url='http://www.yoctoproject.org/docs/poky-ref-manual/poky-ref-manual.html#usingpoky-components-bitbake'>
+ BitBake</ulink> section in the Poky Reference Manual.
<literallayout class='monospaced'>
- $ bitbake poky-image-sato
+ $ bitbake -k poky-image-sato
</literallayout>
<note><para>
BitBake requires Python 2.6. For more information on this requirement,
OpenPOWER on IntegriCloud