diff options
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 0b74505d7e..bc01395d13 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
@@ -83,7 +83,7 @@ | |||
83 | <para> | 83 | <para> |
84 | If you use BitBake to generate the ADT Installer tarball, you must | 84 | If you use BitBake to generate the ADT Installer tarball, you must |
85 | <filename>source</filename> the environment setup script | 85 | <filename>source</filename> the environment setup script |
86 | (<filename>oe-init-build-env</filename>) located | 86 | (<filename>&OE_INIT_FILE;</filename>) located |
87 | in the source directory before running the <filename>bitbake</filename> | 87 | in the source directory before running the <filename>bitbake</filename> |
88 | command that creates the tarball. | 88 | command that creates the tarball. |
89 | </para> | 89 | </para> |
@@ -300,7 +300,7 @@ | |||
300 | Follow these steps to generate the toolchain into the build directory: | 300 | Follow these steps to generate the toolchain into the build directory: |
301 | <orderedlist> | 301 | <orderedlist> |
302 | <listitem><para>Source the environment setup script | 302 | <listitem><para>Source the environment setup script |
303 | <filename>oe-init-build-env</filename> located in the | 303 | <filename>&OE_INIT_FILE;</filename> located in the |
304 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. | 304 | <ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>. |
305 | </para></listitem> | 305 | </para></listitem> |
306 | <listitem><para>At this point, you should be sure that the | 306 | <listitem><para>At this point, you should be sure that the |