diff options
| -rw-r--r-- | documentation/adt-manual/adt-prepare.xml | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/documentation/adt-manual/adt-prepare.xml b/documentation/adt-manual/adt-prepare.xml index b69586f13e..18ba24472a 100644 --- a/documentation/adt-manual/adt-prepare.xml +++ b/documentation/adt-manual/adt-prepare.xml | |||
| @@ -29,14 +29,22 @@ | |||
| 29 | </para> | 29 | </para> |
| 30 | 30 | ||
| 31 | <note> | 31 | <note> |
| 32 | <para>Avoid mixing installation methods when installing toolchains for different architectures. | 32 | <para> |
| 33 | For example, avoid using the ADT Installer to install some toolchains and then hand-installing | 33 | Avoid mixing installation methods when installing toolchains for |
| 34 | cross-development toolchains by running the toolchain installer for different architectures. | 34 | different architectures. |
| 35 | Mixing installation methods can result in situations where the ADT Installer becomes | 35 | For example, avoid using the ADT Installer to install some |
| 36 | unreliable and might not install the toolchain.</para> | 36 | toolchains and then hand-installing cross-development toolchains |
| 37 | <para>If you must mix installation methods, you might avoid problems by deleting | 37 | by running the toolchain installer for different architectures. |
| 38 | <filename>/var/lib/opkg</filename>, thus purging the <filename>opkg</filename> package | 38 | Mixing installation methods can result in situations where the |
| 39 | metadata</para> | 39 | ADT Installer becomes unreliable and might not install the |
| 40 | toolchain. | ||
| 41 | </para> | ||
| 42 | |||
| 43 | <para> | ||
| 44 | If you must mix installation methods, you might avoid problems by | ||
| 45 | deleting <filename>/var/lib/opkg</filename>, thus purging the | ||
| 46 | <filename>opkg</filename> package metadata. | ||
| 47 | </para> | ||
| 40 | </note> | 48 | </note> |
| 41 | 49 | ||
| 42 | <para> | 50 | <para> |
