From 92243fa59b65d7f1f8db564d2c5aa2062fe7b5b7 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 16 Apr 2013 17:23:51 -0700 Subject: adt-manual: Minor edits and links. (From yocto-docs rev: f2ceeef22a357a4c8a5fa920fd03c57b8e017200) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'documentation/adt-manual/adt-prepare.xml') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 4df10bfbc1..c6bfd49a6b 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -91,16 +91,16 @@ If you use BitBake to generate the ADT Installer tarball, you must source the environment setup script - (&OE_INIT_FILE;) located - in the Source Directory before running the bitbake - command that creates the tarball. + (&OE_INIT_FILE;) + located in the Source Directory before running the + BitBake command that creates the tarball. The following example commands download the Poky tarball, set up the Source Directory, set up the environment while also creating the default Build Directory, - and run the bitbake command that results in the tarball + and run the BitBake command that results in the tarball ~/yocto-project/build/tmp/deploy/sdk/adt_installer.tar.bz2: $ cd ~ @@ -293,7 +293,7 @@ variable is correctly set if you are building a toolchain for an architecture that differs from your current development host machine. - When the bitbake command + When the BitBake command completes, the toolchain installer will be in tmp/deploy/sdk in the Build Directory. @@ -326,7 +326,7 @@ A final way of making the cross-toolchain available is to use BitBake to generate the toolchain within an existing Build Directory. - This method does not install the toolchain into the + This method does not install the toolchain into the default /opt directory. As with the previous method, if you need to install the target sysroot, you must do that separately as well. @@ -355,11 +355,11 @@ cross-toolchain generation. If you change out of your working directory after you source the environment setup script and before you run - the bitbake command, the command might not work. - Be sure to run the bitbake command immediately + the BitBake command, the command might not work. + Be sure to run the BitBake command immediately after checking or editing the local.conf but without changing out of your working directory. - Once the bitbake command finishes, + Once the BitBake command finishes, the cross-toolchain is generated and populated within the Build Directory. You will notice environment setup files for the cross-toolchain in the Build Directory in the tmp directory. @@ -393,7 +393,7 @@ Be sure to run the environment setup script that matches the architecture for which you are developing. - Environment setup scripts begin with the string “environment-setup” + Environment setup scripts begin with the string "environment-setup" and include as part of their name the architecture. For example, the toolchain environment setup script for a 64-bit IA-based architecture installed in the default installation directory @@ -442,8 +442,8 @@ If you are planning on developing against your image and you are not building or using one of the Yocto Project development images - (e.g. core-image-*-dev), you must be sure to include the development - packages as part of your image recipe. + (e.g. core-image-*-dev), you must be sure to + include the development packages as part of your image recipe. -- cgit v1.2.3-54-g00ecf