From 3504c3a9b1af5a3405e0a03a5ade50b82535b6dd Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sat, 21 May 2011 12:05:56 -0500 Subject: [PATCH] documentation/yocto-project-qs/yocto-project-qs.xml: fixed build env script In the example for building an image the command 'source poky-bernard-5.0/oe-init-build-env poky-5.0-build' was used. Torsten Scheck notified Jeff Osier-mixon and sent the fix to change to 'source poky-bernard-5.0/poky-init-build-env poky-5.0-build' I made the change. (From yocto-docs rev: b96646efb203e482d53d922fb120672df5a09966) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index 94cfc0ff5d..9cc24f4b3a 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -255,7 +255,7 @@ $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 $ tar xjf poky-bernard-5.0.tar.bz2 - $ source poky-bernard-5.0/oe-init-build-env poky-5.0-build + $ source poky-bernard-5.0/poky-init-build-env poky-5.0-build