diff options
Diffstat (limited to 'documentation/adt-manual')
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 7faf39b9e2..3810568730 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -276,7 +276,7 @@ | |||
| 276 | target, go into the <filename>x86_64</filename> | 276 | target, go into the <filename>x86_64</filename> |
| 277 | folder and download the following installer: | 277 | folder and download the following installer: |
| 278 | <literallayout class='monospaced'> | 278 | <literallayout class='monospaced'> |
| 279 | poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 279 | poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
| 280 | </literallayout></para></listitem> | 280 | </literallayout></para></listitem> |
| 281 | <listitem><para>Build your own toolchain installer. | 281 | <listitem><para>Build your own toolchain installer. |
| 282 | For cases where you cannot use an installer | 282 | For cases where you cannot use an installer |
| @@ -296,7 +296,7 @@ | |||
| 296 | The example assumes the toolchain installer is located | 296 | The example assumes the toolchain installer is located |
| 297 | in <filename>~/Downloads/</filename>. | 297 | in <filename>~/Downloads/</filename>. |
| 298 | <literallayout class='monospaced'> | 298 | <literallayout class='monospaced'> |
| 299 | $ ~/Downloads/poky-eglibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh | 299 | $ ~/Downloads/poky-glibc-x86_64-core-image-sato-i586-toolchain-&DISTRO;.sh |
| 300 | </literallayout> | 300 | </literallayout> |
| 301 | The first thing the installer prompts you for is the | 301 | The first thing the installer prompts you for is the |
| 302 | directory into which you want to install the toolchain. | 302 | directory into which you want to install the toolchain. |
| @@ -656,10 +656,10 @@ | |||
| 656 | <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'><filename>IMAGE_INSTALL</filename></ulink> | 656 | <ulink url='&YOCTO_DOCS_REF_URL;#var-IMAGE_INSTALL'><filename>IMAGE_INSTALL</filename></ulink> |
| 657 | variable inside your <filename>local.conf</filename> file to | 657 | variable inside your <filename>local.conf</filename> file to |
| 658 | install the appropriate library packages. | 658 | install the appropriate library packages. |
| 659 | Following is an example using <filename>eglibc</filename> static | 659 | Following is an example using <filename>glibc</filename> static |
| 660 | development libraries: | 660 | development libraries: |
| 661 | <literallayout class='monospaced'> | 661 | <literallayout class='monospaced'> |
| 662 | IMAGE_INSTALL_append = " eglibc-staticdev" | 662 | IMAGE_INSTALL_append = " glibc-staticdev" |
| 663 | </literallayout> | 663 | </literallayout> |
| 664 | </note> | 664 | </note> |
| 665 | </para> | 665 | </para> |
