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.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/overview-manual-development-environment.rst b/documentation/overview-manual/overview-manual-development-environment.rst
index d59e52c488..745d2ecf91 100644
--- a/documentation/overview-manual/overview-manual-development-environment.rst
+++ b/documentation/overview-manual/overview-manual-development-environment.rst
@@ -149,7 +149,7 @@ Plugins, Matchbox, Poky, Yocto Linux Kernel, and so forth. From the
149interface, you can click on any particular item in the "Name" column and 149interface, you can click on any particular item in the "Name" column and
150see the URL at the bottom of the page that you need to clone a Git 150see the URL at the bottom of the page that you need to clone a Git
151repository for that particular item. Having a local Git repository of 151repository for that particular item. Having a local Git repository of
152the `Source Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__, which 152the :term:`Source Directory`, which
153is usually named "poky", allows you to make changes, contribute to the 153is usually named "poky", allows you to make changes, contribute to the
154history, and ultimately enhance the Yocto Project's tools, Board Support 154history, and ultimately enhance the Yocto Project's tools, Board Support
155Packages, and so forth. 155Packages, and so forth.
@@ -636,7 +636,7 @@ find information on the GNU GPL
636 636
637When you build an image using the Yocto Project, the build process uses 637When 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 `Source Directory <&YOCTO_DOCS_REF_URL;#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 `Build
642Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ at 642Directory <&YOCTO_DOCS_REF_URL;#build-directory>`__ at
@@ -660,7 +660,7 @@ that conform to the Open Source Definition (OSD).
660 660
661You can find a list of the combined SPDX and OSI licenses that the Yocto 661You can find a list of the combined SPDX and OSI licenses that the Yocto
662Project uses in the ``meta/files/common-licenses`` directory in your 662Project uses in the ``meta/files/common-licenses`` directory in your
663`Source Directory <&YOCTO_DOCS_REF_URL;#source-directory>`__. 663:term:`Source Directory`.
664 664
665For information that can help you maintain compliance with various open 665For information that can help you maintain compliance with various open
666source licensing during the lifecycle of a product created using the 666source licensing during the lifecycle of a product created using the