diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2020-07-27 17:38:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-17 10:09:33 +0100 |
commit | 424567d629b08785a6594d16427ee0fa8c31f384 (patch) | |
tree | 4985979745b1c5601f7a82c662042fb745bfd7db /documentation/overview-manual/overview-manual-development-environment.rst | |
parent | 4bf6fc5281d1976ad7113c91a93995406cfab429 (diff) | |
download | poky-424567d629b08785a6594d16427ee0fa8c31f384.tar.gz |
sphinx: manual updates for some links
Some links were not found by the regexp, especially because of they
are spanning across multiple lines. This patch is a manual fixup for
these patterns.
(From yocto-docs rev: 7a5cf8b372903d959d4a1f0882e6198f31f3cba5)
Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/overview-manual-development-environment.rst')
-rw-r--r-- | documentation/overview-manual/overview-manual-development-environment.rst | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst index 745d2ecf91..82562bf995 100644 --- a/documentation/overview-manual/overview-manual-development-environment.rst +++ b/documentation/overview-manual/overview-manual-development-environment.rst | |||
@@ -86,8 +86,8 @@ Once your development host is set up to use the Yocto Project, several | |||
86 | methods exist for you to do work in the Yocto Project environment: | 86 | methods exist for you to do work in the Yocto Project environment: |
87 | 87 | ||
88 | - *Command Lines, BitBake, and Shells:* Traditional development in the | 88 | - *Command Lines, BitBake, and Shells:* Traditional development in the |
89 | Yocto Project involves using the `OpenEmbedded build | 89 | Yocto Project involves using the :term:`OpenEmbedded Build System`, |
90 | system <&YOCTO_DOCS_REF_URL;#build-system-term>`__, which uses | 90 | which uses |
91 | BitBake, in a command-line environment from a shell on your | 91 | BitBake, in a command-line environment from a shell on your |
92 | development host. You can accomplish this from a host that is a | 92 | development host. You can accomplish this from a host that is a |
93 | native Linux machine or from a host that has been set up with CROPS. | 93 | native Linux machine or from a host that has been set up with CROPS. |
@@ -162,8 +162,8 @@ these tarballs gives you a snapshot of the released files. | |||
162 | 162 | ||
163 | .. note:: | 163 | .. note:: |
164 | 164 | ||
165 | - The recommended method for setting up the Yocto Project `Source | 165 | - The recommended method for setting up the Yocto Project |
166 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__ and the files | 166 | :term:`Source Directory` and the files |
167 | for supported BSPs (e.g., ``meta-intel``) is to use `Git <#git>`__ | 167 | for supported BSPs (e.g., ``meta-intel``) is to use `Git <#git>`__ |
168 | to create a local copy of the upstream repositories. | 168 | to create a local copy of the upstream repositories. |
169 | 169 | ||
@@ -350,8 +350,8 @@ Book <http://book.git-scm.com>`__. | |||
350 | software on which to develop. The Yocto Project has two scripts named | 350 | software on which to develop. The Yocto Project has two scripts named |
351 | ``create-pull-request`` and ``send-pull-request`` that ship with the | 351 | ``create-pull-request`` and ``send-pull-request`` that ship with the |
352 | release to facilitate this workflow. You can find these scripts in | 352 | release to facilitate this workflow. You can find these scripts in |
353 | the ``scripts`` folder of the `Source | 353 | the ``scripts`` folder of the |
354 | Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__. For information | 354 | :term:`Source Directory`. For information |
355 | on how to use these scripts, see the "`Using Scripts to Push a Change | 355 | on how to use these scripts, see the "`Using Scripts to Push a Change |
356 | Upstream and Request a | 356 | Upstream and Request a |
357 | Pull <&YOCTO_DOCS_DEV_URL;#pushing-a-change-upstream>`__" section in | 357 | Pull <&YOCTO_DOCS_DEV_URL;#pushing-a-change-upstream>`__" section in |
@@ -638,8 +638,8 @@ When you build an image using the Yocto Project, the build process uses | |||
638 | a known list of licenses to ensure compliance. You can find this list in | 638 | a known list of licenses to ensure compliance. You can find this list in |
639 | the :term:`Source Directory` at | 639 | the :term:`Source Directory` at |
640 | ``meta/files/common-licenses``. Once the build completes, the list of | 640 | ``meta/files/common-licenses``. Once the build completes, the list of |
641 | all licenses found and used during that build are kept in the `Build | 641 | all licenses found and used during that build are kept in the |
642 | Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ at | 642 | :term:`Build Directory` at |
643 | ``tmp/deploy/licenses``. | 643 | ``tmp/deploy/licenses``. |
644 | 644 | ||
645 | If a module requires a license that is not in the base list, the build | 645 | If a module requires a license that is not in the base list, the build |