From df44891f4590c9c71bfd1c709717d93e79045e57 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jul 2011 15:51:08 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'documentation') 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 @@ Continue with the following command to build an OS image for the target, which is - poky-image-sato in this example. + core-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 -k poky-image-sato + $ bitbake -k core-image-sato BitBake requires Python 2.6 or 2.7. For more information on this requirement, -- cgit v1.2.3-54-g00ecf