diff options
Diffstat (limited to 'documentation/adt-manual')
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 15 |
1 files changed, 11 insertions, 4 deletions
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 @@ | |||
170 | </note> | 170 | </note> |
171 | </para></listitem> | 171 | </para></listitem> |
172 | <listitem><para><filename>YOCTOADT_ROOTFS_<arch></filename> - The root | 172 | <listitem><para><filename>YOCTOADT_ROOTFS_<arch></filename> - The root |
173 | filesystem images you want to download. | 173 | filesystem images you want to download from the <filename>YOCTOADT_IPKG_REPO</filename> |
174 | repository. | ||
174 | </para></listitem> | 175 | </para></listitem> |
175 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_IMAGE_<arch></filename> - The | 176 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_IMAGE_<arch></filename> - The |
176 | root filesystem used to extract and create the target sysroot. | 177 | particular root filesystem used to extract and create the target sysroot. |
178 | The value of this variable must have been specified with | ||
179 | <filename>YOCTOADT_ROOTFS_<arch></filename>. | ||
180 | For example, if you downloaded both <filename>minimal</filename> and | ||
181 | <filename>sato-sdk</filename> images by setting <filename>YOCTOADT_ROOTFS_<arch></filename> | ||
182 | to "minimal sato-sdk", then <filename>YOCTOADT_ROOTFS_<arch></filename> | ||
183 | must be set to either "minimal" or "sato-sdk". | ||
177 | </para></listitem> | 184 | </para></listitem> |
178 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_LOC_<arch></filename> - The | 185 | <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_LOC_<arch></filename> - The |
179 | location of the target sysroot that will be set up on the development machine. | 186 | location on the development host where the target sysroot will be created. |
180 | </para></listitem> | 187 | </para></listitem> |
181 | </itemizedlist> | 188 | </itemizedlist> |
182 | </para> | 189 | </para> |
@@ -222,7 +229,7 @@ | |||
222 | <para> | 229 | <para> |
223 | If you want to simply install the cross-toolchain by hand you can do so by using an existing | 230 | If you want to simply install the cross-toolchain by hand you can do so by using an existing |
224 | cross-toolchain tarball. | 231 | cross-toolchain tarball. |
225 | If you install the cross-toolchain by hand you will have to set up the sysroot separately. | 232 | If you install the cross-toolchain by hand you will have to set up the target sysroot separately. |
226 | </para> | 233 | </para> |
227 | 234 | ||
228 | <para> | 235 | <para> |