From 6d49cb5332eee6604cf2c133754f4268f6f2e9de Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 20 Apr 2011 15:54:05 +0100 Subject: Rename poky-init-build-env to oe-init-build-env (From yocto-docs rev: 15bedcbd988300c2fdf880c5f15def50310049e2) Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/ref-structure.xml | 10 +++++----- documentation/poky-ref-manual/usingpoky.xml | 4 ++-- documentation/yocto-project-qs/yocto-project-qs.xml | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation') diff --git a/documentation/poky-ref-manual/ref-structure.xml b/documentation/poky-ref-manual/ref-structure.xml index 4cfd08f..afd3a8f 100644 --- a/documentation/poky-ref-manual/ref-structure.xml +++ b/documentation/poky-ref-manual/ref-structure.xml @@ -28,7 +28,7 @@ Consequently, most users do not need to worry about BitBake. The bitbake/bin/ directory is placed into the PATH environment variable by the - poky-init-build-env script. + oe-init-build-env script. @@ -47,7 +47,7 @@ It is also possible to place output and configuration files in a directory separate from the Poky source. For information on separating output from the Poky source, see poky-init-build-env. + linkend='structure-core-script'>oe-init-build-env. @@ -104,7 +104,7 @@ This directory contains various integration scripts that implement extra functionality in the Poky environment (e.g. QEMU scripts). - The poky-init-build-env script appends this + The oe-init-build-env script appends this directory to the PATH environment variable. @@ -154,7 +154,7 @@
- <filename>poky-init-build-env</filename> + <filename>oe-init-build-env</filename> This script sets up the Poky build environment. @@ -168,7 +168,7 @@ - $ source POKY_SRC/poky-init-build-env [BUILDDIR] + $ source POKY_SRC/oe-init-build-env [BUILDDIR] diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index fc4fbdc..6d7b016 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -131,14 +131,14 @@ - $ source poky-init-build-env [build_dir] + $ source oe-init-build-env [build_dir] 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 poky-init-build-env + Please refer to oe-init-build-env for more detailed information. diff --git a/documentation/yocto-project-qs/yocto-project-qs.xml b/documentation/yocto-project-qs/yocto-project-qs.xml index f011f09..b9f3662 100644 --- a/documentation/yocto-project-qs/yocto-project-qs.xml +++ b/documentation/yocto-project-qs/yocto-project-qs.xml @@ -255,7 +255,7 @@ $ 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/poky-init-build-env poky-5.0-build + $ source poky-bernard-5.0/oe-init-build-env poky-5.0-build -- cgit v1.1