summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual/overview-manual-development-environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual/overview-manual-development-environment.rst')
-rw-r--r--documentation/overview-manual/overview-manual-development-environment.rst16
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
86methods exist for you to do work in the Yocto Project environment: 86methods 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
638a known list of licenses to ensure compliance. You can find this list in 638a known list of licenses to ensure compliance. You can find this list in
639the :term:`Source Directory` at 639the :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
641all licenses found and used during that build are kept in the `Build 641all licenses found and used during that build are kept in the
642Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ at 642:term:`Build Directory` at
643``tmp/deploy/licenses``. 643``tmp/deploy/licenses``.
644 644
645If a module requires a license that is not in the base list, the build 645If a module requires a license that is not in the base list, the build