diff options
| -rw-r--r-- | documentation/adt-manual/adt-command.xml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/adt-manual/adt-command.xml b/documentation/adt-manual/adt-command.xml index e57c15a983..28501b677d 100644 --- a/documentation/adt-manual/adt-command.xml +++ b/documentation/adt-manual/adt-command.xml | |||
| @@ -6,19 +6,20 @@ | |||
| 6 | <para> | 6 | <para> |
| 7 | Recall that earlier we talked about how to use an existing toolchain | 7 | Recall that earlier we talked about how to use an existing toolchain |
| 8 | tarball that had been installed into <filename>/opt/poky</filename>, | 8 | tarball that had been installed into <filename>/opt/poky</filename>, |
| 9 | which is outside of the Poky build environment | 9 | which is outside of the Yocto Project build tree |
| 10 | (see <xref linkend='using-an-existing-toolchain-tarball'> | 10 | (see <xref linkend='using-an-existing-toolchain-tarball'> |
| 11 | “Using an Existing Toolchain Tarball”)</xref>. | 11 | “Using an Existing Toolchain Tarball”)</xref>. |
| 12 | And, that sourcing your architecture-specific environment setup script | 12 | And, that sourcing your architecture-specific environment setup script |
| 13 | initializes a suitable development environment. | 13 | initializes a suitable cross-toolchain development environment. |
| 14 | This setup occurs by adding the compiler, QEMU scripts, QEMU binary, | 14 | This setup occurs by adding the compiler, QEMU scripts, QEMU binary, |
| 15 | a special version of <filename>pkgconfig</filename> and other useful | 15 | a special version of <filename>pkgconfig</filename> and other useful |
| 16 | utilities to the <filename>PATH</filename> variable. | 16 | utilities to the <filename>PATH</filename> variable. |
| 17 | Variables to assist pkgconfig and autotools are also defined so that, | 17 | Variables to assist <filename>pkgconfig</filename> and <filename>autotools</filename> |
| 18 | are also defined so that, | ||
| 18 | for example, <filename>configure.sh</filename> can find pre-generated | 19 | for example, <filename>configure.sh</filename> can find pre-generated |
| 19 | test results for tests that need target hardware on which to run. | 20 | test results for tests that need target hardware on which to run. |
| 20 | These conditions allow you to easily use the toolchain outside of the | 21 | These conditions allow you to easily use the toolchain outside of the |
| 21 | Poky build environment on both autotools-based projects and | 22 | Yocto Project build environment on both autotools-based projects and |
| 22 | makefile-based projects. | 23 | makefile-based projects. |
| 23 | </para> | 24 | </para> |
| 24 | 25 | ||
