From 402383637b9a20614bc56221f86ff5b9013519d2 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 13 Jul 2012 11:28:34 -0700 Subject: documentation/poky-ref-manual: Fixed various references to YP I did a scrub for "Yocto Project" and found some that could be changed. (From yocto-docs rev: 985062b6a9320e8a3ca3d3dafb6516db4fbc5bd5) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/poky-ref-manual/usingpoky.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 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 1dde656140..121650cd54 100644 --- a/documentation/poky-ref-manual/usingpoky.xml +++ b/documentation/poky-ref-manual/usingpoky.xml @@ -27,7 +27,7 @@ Build Overview - The first thing you need to do is set up the Yocto Project build environment by sourcing + 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] @@ -35,8 +35,9 @@ - The build_dir is optional and specifies the directory Yocto Project - uses for the build - the build directory. + 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 in your current working directory. A common practice is to use a different build directory for different targets. @@ -47,7 +48,7 @@ - Once the Yocto Project build environment is set up, you can build a target using: + Once the build environment is set up, you can build a target using: $ bitbake <target> -- cgit v1.2.3-54-g00ecf