diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 65ca6345ff..fd02696244 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -37,9 +37,10 @@ poky-edison-6.0. If you create a Git repository, then you can name the repository anything you like. You can find instruction on how to set up the Yocto Project files on your - host development system by reading the - - Getting Setup section in + host development system by reading + the + "Getting + Setup" section in The Yocto Project Development Manual. Yocto Project Build Tree: @@ -213,8 +214,8 @@ The ADT Installer requires the libtool package to complete. If you install the recommended packages as described in the - - Packages section of + "Packages" + section of The Yocto Project Quick Start, then you will have libtool installed. @@ -254,7 +255,7 @@ Go to and find the folder that matches your host development system - (i.e. i686 for 32-bit machines or + (i.e. i586 for 32-bit machines or x86_64 for 64-bit machines). Go into that folder and download the toolchain tarball whose name includes the appropriate target architecture. @@ -262,7 +263,7 @@ you are going to use your cross-toolchain for an ARM-based target, go into the x86_64 folder and download the following tarball: - yocto-eglibc-x86_64-arm-toolchain-gmae-1.1.tar.bz2 + yocto-eglibc-x86_64-i586-toolchain-gmae-1.1.tar.bz2 As an alternative to steps one and two, you can build the toolchain tarball if you have a Yocto Project build tree. @@ -329,7 +330,16 @@ After installing the toolchain, you must locate the target sysroot tarball and unpack - it in a directory of your choice. + it in a directory of your choice. + + + + WRITER'S NOTE: Right now I am a little fuzzy on just how you do this. + I am not sure if you just grab what is in build/tmp/deploy/images + and then unpack it with the tar -xjvf [tarball] [directory] or + if you have to run the tarball environment setup script found in + build/tmp and then run the + runqemu-extract-sdk [tarball] [directory] command. @@ -369,8 +379,7 @@ hardware or the QEMU emulator. That means you either have to build them or know where to get them. You can find a quick example of how to build an image in the - - Building an Image section of + "Building an Image" section of The Yocto Project Quick Start. @@ -390,6 +399,14 @@ The Yocto Project Reference Manual. + + + WRITER'S NOTE: It seems to me that you need to take steps to unpack the image filesystem + at this point. + This would involve running the tarball environment setup script found in + build/tmp and then running the + runqemu-extract-sdk [tarball] [directory] command. +