From c4a923bcb0194c05b14d40be7ad4ecd193eb7a69 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 13 Sep 2012 14:01:58 -0700 Subject: documentation: Toolchain corrections from tarball to .sh file For 1.3 there is not longer a toolchain tarball. Instead, there is a wrapper script that lets you install the tarball. This fundamental usage model change caused several ripples throughout the documentation set. I have changed wordings and examples to reflect the new paradigm. (From yocto-docs rev: afb2069daa91e04c0f78ba425a6b184cb820d888) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-model.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'documentation/dev-manual/dev-manual-model.xml') diff --git a/documentation/dev-manual/dev-manual-model.xml b/documentation/dev-manual/dev-manual-model.xml index 5f3b67de24..4bdb91208c 100644 --- a/documentation/dev-manual/dev-manual-model.xml +++ b/documentation/dev-manual/dev-manual-model.xml @@ -1066,10 +1066,17 @@ Developer's Guide for information on how to install the toolchain into the build directory. Specify the Sysroot Location: - This location is where the root filesystem for the - target hardware is created on the development system by the ADT Installer. - The QEMU user-space tools, the - NFS boot process, and the cross-toolchain all use the sysroot location. + This location is where the root filesystem for the target hardware resides. + If you used the ADT Installer, then the location is + /opt/poky/<release>. + Additionally, when you use the ADT Installer, the same location is used for + the QEMU user-space tools and the NFS boot process. + If you used either of the other two methods to install the toolchain, then the + location of the sysroot filesystem depends on where you separately + extracted and intalled the filesystem. + For information on how to install the toolchain and on how to extract + and install the sysroot filesystem, see the + "Installing the ADT and Toolchains" section. Select the Target Architecture: The target architecture is the type of hardware you are @@ -1273,7 +1280,7 @@ directory. New Connections Dialog. Use the drop-down menu now in the Connection field and pick the IP Address you entered. - Click Debug to bring up a login screen + Click Run to bring up a login screen and login. Accept the debug perspective. -- cgit v1.2.3-54-g00ecf