From 361eda901cf40172af22c4aced00ecc622d81ff9 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 19 May 2011 08:12:59 -0500 Subject: 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 @@ Continue with the following command to build an OS image for the target, which is poky-image-sato in this example. + For information on the ‐k option use the + bitbake ‐‐help command or see + + BitBake section in the Poky Reference Manual. - $ bitbake poky-image-sato + $ bitbake -k poky-image-sato BitBake requires Python 2.6. For more information on this requirement, -- cgit v1.2.3-54-g00ecf