summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-prepare.xml13
1 files changed, 8 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 93eba6e402..866facb53a 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -87,8 +87,9 @@
87 <ulink url='&YOCTO_ADTINSTALLER_DL_URL;'></ulink> into 87 <ulink url='&YOCTO_ADTINSTALLER_DL_URL;'></ulink> into
88 any directory.</para></listitem> 88 any directory.</para></listitem>
89 <listitem><para><emphasis>Build the Tarball:</emphasis> 89 <listitem><para><emphasis>Build the Tarball:</emphasis>
90 You can use BitBake to generate the tarball inside an 90 You can use
91 existing 91 <ulink url='&YOCTO_DOCS_DEV_URL;#bitbake-term'>BitBake</ulink>
92 to generate the tarball inside an existing
92 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 93 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>.
93 </para> 94 </para>
94 <para>If you use BitBake to generate the ADT Installer 95 <para>If you use BitBake to generate the ADT Installer
@@ -98,14 +99,16 @@
98 or 99 or
99 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>) 100 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>)
100 located in the Source Directory before running the 101 located in the Source Directory before running the
101 BitBake command that creates the tarball.</para> 102 <filename>bitbake</filename> command that creates the
103 tarball.</para>
102 <para>The following example commands establish 104 <para>The following example commands establish
103 the 105 the
104 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>, 106 <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>Source Directory</ulink>,
105 check out the current release branch, set up the 107 check out the current release branch, set up the
106 build environment while also creating the default 108 build environment while also creating the default
107 Build Directory, and run the BitBake command that 109 Build Directory, and run the
108 results in the tarball 110 <filename>bitbake</filename> command that results in the
111 tarball
109 <filename>poky/build/tmp/deploy/sdk/adt_installer.tar.bz2</filename>: 112 <filename>poky/build/tmp/deploy/sdk/adt_installer.tar.bz2</filename>:
110 <note> 113 <note>
111 Before using BitBake to build the ADT tarball, be 114 Before using BitBake to build the ADT tarball, be