summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-07-14 07:00:42 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-21 10:59:19 +0100
commite179c0b1c58ce374cab745ca89b767891cd5d4a4 (patch)
treeff44c18a35b68dbf7d14ad36c5675fe93a5734d3 /documentation
parent7c12513fec46dcada5f3f6d8d7ea8b58cb3fa882 (diff)
downloadpoky-e179c0b1c58ce374cab745ca89b767891cd5d4a4.tar.gz
documentation/adt-manual/adt-prepare.xml: Changed Bitbake to BitBake (From yocto-docs rev: 611f44a66cceafbe7593fee702d7c19951d7c751)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-prepare.xml26
1 files changed, 13 insertions, 13 deletions
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 @@
18 <listitem><para><emphasis>Yocto Project Source Tree:</emphasis> 18 <listitem><para><emphasis>Yocto Project Source Tree:</emphasis>
19 This term refers to the directory structure created as a result of downloading 19 This term refers to the directory structure created as a result of downloading
20 and unpacking a Yocto Project release tarball. 20 and unpacking a Yocto Project release tarball.
21 The Yocto Project source tree contains Bitbake, Documentation, Meta-data and 21 The Yocto Project source tree contains BitBake, Documentation, Meta-data and
22 other files. 22 other files.
23 The name of the top-level directory of the Yocto Project source tree 23 The name of the top-level directory of the Yocto Project source tree
24 is derived from the Yocto Project release tarball. 24 is derived from the Yocto Project release tarball.
@@ -37,9 +37,9 @@
37 <literallayout class='monospaced'> 37 <literallayout class='monospaced'>
38 $ source poky-bernard-5.0.1/poky-init-build-env $HOME/mybuilds/YP-5.0.1 38 $ source poky-bernard-5.0.1/poky-init-build-env $HOME/mybuilds/YP-5.0.1
39 </literallayout> 39 </literallayout>
40 If you don't specifically name the build directory then Bitbake creates it 40 If you don't specifically name the build directory then BitBake creates it
41 in the current directory and uses the name <filename>build</filename>. 41 in the current directory and uses the name <filename>build</filename>.
42 Also, if you supply an existing directory then Bitbake uses that 42 Also, if you supply an existing directory then BitBake uses that
43 directory as the Yocto Project build directory and populates the build tree 43 directory as the Yocto Project build directory and populates the build tree
44 beneath it.</para></listitem> 44 beneath it.</para></listitem>
45 </itemizedlist> 45 </itemizedlist>
@@ -90,19 +90,19 @@
90 The ADT Installer is contained in the ADT Installer tarball. 90 The ADT Installer is contained in the ADT Installer tarball.
91 You can download the tarball into any directory from 91 You can download the tarball into any directory from
92 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/adt-installer/'></ulink>. 92 <ulink url='http://autobuilder.yoctoproject.org/downloads/yocto-1.0/adt-installer/'></ulink>.
93 Or, you can use Bitbake to generate the tarball inside the existing Yocto Project build tree. 93 Or, you can use BitBake to generate the tarball inside the existing Yocto Project build tree.
94 </para> 94 </para>
95 95
96 <para> 96 <para>
97 If you use Bitbake to generate the ADT Installer tarball, you must 97 If you use BitBake to generate the ADT Installer tarball, you must
98 source the Yocto Project environment setup script located in the Yocto Project 98 source the Yocto Project environment setup script located in the Yocto Project
99 source directory before running the Bitbake command that creates the tarball. 99 source directory before running the BitBake command that creates the tarball.
100 </para> 100 </para>
101 101
102 <para> 102 <para>
103 The following example commands download the Yocto Project release tarball, create the Yocto 103 The following example commands download the Yocto Project release tarball, create the Yocto
104 Project source tree, set up the environment while also creating the Yocto Project build tree, 104 Project source tree, set up the environment while also creating the Yocto Project build tree,
105 and finally run the Bitbake command that results in the tarball 105 and finally run the BitBake command that results in the tarball
106 <filename>~/yocto-project/build/tmp/deploy/sdk/adt_installer.tar.bz2</filename>: 106 <filename>~/yocto-project/build/tmp/deploy/sdk/adt_installer.tar.bz2</filename>:
107 <literallayout class='monospaced'> 107 <literallayout class='monospaced'>
108 $ cd ~ 108 $ cd ~
@@ -267,9 +267,9 @@
267 </section> 267 </section>
268 268
269 <section id='using-the-toolchain-from-within-the-build-tree'> 269 <section id='using-the-toolchain-from-within-the-build-tree'>
270 <title>Using Bitbake and the Yocto Project Build Tree</title> 270 <title>Using BitBake and the Yocto Project Build Tree</title>
271 <para> 271 <para>
272 A final way of installing just the cross-toolchain is to use Bitbake within an existing 272 A final way of installing just the cross-toolchain is to use BitBake within an existing
273 Yocto Project build tree. 273 Yocto Project build tree.
274 Follow these steps: 274 Follow these steps:
275 <orderedlist> 275 <orderedlist>
@@ -291,10 +291,10 @@
291 <listitem><para>Run <filename>bitbake meta-ide-support</filename> to complete the 291 <listitem><para>Run <filename>bitbake meta-ide-support</filename> to complete the
292 cross-toolchain installation. 292 cross-toolchain installation.
293 <note>If you change your working directory after you source the environment 293 <note>If you change your working directory after you source the environment
294 setup script and before you run the Bitbake command the command will not work. 294 setup script and before you run the BitBake command the command will not work.
295 Be sure to run the Bitbake command immediately after checking or editing the 295 Be sure to run the BitBake command immediately after checking or editing the
296 <filename>local.conf</filename> but without changing your working directory.</note> 296 <filename>local.conf</filename> but without changing your working directory.</note>
297 Once Bitbake finishes, the cross-toolchain is installed. 297 Once BitBake finishes, the cross-toolchain is installed.
298 You will notice environment setup files for the cross-toolchain in the 298 You will notice environment setup files for the cross-toolchain in the
299 Yocto Project build tree in the <filename>tmp</filename> directory. 299 Yocto Project build tree in the <filename>tmp</filename> directory.
300 Setup script filenames contain the strings <filename>environment-setup</filename>. 300 Setup script filenames contain the strings <filename>environment-setup</filename>.
@@ -312,7 +312,7 @@
312 If you used the ADT Installer or used an existing ADT tarball to install the ADT, 312 If you used the ADT Installer or used an existing ADT tarball to install the ADT,
313 then you can find this script in the <filename>/opt/poky/$SDKVERSION</filename> 313 then you can find this script in the <filename>/opt/poky/$SDKVERSION</filename>
314 directory. 314 directory.
315 If you used Bitbake and the Yocto Project Build Tree to install the cross-toolchain 315 If you used BitBake and the Yocto Project Build Tree to install the cross-toolchain
316 then you can find the environment setup scripts in in the Yocto Project build tree 316 then you can find the environment setup scripts in in the Yocto Project build tree
317 in the <filename>tmp</filename> directory. 317 in the <filename>tmp</filename> directory.
318 </para> 318 </para>