From f735e50c63ac9f0cd15ad6ad38e46565846fffe8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 22 Oct 2012 14:16:22 -0700 Subject: documentation: poky-ref-manual - Final changes before the 1.3 lockdown. various changes as required. (From yocto-docs rev: 7f166508337c9d4aadad23997470a8871c5e42a4) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/usingpoky.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/poky-ref-manual/usingpoky.xml') diff --git a/documentation/poky-ref-manual/usingpoky.xml b/documentation/poky-ref-manual/usingpoky.xml index 18bd8b7eb0..4ae6545479 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -30,20 +30,20 @@ The first thing you need to do is set up the OpenEmbedded build environment by sourcing the environment setup script as follows: - $ source oe-init-build-env [build_dir] + $ source &OE_INIT_FILE; [build_dir] The build_dir is optional and specifies the directory the OpenEmbedded build system uses for the build - - the build directory. - If you do not specify a build directory it defaults to build + the Build Directory. + If you do not specify a Build Directory it defaults to build in your current working directory. - A common practice is to use a different build directory for different targets. + A common practice is to use a different Build Directory for different targets. For example, ~/build/x86 for a qemux86 target, and ~/build/arm for a qemuarm target. - See oe-init-build-env + See &OE_INIT_FILE; for more information on this script. @@ -58,7 +58,7 @@ The target is the name of the recipe you want to build. Common targets are the images in meta/recipes-core/images, /meta/recipes-sato/images, etc. all found in the - source directory. + Source Directory. Or, the target can be the name of a recipe for a specific piece of software such as busybox. For more details about the images the OpenEmbedded build system supports, see the @@ -91,7 +91,7 @@ Once an image has been built, it often needs to be installed. The images and kernels built by the OpenEmbedded build system are placed in the - build directory in + Build Directory in tmp/deploy/images. For information on how to run pre-built images such as qemux86 and qemuarm, see the @@ -268,7 +268,7 @@ For guidance on how logging is handled in both Python and Bash recipes, see the logging.bbclass file in the meta/classes folder of the - source directory. + Source Directory.
-- cgit v1.2.3-54-g00ecf