diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index e2eb2afe97..a2a439d01e 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -91,8 +91,8 @@ | |||
91 | <para> | 91 | <para> |
92 | If you use BitBake to generate the ADT Installer tarball, you must | 92 | If you use BitBake to generate the ADT Installer tarball, you must |
93 | <filename>source</filename> the environment setup script | 93 | <filename>source</filename> the environment setup script |
94 | (<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>) | 94 | (<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>) |
95 | located in the Source Directory before running the | 95 | located in the Source Directory before running the |
96 | BitBake command that creates the tarball. | 96 | BitBake command that creates the tarball. |
97 | </para> | 97 | </para> |
98 | 98 | ||
@@ -289,10 +289,12 @@ | |||
289 | In particular, you need to be sure the | 289 | In particular, you need to be sure the |
290 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> | 290 | <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> |
291 | variable matches the architecture for which you are | 291 | variable matches the architecture for which you are |
292 | building and that the <filename>SDKMACHINE</filename> | 292 | building and that the |
293 | <ulink url='&YOCTO_DOCS_REF_URL;#var-SDKMACHINE'><filename>SDKMACHINE</filename></ulink> | ||
293 | variable is correctly set if you are building | 294 | variable is correctly set if you are building |
294 | a toolchain for an architecture that differs from your | 295 | a toolchain designed to run on an architecture that |
295 | current development host machine.</para> | 296 | differs from your current development host machine |
297 | (i.e. the build machine).</para> | ||
296 | <para>When the BitBake command | 298 | <para>When the BitBake command |
297 | completes, the toolchain installer will be in | 299 | completes, the toolchain installer will be in |
298 | <filename>tmp/deploy/sdk</filename> in the Build | 300 | <filename>tmp/deploy/sdk</filename> in the Build |