diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-08-26 11:17:49 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:06:30 +0100 |
| commit | e901047d4db48fc5e5f20d71fa20601a9e735ab6 (patch) | |
| tree | 5fabaf4420963e6f43b12dd888179be7e7f8f396 /documentation/adt-manual | |
| parent | 648da6d502e7253873dd9759a2482895d7f0159b (diff) | |
| download | poky-e901047d4db48fc5e5f20d71fa20601a9e735ab6.tar.gz | |
yocto-project-qs, adt-manual: Updates to toolchain installer script
The way in which the toolchain installer scripts are named has
changed. I have updated two sections that describe this so that
the new naming scheme is used.
(From yocto-docs rev: 71b70a12c72bca7cad565b5d6f44b2c6b311844d)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/adt-manual')
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index f8ba557f39..6900b0cd8c 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -229,8 +229,10 @@ | |||
| 229 | <title>Using a Cross-Toolchain Tarball</title> | 229 | <title>Using a Cross-Toolchain Tarball</title> |
| 230 | 230 | ||
| 231 | <para> | 231 | <para> |
| 232 | If you want to simply install the cross-toolchain by hand, you can | 232 | If you want to simply install a cross-toolchain by hand, you can |
| 233 | do so by running the toolchain installer. | 233 | do so by running the toolchain installer. |
| 234 | The installer includes the pre-built cross-toolchain, the | ||
| 235 | <filename>runqemu</filename> script, and support files. | ||
| 234 | If you use this method to install the cross-toolchain, you | 236 | If you use this method to install the cross-toolchain, you |
| 235 | might still need to install the target sysroot by installing and | 237 | might still need to install the target sysroot by installing and |
| 236 | extracting it separately. | 238 | extracting it separately. |
| @@ -241,25 +243,30 @@ | |||
| 241 | <para> | 243 | <para> |
| 242 | Follow these steps: | 244 | Follow these steps: |
| 243 | <orderedlist> | 245 | <orderedlist> |
| 244 | <listitem><para>Get the toolchain installer using one of the | 246 | <listitem><para>Get your toolchain installer using one of the |
| 245 | following methods: | 247 | following methods: |
| 246 | <itemizedlist> | 248 | <itemizedlist> |
| 247 | <listitem><para>Go to | 249 | <listitem><para>Go to |
| 248 | <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink> | 250 | <ulink url='&YOCTO_TOOLCHAIN_DL_URL;'></ulink> |
| 249 | and find the folder that matches your host | 251 | and find the folder that matches your host |
| 250 | development system (i.e. <filename>i686</filename> | 252 | development system (i.e. <filename>i686</filename> |
| 251 | for 32-bit machines or <filename>x86-64</filename> | 253 | for 32-bit machines or <filename>x86_64</filename> |
| 252 | for 64-bit machines).</para> | 254 | for 64-bit machines).</para> |
| 253 | <para>Go into that folder and download the toolchain | 255 | <para>Go into that folder and download the toolchain |
| 254 | installer whose name includes the appropriate target | 256 | installer whose name includes the appropriate target |
| 255 | architecture. | 257 | architecture. |
| 258 | The toolchains provided by the Yocto Project | ||
| 259 | are based off of the | ||
| 260 | <filename>core-image-sato</filename> image and | ||
| 261 | contain libraries appropriate for developing | ||
| 262 | against that image. | ||
| 256 | For example, if your host development system is a | 263 | For example, if your host development system is a |
| 257 | 64-bit x86 system and you are going to use | 264 | 64-bit x86 system and you are going to use |
| 258 | your cross-toolchain for a 32-bit x86 | 265 | your cross-toolchain for a 32-bit x86 |
| 259 | target, go into the <filename>x86_64</filename> | 266 | target, go into the <filename>x86_64</filename> |
| 260 | folder and download the following installer: | 267 | folder and download the following installer: |
| 261 | <literallayout class='monospaced'> | 268 | <literallayout class='monospaced'> |
| 262 | poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh | 269 | poky-eglibc-x86_64-core-image-sato-i586.sh |
| 263 | </literallayout></para></listitem> | 270 | </literallayout></para></listitem> |
| 264 | <listitem><para>Build your own toolchain installer. | 271 | <listitem><para>Build your own toolchain installer. |
| 265 | For cases where you cannot use an installer | 272 | For cases where you cannot use an installer |
| @@ -278,7 +285,7 @@ | |||
| 278 | The example assumes the toolchain installer is located | 285 | The example assumes the toolchain installer is located |
| 279 | in <filename>~/Downloads/</filename>. | 286 | in <filename>~/Downloads/</filename>. |
| 280 | <literallayout class='monospaced'> | 287 | <literallayout class='monospaced'> |
| 281 | $ ~/Downloads/poky-eglibc-x86_64-i586-toolchain-&DISTRO;.sh | 288 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586.sh |
| 282 | </literallayout> | 289 | </literallayout> |
| 283 | <note> | 290 | <note> |
| 284 | If you do not have write permissions for the directory | 291 | If you do not have write permissions for the directory |
