diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 609c334b0f..3e6b8dad17 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -143,12 +143,13 @@ Before running the ADT Installer script, you need to unpack the tarball. You can unpack the tarball in any directory you wish. Unpacking it creates the directory adt-installer, - which contains the ADT Installer script and its configuration file. + which contains the ADT Installer script (adt_installer) + and its configuration file (adt_installer.conf). Before you run the script, however, you should examine the ADT Installer configuration - file (adt_installer) and be sure you are going to get what you want. + file and be sure you are going to get what you want. Your configurations determine which kernel and filesystem image are downloaded. @@ -158,15 +159,15 @@ the adt-installer.conf file: - YOCTOADT_IPKG_REPO: This area + YOCTOADT_REPO: This area includes the IPKG-based packages and the root filesystem upon which the installation is based. If you want to set up your own IPKG repository pointed to by - YOCTOADT_IPKG_REPO, you need to be sure that the + YOCTOADT_REPO, you need to be sure that the directory structure follows the same layout as the reference directory set up at . Also, your repository needs to be accessible through HTTP. - YOCTOADT-TARGETS: The machine + YOCTOADT_TARGETS: The machine target architectures for which you want to set up cross-development environments. YOCTOADT_QEMU: Indicates whether @@ -263,15 +264,15 @@ yocto-eglibc-x86_64-arm-toolchain-gmae-1.1.tar.bz2 - Alternatively, you can build the toolchain tarball if you have a Yocto - Project build tree. + As an alternative to steps one and two, you can build the toolchain tarball + if you have a Yocto Project build tree. Use the bitbake meta-toolchain command after you have sourced the oe-build-init script located in the Yocto Project files. When the bitbake command completes, the toolchain tarball will be in tmp/deploy/sdk in the Yocto Project build tree. - Make sure you are in the root directory and then expand + Make sure you are in the root directory with root privileges and then expand the tarball. The tarball expands into /opt/poky/$SDKVERSION. Once the tarball in unpacked, the cross-toolchain is installed.