diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-06-26 13:29:31 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-28 16:32:58 +0100 |
commit | 2282764f51aae6c4224a3da4cf3309f139dcc614 (patch) | |
tree | 210f617a50b703ef4686a302a2fcba97e1bb745d | |
parent | 4129d5dc7cf921b198a623104a20bf89b9f110b1 (diff) | |
download | ast2050-yocto-poky-2282764f51aae6c4224a3da4cf3309f139dcc614.zip ast2050-yocto-poky-2282764f51aae6c4224a3da4cf3309f139dcc614.tar.gz |
documentation/adt-manual/adt-prepare.xml: Inserted note
Added a note to warn the user about mixing ADT Intaller installation
methods.
(From yocto-docs rev: 718a48a7ea4753eb1e59e17a75c3d94a9ed166bb)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index 9f17c21..c3e4f6e 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml @@ -23,6 +23,21 @@ See the "<link linkend='setting-up-the-cross-development-environment'>Setting Up the Cross-Development Environment</link>" section for more information. + </para> + + <note> + <para>Avoid mixing installation methods when installing the ADT for different architectures. + For example, avoid using the ADT Installer to install some toolchains and then hand-installing + cross-development toolchains from downloaded tarballs to install toolchains + for different architectures. + Mixing installation methods can result in situations where the ADT Installer becomes + unreliable and might not install the toolchain.</para> + <para>If you must mix installation methods, you might avoid problems by deleting + <filename>/var/lib/opkg</filename>, thus purging the <filename>opkg</filename> package + metadata</para> + </note> + + <para> <itemizedlist> <listitem><para><emphasis>Use the ADT Installer Script:</emphasis> This method is the recommended way to install the ADT because it |