summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst4
-rw-r--r--documentation/overview-manual/development-environment.rst15
2 files changed, 8 insertions, 11 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index b323a6fdf4..c495e4cc41 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -110,7 +110,7 @@ Class files (``.bbclass``) contain information that is useful to share
110between recipes files. An example is the 110between recipes files. An example is the
111:ref:`autotools <ref-classes-autotools>` class, 111:ref:`autotools <ref-classes-autotools>` class,
112which contains common settings for any application that is built with 112which contains common settings for any application that is built with
113the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. 113the :wikipedia:`GNU Autotools <GNU_Autotools>`.
114The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project 114The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project
115Reference Manual provides details about classes and how to use them. 115Reference Manual provides details about classes and how to use them.
116 116
@@ -2061,7 +2061,7 @@ dependencies, you must manually declare the dependencies.
2061 located. For each shared library, the package that contains the 2061 located. For each shared library, the package that contains the
2062 shared library is registered as providing the shared library. More 2062 shared library is registered as providing the shared library. More
2063 specifically, the package is registered as providing the 2063 specifically, the package is registered as providing the
2064 `soname <https://en.wikipedia.org/wiki/Soname>`__ of the library. The 2064 :wikipedia:`soname <Soname>` of the library. The
2065 resulting shared-library-to-package mapping is saved globally in 2065 resulting shared-library-to-package mapping is saved globally in
2066 :term:`PKGDATA_DIR` by the 2066 :term:`PKGDATA_DIR` by the
2067 :ref:`ref-tasks-packagedata` 2067 :ref:`ref-tasks-packagedata`
diff --git a/documentation/overview-manual/development-environment.rst b/documentation/overview-manual/development-environment.rst
index 04aea1373c..7d5953db33 100644
--- a/documentation/overview-manual/development-environment.rst
+++ b/documentation/overview-manual/development-environment.rst
@@ -39,10 +39,9 @@ Linus Torvalds in 1991. Conversely, a good example of a non-open source
39project is the Windows family of operating systems developed by 39project is the Windows family of operating systems developed by
40Microsoft Corporation. 40Microsoft Corporation.
41 41
42Wikipedia has a good historical description of the Open Source 42Wikipedia has a good :wikipedia:`historical description of the Open Source
43Philosophy `here <https://en.wikipedia.org/wiki/Open_source>`__. You can 43Philosophy <Open_source>`. You can also find helpful information on how
44also find helpful information on how to participate in the Linux 44to participate in the Linux Community
45Community
46`here <https://www.kernel.org/doc/html/latest/process/index.html>`__. 45`here <https://www.kernel.org/doc/html/latest/process/index.html>`__.
47 46
48The Development Host 47The Development Host
@@ -608,18 +607,16 @@ licensing structures in place. License evolution for both Open Source
608and Free Software has an interesting history. If you are interested in 607and Free Software has an interesting history. If you are interested in
609this history, you can find basic information here: 608this history, you can find basic information here:
610 609
611- `Open source license 610- :wikipedia:`Open source license history <Open-source_license>`
612 history <https://en.wikipedia.org/wiki/Open-source_license>`__
613 611
614- `Free software license 612- :wikipedia:`Free software license history <Free_software_license>`
615 history <https://en.wikipedia.org/wiki/Free_software_license>`__
616 613
617In general, the Yocto Project is broadly licensed under the 614In general, the Yocto Project is broadly licensed under the
618Massachusetts Institute of Technology (MIT) License. MIT licensing 615Massachusetts Institute of Technology (MIT) License. MIT licensing
619permits the reuse of software within proprietary software as long as the 616permits the reuse of software within proprietary software as long as the
620license is distributed with that software. Patches to the Yocto Project 617license is distributed with that software. Patches to the Yocto Project
621follow the upstream licensing scheme. You can find information on the 618follow the upstream licensing scheme. You can find information on the
622MIT license `here <https://en.wikipedia.org/wiki/MIT_License>`__. 619MIT license :wikipedia:`here <MIT_License>`.
623 620
624When you build an image using the Yocto Project, the build process uses 621When you build an image using the Yocto Project, the build process uses
625a known list of licenses to ensure compliance. You can find this list in 622a known list of licenses to ensure compliance. You can find this list in