mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
Rename poky-init-build-env to oe-init-build-env
(From yocto-docs rev: 15bedcbd988300c2fdf880c5f15def50310049e2) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -131,14 +131,14 @@
|
||||
</para>
|
||||
<para>
|
||||
<literallayout class='monospaced'>
|
||||
$ source poky-init-build-env [build_dir]
|
||||
$ source oe-init-build-env [build_dir]
|
||||
</literallayout>
|
||||
</para>
|
||||
<para>
|
||||
The build_dir is the dir containing all the build's object files. The default
|
||||
build dir is poky-dir/build. A different build_dir can be used for each of the targets.
|
||||
For example, ~/build/x86 for a qemux86 target, and ~/build/arm for a qemuarm target.
|
||||
Please refer to <link linkend="structure-core-script">poky-init-build-env</link>
|
||||
Please refer to <link linkend="structure-core-script">oe-init-build-env</link>
|
||||
for more detailed information.
|
||||
</para>
|
||||
<para>
|
||||
|
||||
Reference in New Issue
Block a user