diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-13 14:01:58 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:52 +0100 |
| commit | c4a923bcb0194c05b14d40be7ad4ecd193eb7a69 (patch) | |
| tree | 6bec21f8000bfb08a8405124b78cdbdc1c22b0b6 /documentation/dev-manual/dev-manual-model.xml | |
| parent | 4c90692716feb5e52f7859e2013b02f6f6703062 (diff) | |
| download | poky-c4a923bcb0194c05b14d40be7ad4ecd193eb7a69.tar.gz | |
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 <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual/dev-manual-model.xml')
| -rw-r--r-- | documentation/dev-manual/dev-manual-model.xml | 17 |
1 files changed, 12 insertions, 5 deletions
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 @@ | |||
| 1066 | Developer's Guide for information on how to install the toolchain into the build | 1066 | Developer's Guide for information on how to install the toolchain into the build |
| 1067 | directory.</para></listitem> | 1067 | directory.</para></listitem> |
| 1068 | <listitem><para><emphasis>Specify the Sysroot Location:</emphasis> | 1068 | <listitem><para><emphasis>Specify the Sysroot Location:</emphasis> |
| 1069 | This location is where the root filesystem for the | 1069 | This location is where the root filesystem for the target hardware resides. |
| 1070 | target hardware is created on the development system by the ADT Installer. | 1070 | If you used the ADT Installer, then the location is |
| 1071 | The QEMU user-space tools, the | 1071 | <filename>/opt/poky/<release></filename>. |
| 1072 | NFS boot process, and the cross-toolchain all use the sysroot location. | 1072 | Additionally, when you use the ADT Installer, the same location is used for |
| 1073 | the QEMU user-space tools and the NFS boot process.</para> | ||
| 1074 | <para>If you used either of the other two methods to install the toolchain, then the | ||
| 1075 | location of the sysroot filesystem depends on where you separately | ||
| 1076 | extracted and intalled the filesystem.</para> | ||
| 1077 | <para>For information on how to install the toolchain and on how to extract | ||
| 1078 | and install the sysroot filesystem, see the | ||
| 1079 | "<ulink url='&YOCTO_DOCS_ADT_URL;#installing-the-adt'>Installing the ADT and Toolchains</ulink>" section. | ||
| 1073 | </para></listitem> | 1080 | </para></listitem> |
| 1074 | <listitem><para><emphasis>Select the Target Architecture:</emphasis> | 1081 | <listitem><para><emphasis>Select the Target Architecture:</emphasis> |
| 1075 | The target architecture is the type of hardware you are | 1082 | The target architecture is the type of hardware you are |
| @@ -1273,7 +1280,7 @@ directory.</para></listitem> | |||
| 1273 | <filename>New Connections</filename> Dialog.</para></listitem> | 1280 | <filename>New Connections</filename> Dialog.</para></listitem> |
| 1274 | <listitem><para>Use the drop-down menu now in the <filename>Connection</filename> field and pick | 1281 | <listitem><para>Use the drop-down menu now in the <filename>Connection</filename> field and pick |
| 1275 | the IP Address you entered.</para></listitem> | 1282 | the IP Address you entered.</para></listitem> |
| 1276 | <listitem><para>Click <filename>Debug</filename> to bring up a login screen | 1283 | <listitem><para>Click <filename>Run</filename> to bring up a login screen |
| 1277 | and login.</para></listitem> | 1284 | and login.</para></listitem> |
| 1278 | <listitem><para>Accept the debug perspective.</para></listitem> | 1285 | <listitem><para>Accept the debug perspective.</para></listitem> |
| 1279 | </orderedlist> | 1286 | </orderedlist> |
