diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-11-03 15:59:38 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-11-07 21:31:32 +0000 |
| commit | 3a7dd1d36891d76c5160e11b39ad85a3cbd69e68 (patch) | |
| tree | 216e3093cc9f3c9dbb035132377efd04485183a3 /documentation/overview-manual | |
| parent | ceb169bd59e1efaf1bfc02cd1df24521dbb86290 (diff) | |
| download | poky-3a7dd1d36891d76c5160e11b39ad85a3cbd69e68.tar.gz | |
manuals: add shortcut for Wikipedia links
(From yocto-docs rev: 47101c15cce156ab71683cac1c42ab94f43bdbee)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
| -rw-r--r-- | documentation/overview-manual/concepts.rst | 4 | ||||
| -rw-r--r-- | documentation/overview-manual/development-environment.rst | 15 |
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 | |||
| 110 | between recipes files. An example is the | 110 | between recipes files. An example is the |
| 111 | :ref:`autotools <ref-classes-autotools>` class, | 111 | :ref:`autotools <ref-classes-autotools>` class, |
| 112 | which contains common settings for any application that is built with | 112 | which contains common settings for any application that is built with |
| 113 | the `GNU Autotools <https://en.wikipedia.org/wiki/GNU_Autotools>`__. | 113 | the :wikipedia:`GNU Autotools <GNU_Autotools>`. |
| 114 | The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project | 114 | The ":ref:`ref-manual/classes:Classes`" chapter in the Yocto Project |
| 115 | Reference Manual provides details about classes and how to use them. | 115 | Reference 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 | |||
| 39 | project is the Windows family of operating systems developed by | 39 | project is the Windows family of operating systems developed by |
| 40 | Microsoft Corporation. | 40 | Microsoft Corporation. |
| 41 | 41 | ||
| 42 | Wikipedia has a good historical description of the Open Source | 42 | Wikipedia has a good :wikipedia:`historical description of the Open Source |
| 43 | Philosophy `here <https://en.wikipedia.org/wiki/Open_source>`__. You can | 43 | Philosophy <Open_source>`. You can also find helpful information on how |
| 44 | also find helpful information on how to participate in the Linux | 44 | to participate in the Linux Community |
| 45 | Community | ||
| 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 | ||
| 48 | The Development Host | 47 | The Development Host |
| @@ -608,18 +607,16 @@ licensing structures in place. License evolution for both Open Source | |||
| 608 | and Free Software has an interesting history. If you are interested in | 607 | and Free Software has an interesting history. If you are interested in |
| 609 | this history, you can find basic information here: | 608 | this 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 | ||
| 617 | In general, the Yocto Project is broadly licensed under the | 614 | In general, the Yocto Project is broadly licensed under the |
| 618 | Massachusetts Institute of Technology (MIT) License. MIT licensing | 615 | Massachusetts Institute of Technology (MIT) License. MIT licensing |
| 619 | permits the reuse of software within proprietary software as long as the | 616 | permits the reuse of software within proprietary software as long as the |
| 620 | license is distributed with that software. Patches to the Yocto Project | 617 | license is distributed with that software. Patches to the Yocto Project |
| 621 | follow the upstream licensing scheme. You can find information on the | 618 | follow the upstream licensing scheme. You can find information on the |
| 622 | MIT license `here <https://en.wikipedia.org/wiki/MIT_License>`__. | 619 | MIT license :wikipedia:`here <MIT_License>`. |
| 623 | 620 | ||
| 624 | When you build an image using the Yocto Project, the build process uses | 621 | When you build an image using the Yocto Project, the build process uses |
| 625 | a known list of licenses to ensure compliance. You can find this list in | 622 | a known list of licenses to ensure compliance. You can find this list in |
