diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-07 14:03:23 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-14 09:50:52 +0100 |
| commit | b1f6ce106305ad660a439a0d5363c5d96ca8bb31 (patch) | |
| tree | 6327f3e4a5f27c356e613f1be0b876f2cca5541d | |
| parent | ccacc9c9eba60077b44e8303bee7d7c3de933866 (diff) | |
| download | poky-b1f6ce106305ad660a439a0d5363c5d96ca8bb31.tar.gz | |
documentation/adt-manual/adt-prepare.xml: Notes about installing sysroot
I added a couple of reminders and some links to information about
separately extracting and installing the sysroot filesystem.
(From yocto-docs rev: d340dcb5021fe1dcdaae0830ef8624c0fc54bedf)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index cb659c4c36..e512c89a1c 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -229,7 +229,9 @@ | |||
| 229 | If you want to simply install the cross-toolchain by hand, you can do so by using an existing | 229 | If you want to simply install the cross-toolchain by hand, you can do so by using an existing |
| 230 | cross-toolchain tarball. | 230 | cross-toolchain tarball. |
| 231 | If you use this method to install the cross-toolchain and you still need to install the target | 231 | If you use this method to install the cross-toolchain and you still need to install the target |
| 232 | sysroot, you will have to install sysroot separately. | 232 | sysroot, you will have to extract and install sysroot separately. |
| 233 | For information on how to do this, see the | ||
| 234 | "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section. | ||
| 233 | </para> | 235 | </para> |
| 234 | 236 | ||
| 235 | <para> | 237 | <para> |
| @@ -315,7 +317,11 @@ | |||
| 315 | the cross-toolchain is generated and populated within the build directory. | 317 | the cross-toolchain is generated and populated within the build directory. |
| 316 | You will notice environment setup files for the cross-toolchain in the | 318 | You will notice environment setup files for the cross-toolchain in the |
| 317 | build directory in the <filename>tmp</filename> directory. | 319 | build directory in the <filename>tmp</filename> directory. |
| 318 | Setup script filenames contain the strings <filename>environment-setup</filename>. | 320 | Setup script filenames contain the strings <filename>environment-setup</filename>.</para> |
| 321 | <para>Be aware that when you use this method to install the toolchain you still need | ||
| 322 | to separately extract and install the sysroot filesystem. | ||
| 323 | For information on how to do this, see the | ||
| 324 | "<link linkend='extracting-the-root-filesystem'>Extracting the Root Filesystem</link>" section. | ||
| 319 | </para></listitem> | 325 | </para></listitem> |
| 320 | </orderedlist> | 326 | </orderedlist> |
| 321 | </para> | 327 | </para> |
