summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-rw-r--r--documentation/adt-manual/adt-prepare.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index 6900b0cd8c..38963cc099 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -91,7 +91,9 @@
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 or
96 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>)
95 located in the Source Directory before running the 97 located in the Source Directory before running the
96 BitBake command that creates the tarball. 98 BitBake command that creates the tarball.
97 </para> 99 </para>
@@ -549,8 +551,12 @@
549 551
550 <para> 552 <para>
551 Remember, before using any <filename>bitbake</filename> command, you 553 Remember, before using any <filename>bitbake</filename> command, you
552 must source the <filename>&OE_INIT_PATH;</filename> script located in 554 must source the build environment setup script
553 the Source Directory and you must make sure your 555 (i.e.
556 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
557 or
558 <ulink url='&YOCTO_DOCS_REF_URL;#structure-memres-core-script'><filename>oe-init-build-env-memres</filename></ulink>)
559 located in the Source Directory and you must make sure your
554 <filename>conf/local.conf</filename> variables are correct. 560 <filename>conf/local.conf</filename> variables are correct.
555 In particular, you need to be sure the 561 In particular, you need to be sure the
556 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink> 562 <ulink url='&YOCTO_DOCS_REF_URL;#var-MACHINE'><filename>MACHINE</filename></ulink>