summaryrefslogtreecommitdiffstats
path: root/documentation/adt-manual/adt-intro.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/adt-manual/adt-intro.rst')
-rw-r--r--documentation/adt-manual/adt-intro.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/documentation/adt-manual/adt-intro.rst b/documentation/adt-manual/adt-intro.rst
index 40612bdddf..d6228ad864 100644
--- a/documentation/adt-manual/adt-intro.rst
+++ b/documentation/adt-manual/adt-intro.rst
@@ -12,8 +12,8 @@ application.
12Fundamentally, the ADT consists of the following: 12Fundamentally, the ADT consists of the following:
13 13
14- An architecture-specific cross-toolchain and matching sysroot both 14- An architecture-specific cross-toolchain and matching sysroot both
15 built by the `OpenEmbedded build 15 built by the :term:`OpenEmbedded Build System`.
16 system <&YOCTO_DOCS_DEV_URL;#build-system-term>`__. The toolchain and 16 The toolchain and
17 sysroot are based on a `Metadata <&YOCTO_DOCS_DEV_URL;#metadata>`__ 17 sysroot are based on a `Metadata <&YOCTO_DOCS_DEV_URL;#metadata>`__
18 configuration and extensions, which allows you to cross-develop on 18 configuration and extensions, which allows you to cross-develop on
19 the host machine for the target hardware. 19 the host machine for the target hardware.
@@ -33,8 +33,8 @@ Toolchain <&YOCTO_DOCS_DEV_URL;#cross-development-toolchain>`__ consists
33of a cross-compiler, cross-linker, and cross-debugger that are used to 33of a cross-compiler, cross-linker, and cross-debugger that are used to
34develop user-space applications for targeted hardware. This toolchain is 34develop user-space applications for targeted hardware. This toolchain is
35created either by running the ADT Installer script, a toolchain 35created either by running the ADT Installer script, a toolchain
36installer script, or through a `Build 36installer script, or through a :term:`Build Directory`
37Directory <&YOCTO_DOCS_DEV_URL;#build-directory>`__ that is based on 37that is based on
38your Metadata configuration or extension for your targeted device. The 38your Metadata configuration or extension for your targeted device. The
39cross-toolchain works with a matching target sysroot. 39cross-toolchain works with a matching target sysroot.
40 40
@@ -79,13 +79,13 @@ your application or image. QEMU is made available a number of ways:
79- If you use the ADT Installer script to install ADT, you can specify 79- If you use the ADT Installer script to install ADT, you can specify
80 whether or not to install QEMU. 80 whether or not to install QEMU.
81 81
82- If you have cloned the ``poky`` Git repository to create a `Source 82- If you have cloned the ``poky`` Git repository to create a
83 Directory <&YOCTO_DOCS_DEV_URL;#source-directory>`__ and you have 83 :term:`Source Directory` and you have
84 sourced the environment setup script, QEMU is installed and 84 sourced the environment setup script, QEMU is installed and
85 automatically available. 85 automatically available.
86 86
87- If you have downloaded a Yocto Project release and unpacked it to 87- If you have downloaded a Yocto Project release and unpacked it to
88 create a `Source Directory <&YOCTO_DOCS_DEV_URL;#source-directory>`__ 88 create a :term:`Source Directory`
89 and you have sourced the environment setup script, QEMU is installed 89 and you have sourced the environment setup script, QEMU is installed
90 and automatically available. 90 and automatically available.
91 91