diff options
Diffstat (limited to 'documentation/adt-manual/adt-prepare.rst')
-rw-r--r-- | documentation/adt-manual/adt-prepare.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/adt-manual/adt-prepare.rst b/documentation/adt-manual/adt-prepare.rst index 27133d21b4..e2141f8059 100644 --- a/documentation/adt-manual/adt-prepare.rst +++ b/documentation/adt-manual/adt-prepare.rst | |||
@@ -137,7 +137,7 @@ comments in the ``adt-installer.conf`` file: | |||
137 | set up your own IPKG repository pointed to by ``YOCTOADT_REPO``, you | 137 | set up your own IPKG repository pointed to by ``YOCTOADT_REPO``, you |
138 | need to be sure that the directory structure follows the same layout | 138 | need to be sure that the directory structure follows the same layout |
139 | as the reference directory set up at | 139 | as the reference directory set up at |
140 | ` <http://adtrepo.yoctoproject.org>`__. Also, your repository needs | 140 | http://adtrepo.yoctoproject.org. Also, your repository needs |
141 | to be accessible through HTTP. | 141 | to be accessible through HTTP. |
142 | 142 | ||
143 | - ``YOCTOADT_TARGETS``: The machine target architectures for which you | 143 | - ``YOCTOADT_TARGETS``: The machine target architectures for which you |
@@ -572,7 +572,7 @@ follows: | |||
572 | A good example of an external toolchain used with the Yocto Project is | 572 | A good example of an external toolchain used with the Yocto Project is |
573 | Mentor Graphics Sourcery G++ Toolchain. You can see information on how | 573 | Mentor Graphics Sourcery G++ Toolchain. You can see information on how |
574 | to use that particular layer in the ``README`` file at | 574 | to use that particular layer in the ``README`` file at |
575 | ` <http://github.com/MentorEmbedded/meta-sourcery/>`__. You can find | 575 | http://github.com/MentorEmbedded/meta-sourcery/. You can find |
576 | further information by reading about the | 576 | further information by reading about the |
577 | :term:`TCMODE` variable in the Yocto | 577 | :term:`TCMODE` variable in the Yocto |
578 | Project Reference Manual's variable glossary. | 578 | Project Reference Manual's variable glossary. |