summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-prepare.xml
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/adt-manual/adt-prepare.xml
parent5534892228404aa50eb1c611be746628fae96c15 (diff)
downloadast2050-yocto-poky-5a55f7f4dc79ac0e1049ac3240195ec56a0bf315.zip
ast2050-yocto-poky-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/adt-manual/adt-prepare.xml')
-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 686e3e9..7fbc876 100644
--- a/documentation/adt-manual/adt-prepare.xml
+++ b/documentation/adt-manual/adt-prepare.xml
@@ -170,13 +170,20 @@
</note>
</para></listitem>
<listitem><para><filename>YOCTOADT_ROOTFS_&lt;arch&gt;</filename> - The root
- filesystem images you want to download.
+ filesystem images you want to download from the <filename>YOCTOADT_IPKG_REPO</filename>
+ repository.
</para></listitem>
<listitem><para><filename>YOCTOADT_TARGET_SYSROOT_IMAGE_&lt;arch&gt;</filename> - 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
+ <filename>YOCTOADT_ROOTFS_&lt;arch&gt;</filename>.
+ For example, if you downloaded both <filename>minimal</filename> and
+ <filename>sato-sdk</filename> images by setting <filename>YOCTOADT_ROOTFS_&lt;arch&gt;</filename>
+ to "minimal sato-sdk", then <filename>YOCTOADT_ROOTFS_&lt;arch&gt;</filename>
+ must be set to either "minimal" or "sato-sdk".
</para></listitem>
<listitem><para><filename>YOCTOADT_TARGET_SYSROOT_LOC_&lt;arch&gt;</filename> - 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.
</para></listitem>
</itemizedlist>
</para>
@@ -222,7 +229,7 @@
<para>
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.
</para>
<para>
OpenPOWER on IntegriCloud