diff options
Diffstat (limited to 'documentation/adt-manual/adt-prepare.xml')
-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 |