diff options
Diffstat (limited to 'documentation/ref-manual/ref-release-process.rst')
-rw-r--r-- | documentation/ref-manual/ref-release-process.rst | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/documentation/ref-manual/ref-release-process.rst b/documentation/ref-manual/ref-release-process.rst index 172385ca4e..a6d9ff60ec 100644 --- a/documentation/ref-manual/ref-release-process.rst +++ b/documentation/ref-manual/ref-release-process.rst | |||
@@ -64,7 +64,7 @@ codename are likely to be compatible and thus work together. | |||
64 | Releases are given a nominal release version as well but the codename is | 64 | Releases are given a nominal release version as well but the codename is |
65 | used in repositories for this reason. You can find information on Yocto | 65 | used in repositories for this reason. You can find information on Yocto |
66 | Project releases and codenames at | 66 | Project releases and codenames at |
67 | https://wiki.yoctoproject.org/wiki/Releases. | 67 | :yocto_wiki:`/wiki/Releases`. |
68 | 68 | ||
69 | Stable Release Process | 69 | Stable Release Process |
70 | ====================== | 70 | ====================== |
@@ -94,7 +94,7 @@ Community LTS trees and branches exist where community members share | |||
94 | patches for older releases. However, these types of patches do not go | 94 | patches for older releases. However, these types of patches do not go |
95 | through the same release process as do point releases. You can find more | 95 | through the same release process as do point releases. You can find more |
96 | information about stable branch maintenance at | 96 | information about stable branch maintenance at |
97 | https://wiki.yoctoproject.org/wiki/Stable_branch_maintenance. | 97 | :yocto_wiki:`/wiki/Stable_branch_maintenance`. |
98 | 98 | ||
99 | Testing and Quality Assurance | 99 | Testing and Quality Assurance |
100 | ============================= | 100 | ============================= |
@@ -145,18 +145,16 @@ consists of the following pieces: | |||
145 | 145 | ||
146 | .. note:: | 146 | .. note:: |
147 | 147 | ||
148 | Running | 148 | Running ``oe-selftest`` requires host packages beyond the "Essential" |
149 | oe-selftest | 149 | grouping. See the :ref:`ref-manual/ref-system-requirements:required packages for the build host` |
150 | requires host packages beyond the "Essential" grouping. See the " | 150 | section for more information. |
151 | Required Packages for the Build Host | ||
152 | " section for more information. | ||
153 | 151 | ||
154 | Originally, much of this testing was done manually. However, significant | 152 | Originally, much of this testing was done manually. However, significant |
155 | effort has been made to automate the tests so that more people can use | 153 | effort has been made to automate the tests so that more people can use |
156 | them and the Yocto Project development team can run them faster and more | 154 | them and the Yocto Project development team can run them faster and more |
157 | efficiently. | 155 | efficiently. |
158 | 156 | ||
159 | The Yocto Project's main Autobuilder (https://autobuilder.yoctoproject.org/) | 157 | The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) |
160 | publicly tests each Yocto Project release's code in the | 158 | publicly tests each Yocto Project release's code in the |
161 | :term:`OpenEmbedded-Core (OE-Core)`, Poky, and BitBake repositories. The testing | 159 | :term:`OpenEmbedded-Core (OE-Core)`, Poky, and BitBake repositories. The testing |
162 | occurs for both the current state of the "master" branch and also for | 160 | occurs for both the current state of the "master" branch and also for |