mirror of
https://git.yoctoproject.org/poky
synced 2026-04-20 23:39:22 +00:00
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:
committed by
Richard Purdie
parent
b8b9667f48
commit
3504c3a9b1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user