diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2015-01-22 13:22:08 -0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-02-17 15:16:54 +0000 |
| commit | 77a62835d2c211206a4b6d881691cf13499ba260 (patch) | |
| tree | 37be9e2fe1654238769862697fff23bde4f4e1e8 /documentation/adt-manual | |
| parent | 9dff02bc21d03f61aeb8411ccc686986be5f420b (diff) | |
| download | poky-77a62835d2c211206a4b6d881691cf13499ba260.tar.gz | |
adt-manual: Added missing period.
(From yocto-docs rev: 8a47c17cecf023c3eb021108a1830394cb8bf103)
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')
| -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> |
