From 1947b17478187bb623da74484747e470ce42d206 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 10 May 2011 12:50:36 -0500 Subject: documentation/yocto-project-qs/yocto-project-qs.xml: changed build command The command used in the example to build an image was using 'bitbake core-image-sato', which is only available in master and not Bernard. So, I changed the command to be 'bitbake poky-image-sato' at Dave Stewart's request. He located and pointed out the error. (From yocto-docs rev: 3fa83550aaec5a3549825814a77fa7a823a2daea) 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/yocto-project-qs') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 1b33488..2956216 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -289,9 +289,9 @@ Continue with the following command to build an OS image for the target, which is - core-image-sato in this example. + poky-image-sato in this example. - $ bitbake core-image-sato + $ bitbake poky-image-sato BitBake requires Python 2.6. For more information on this requirement, -- cgit v1.1