summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2011-06-23 09:52:34 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-24 11:27:43 +0100
commit5a55f7f4dc79ac0e1049ac3240195ec56a0bf315 (patch)
tree293bbe1e4878f8b53585ef7fa019020892e84069 /documentation
parent5534892228404aa50eb1c611be746628fae96c15 (diff)
downloadpoky-5a55f7f4dc79ac0e1049ac3240195ec56a0bf315.tar.gz
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 <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/adt-manual/adt-prepare.xml15
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_&lt;arch&gt;</filename> - The root 172 <listitem><para><filename>YOCTOADT_ROOTFS_&lt;arch&gt;</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_&lt;arch&gt;</filename> - The 176 <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_IMAGE_&lt;arch&gt;</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_&lt;arch&gt;</filename>.
180 For example, if you downloaded both <filename>minimal</filename> and
181 <filename>sato-sdk</filename> images by setting <filename>YOCTOADT_ROOTFS_&lt;arch&gt;</filename>
182 to "minimal sato-sdk", then <filename>YOCTOADT_ROOTFS_&lt;arch&gt;</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_&lt;arch&gt;</filename> - The 185 <listitem><para><filename>YOCTOADT_TARGET_SYSROOT_LOC_&lt;arch&gt;</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>