From ceef5c20cf675ffcb57c6b772e3e753ed177cf81 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 28 Oct 2010 06:25:42 -0700 Subject: Changed a source command to have the correct source. Changed "source poky-4.0/poky-init-build-env poky-4.0-build" to be "source poky-laverne-4.0/poky-init-build-env poky-4.0-build" Signed-off-by: Scott Rifenbark --- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'documentation') diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index af1a0f5666..7aaf05202a 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -229,7 +229,7 @@ $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 $ tar xjf poky-laverne-4.0.tar.bz2 - $ source poky-4.0/poky-init-build-env poky-4.0-build + $ source poky-laverne-4.0/poky-init-build-env poky-4.0-build -- cgit 1.2.3-korg