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.