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 /documentation/yocto-project-qs | |
parent | f7a3a5fe85a316a8ff087b0d791aa4574956d644 (diff) | |
download | openembedded-core-ceef5c20cf675ffcb57c6b772e3e753ed177cf81.tar.gz openembedded-core-ceef5c20cf675ffcb57c6b772e3e753ed177cf81.tar.bz2 openembedded-core-ceef5c20cf675ffcb57c6b772e3e753ed177cf81.zip |
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>
Diffstat (limited to 'documentation/yocto-project-qs')
-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 @@ <literallayout class='monospaced'> $ 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 </literallayout> </para> <itemizedlist> |