summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-09-14 14:35:05 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-09-24 16:36:05 +0100
commit94ba719dcf83d40ba2768170bed2f1915a419d37 (patch)
treed1cc84c42e9abf34a050cb62bb624d6c73981677
parent7bff7a05c63b1c25b7488afcd64a4e83d491f0a7 (diff)
downloadast2050-yocto-poky-94ba719dcf83d40ba2768170bed2f1915a419d37.zip
ast2050-yocto-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>
-rw-r--r--documentation/adt-manual/adt-prepare.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 0b74505..bc01395 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -83,7 +83,7 @@
<para>
If you use BitBake to generate the ADT Installer tarball, you must
<filename>source</filename> the environment setup script
- (<filename>oe-init-build-env</filename>) located
+ (<filename>&OE_INIT_FILE;</filename>) located
in the source directory before running the <filename>bitbake</filename>
command that creates the tarball.
</para>
@@ -300,7 +300,7 @@
Follow these steps to generate the toolchain into the build directory:
<orderedlist>
<listitem><para>Source the environment setup script
- <filename>oe-init-build-env</filename> located in the
+ <filename>&OE_INIT_FILE;</filename> located in the
<ulink url='&YOCTO_DOCS_DEV_URL;#source-directory'>source directory</ulink>.
</para></listitem>
<listitem><para>At this point, you should be sure that the
OpenPOWER on IntegriCloud