diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2010-10-28 06:25:42 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-11-04 20:20:06 +0000 |
commit | ceef5c20cf675ffcb57c6b772e3e753ed177cf81 (patch) | |
tree | 7d468cc6c63df2abd750e716c71fd1ab9950dc9c | |
parent | f7a3a5fe85a316a8ff087b0d791aa4574956d644 (diff) | |
download | poky-ceef5c20cf675ffcb57c6b772e3e753ed177cf81.tar.gz |
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 <scott.m.rifenbark@intel.com>
-rw-r--r-- | documentation/yocto-project-qs/yocto-project-qs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
229 | <literallayout class='monospaced'> | 229 | <literallayout class='monospaced'> |
230 | $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 | 230 | $ wget http://www.yoctoproject.org/downloads/poky/poky-laverne-4.0.tar.bz2 |
231 | $ tar xjf poky-laverne-4.0.tar.bz2 | 231 | $ tar xjf poky-laverne-4.0.tar.bz2 |
232 | $ source poky-4.0/poky-init-build-env poky-4.0-build | 232 | $ source poky-laverne-4.0/poky-init-build-env poky-4.0-build |
233 | </literallayout> | 233 | </literallayout> |
234 | </para> | 234 | </para> |
235 | <itemizedlist> | 235 | <itemizedlist> |