From 5a55f7f4dc79ac0e1049ac3240195ec56a0bf315 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 23 Jun 2011 09:52:34 -0700 Subject: documentation/adt-manual/adt-prepare.xml: Clarified sysroot discussions Armed with a better understanding of sysroot I made some edits to help better define what is going on with the various sysroot variables in the adt installer configuration file. (From yocto-docs rev: 2b63e1f0f57c701eb38de7f9b9057567786b9899) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/adt-manual/adt-prepare.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) (limited to 'documentation/adt-manual/adt-prepare.xml') diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 686e3e98ea..7fbc8764d5 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -170,13 +170,20 @@ YOCTOADT_ROOTFS_<arch> - The root - filesystem images you want to download. + filesystem images you want to download from the YOCTOADT_IPKG_REPO + repository. YOCTOADT_TARGET_SYSROOT_IMAGE_<arch> - The - root filesystem used to extract and create the target sysroot. + particular root filesystem used to extract and create the target sysroot. + The value of this variable must have been specified with + YOCTOADT_ROOTFS_<arch>. + For example, if you downloaded both minimal and + sato-sdk images by setting YOCTOADT_ROOTFS_<arch> + to "minimal sato-sdk", then YOCTOADT_ROOTFS_<arch> + must be set to either "minimal" or "sato-sdk". YOCTOADT_TARGET_SYSROOT_LOC_<arch> - The - location of the target sysroot that will be set up on the development machine. + location on the development host where the target sysroot will be created. @@ -222,7 +229,7 @@ If you want to simply install the cross-toolchain by hand you can do so by using an existing cross-toolchain tarball. - If you install the cross-toolchain by hand you will have to set up the sysroot separately. + If you install the cross-toolchain by hand you will have to set up the target sysroot separately. -- cgit v1.2.3-54-g00ecf