diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-14 14:35:05 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-24 16:36:05 +0100 |
commit | 94ba719dcf83d40ba2768170bed2f1915a419d37 (patch) | |
tree | d1cc84c42e9abf34a050cb62bb624d6c73981677 /documentation/adt-manual/adt-prepare.xml | |
parent | 7bff7a05c63b1c25b7488afcd64a4e83d491f0a7 (diff) | |
download | poky-94ba719dcf83d40ba2768170bed2f1915a419d37.tar.gz |
documentation/adt-manual/adt-prepare.xml: replaced oe-init-build-env
Replaced with the variable OE_INIT_FILE.
(From yocto-docs rev: 1deaa02f29b2a4b9cc7ff3307c8a3ebd0dfb9623)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 |