summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/adt-manual/adt-prepare.xml38
1 files changed, 17 insertions, 21 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml
index b4e27baf6f..152c7fbfa6 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -582,30 +582,26 @@
582 582
583 <para> 583 <para>
584 As an alternative to locating and downloading a toolchain installer, 584 As an alternative to locating and downloading a toolchain installer,
585 you can build the toolchain installer if you have a 585 you can build the toolchain installer one of two ways if you have a
586 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>. 586 <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>:
587 </para> 587 <itemizedlist>
588 588 <listitem><para>Use <filename>bitbake meta-toolchain</filename>.
589 <para> 589 This method requires you to still install the target
590 You can build the toolchain 590 sysroot by installing and extracting it separately.
591 installer using <filename>bitbake meta-toolchain</filename>. 591 For information on how to install the sysroot, see the
592 This method requires you to still install the target 592 "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>"
593 sysroot by installing and extracting it separately. 593 section.</para></listitem>
594 For information on how to install the sysroot, see the 594 <listitem><para>Use
595 "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section. 595 <filename>bitbake image -c populate_sdk</filename>.
596 </para> 596 This method has significant advantages over the previous method
597 597 because it results in a toolchain installer that contains the
598 <para> 598 sysroot that matches your target root filesystem.
599 A final method of building the toolchain installer exists that has 599 </para></listitem>
600 significant advantages over the previous method. 600 </itemizedlist>
601 This method results in a toolchain installer that contains the sysroot
602 that matches your target root filesystem.
603 To build this installer, use the
604 <filename>bitbake image -c populate_sdk</filename> command.
605 </para> 601 </para>
606 602
607 <para> 603 <para>
608 Remember, before using any <filename>bitbake</filename> command, you 604 Remember, before using any BitBake command, you
609 must source the build environment setup script 605 must source the build environment setup script
610 (i.e. 606 (i.e.
611 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 607 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>