diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2023-03-21 21:35:39 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-03 14:48:47 +0100 |
commit | d7f0d97d4386cf7174aa39feda59bc90ca047033 (patch) | |
tree | bd22a275c3f5fa2f48236ab3483347932ea2b83b /documentation/ref-manual | |
parent | 88b440af718f45581ea257a7a382fcfde8a9462b (diff) | |
download | poky-d7f0d97d4386cf7174aa39feda59bc90ca047033.tar.gz |
ref-manual: release-process.rst: update testing section
- Remove note to section not carrying information about
special hosts tools for oe-selftest
- Add links to mentioned repositories
CC: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/release-process.rst | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/documentation/ref-manual/release-process.rst b/documentation/ref-manual/release-process.rst index fa057e055c..a9202a10e4 100644 --- a/documentation/ref-manual/release-process.rst +++ b/documentation/ref-manual/release-process.rst | |||
@@ -161,25 +161,17 @@ consists of the following pieces: | |||
161 | ``oe-selftest`` can run all tests by default or can run selected | 161 | ``oe-selftest`` can run all tests by default or can run selected |
162 | tests or test suites. | 162 | tests or test suites. |
163 | 163 | ||
164 | .. note:: | ||
165 | |||
166 | Running ``oe-selftest`` requires host packages beyond the "Essential" | ||
167 | grouping. See the :ref:`ref-manual/system-requirements:required packages for the build host` | ||
168 | section for more information. | ||
169 | |||
170 | Originally, much of this testing was done manually. However, significant | 164 | Originally, much of this testing was done manually. However, significant |
171 | effort has been made to automate the tests so that more people can use | 165 | effort has been made to automate the tests so that more people can use |
172 | them and the Yocto Project development team can run them faster and more | 166 | them and the Yocto Project development team can run them faster and more |
173 | efficiently. | 167 | efficiently. |
174 | 168 | ||
175 | The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) | 169 | The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each Yocto |
176 | publicly tests each Yocto Project release's code in the | 170 | Project release's code in the :oe_git:`openembedded-core </openembedded-core>`, |
177 | :term:`OpenEmbedded-Core (OE-Core)`, Poky, and BitBake repositories. The testing | 171 | :yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The |
178 | occurs for both the current state of the "master" branch and also for | 172 | testing occurs for both the current state of the "master" branch and also for |
179 | submitted patches. Testing for submitted patches usually occurs in the | 173 | submitted patches. Testing for submitted patches usually occurs in the |
180 | "ross/mut" branch in the ``poky-contrib`` repository (i.e. the | 174 | in the "master-next" branch in the :yocto_git:`poky </poky>` repository. |
181 | master-under-test branch) or in the "master-next" branch in the ``poky`` | ||
182 | repository. | ||
183 | 175 | ||
184 | .. note:: | 176 | .. note:: |
185 | 177 | ||