From e179c0b1c58ce374cab745ca89b767891cd5d4a4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 14 Jul 2011 07:00:42 -0700 Subject: documentation/adt-manual/adt-prepare.xml: Changed Bitbake to BitBake (From yocto-docs rev: 611f44a66cceafbe7593fee702d7c19951d7c751) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'documentation') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 7fbc8764d5..1abc9537f2 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -18,7 +18,7 @@ Yocto Project Source Tree: This term refers to the directory structure created as a result of downloading and unpacking a Yocto Project release tarball. - The Yocto Project source tree contains Bitbake, Documentation, Meta-data and + The Yocto Project source tree contains BitBake, Documentation, Meta-data and other files. The name of the top-level directory of the Yocto Project source tree is derived from the Yocto Project release tarball. @@ -37,9 +37,9 @@ $ source poky-bernard-5.0.1/poky-init-build-env $HOME/mybuilds/YP-5.0.1 - If you don't specifically name the build directory then Bitbake creates it + If you don't specifically name the build directory then BitBake creates it in the current directory and uses the name build. - Also, if you supply an existing directory then Bitbake uses that + Also, if you supply an existing directory then BitBake uses that directory as the Yocto Project build directory and populates the build tree beneath it. @@ -90,19 +90,19 @@ The ADT Installer is contained in the ADT Installer tarball. You can download the tarball into any directory from . - Or, you can use Bitbake to generate the tarball inside the existing Yocto Project build tree. + Or, you can use BitBake to generate the tarball inside the existing Yocto Project build tree. - If you use Bitbake to generate the ADT Installer tarball, you must + If you use BitBake to generate the ADT Installer tarball, you must source the Yocto Project environment setup script located in the Yocto Project - source directory before running the Bitbake command that creates the tarball. + source directory before running the BitBake command that creates the tarball. The following example commands download the Yocto Project release tarball, create the Yocto Project source tree, set up the environment while also creating the Yocto Project build tree, - and finally run the Bitbake command that results in the tarball + and finally run the BitBake command that results in the tarball ~/yocto-project/build/tmp/deploy/sdk/adt_installer.tar.bz2: $ cd ~ @@ -267,9 +267,9 @@
- Using Bitbake and the Yocto Project Build Tree + Using BitBake and the Yocto Project Build Tree - A final way of installing just the cross-toolchain is to use Bitbake within an existing + A final way of installing just the cross-toolchain is to use BitBake within an existing Yocto Project build tree. Follow these steps: @@ -291,10 +291,10 @@ Run bitbake meta-ide-support to complete the cross-toolchain installation. If you change your working directory after you source the environment - setup script and before you run the Bitbake command the command will not work. - Be sure to run the Bitbake command immediately after checking or editing the + setup script and before you run the BitBake command the command will not work. + Be sure to run the BitBake command immediately after checking or editing the local.conf but without changing your working directory. - Once Bitbake finishes, the cross-toolchain is installed. + Once BitBake finishes, the cross-toolchain is installed. You will notice environment setup files for the cross-toolchain in the Yocto Project build tree in the tmp directory. Setup script filenames contain the strings environment-setup. @@ -312,7 +312,7 @@ If you used the ADT Installer or used an existing ADT tarball to install the ADT, then you can find this script in the /opt/poky/$SDKVERSION directory. - If you used Bitbake and the Yocto Project Build Tree to install the cross-toolchain + If you used BitBake and the Yocto Project Build Tree to install the cross-toolchain then you can find the environment setup scripts in in the Yocto Project build tree in the tmp directory. -- cgit v1.2.3-54-g00ecf