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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Scott Rifenbark 2011-05-21 12:05:56 -05:00 committed by Richard Purdie
parent b8b9667f48
commit 3504c3a9b1
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@
<literallayout class='monospaced'>
$ 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
</literallayout>
</para>