diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2011-05-21 12:05:56 -0500 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-23 15:53:29 +0100 |
| commit | 3504c3a9b1af5a3405e0a03a5ade50b82535b6dd (patch) | |
| tree | 2525713c38e9c645c621268268074387c6ce37d1 | |
| parent | b8b9667f48a8dc1f57b8b0d9d449c7ac53119b41 (diff) | |
| download | poky-3504c3a9b1af5a3405e0a03a5ade50b82535b6dd.tar.gz | |
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>
| -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 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 @@ | |||
| 255 | <literallayout class='monospaced'> | 255 | <literallayout class='monospaced'> |
| 256 | $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 | 256 | $ wget http://www.yoctoproject.org/downloads/poky/poky-bernard-5.0.tar.bz2 |
| 257 | $ tar xjf poky-bernard-5.0.tar.bz2 | 257 | $ tar xjf poky-bernard-5.0.tar.bz2 |
| 258 | $ source poky-bernard-5.0/oe-init-build-env poky-5.0-build | 258 | $ source poky-bernard-5.0/poky-init-build-env poky-5.0-build |
| 259 | </literallayout> | 259 | </literallayout> |
| 260 | </para> | 260 | </para> |
| 261 | 261 | ||
