From: Scott Rifenbark Date: Fri, 7 Sep 2012 21:03:23 +0000 (-0700) Subject: documentation/adt-manual/adt-prepare.xml: Notes about installing sysroot X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1f6ce106305ad660a439a0d5363c5d96ca8bb31;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index cb659c4c36c..e512c89a1c2 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -229,7 +229,9 @@ If you want to simply install the cross-toolchain by hand, you can do so by using an existing cross-toolchain tarball. If you use this method to install the cross-toolchain and you still need to install the target - sysroot, you will have to install sysroot separately. + sysroot, you will have to extract and install sysroot separately. + For information on how to do this, see the + "Extracting the Root Filesystem" section. @@ -315,7 +317,11 @@ the cross-toolchain is generated and populated within the build directory. You will notice environment setup files for the cross-toolchain in the build directory in the tmp directory. - Setup script filenames contain the strings environment-setup. + Setup script filenames contain the strings environment-setup. + Be aware that when you use this method to install the toolchain you still need + to separately extract and install the sysroot filesystem. + For information on how to do this, see the + "Extracting the Root Filesystem" section.