1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-01 13:09:50 +00:00

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>
This commit is contained in:
Michael Opdenacker
2023-03-21 21:35:39 +01:00
committed by Richard Purdie
parent 88b440af71
commit d7f0d97d43
+5 -13
View File
@@ -161,25 +161,17 @@ consists of the following pieces:
``oe-selftest`` can run all tests by default or can run selected ``oe-selftest`` can run all tests by default or can run selected
tests or test suites. tests or test suites.
.. note::
Running ``oe-selftest`` requires host packages beyond the "Essential"
grouping. See the :ref:`ref-manual/system-requirements:required packages for the build host`
section for more information.
Originally, much of this testing was done manually. However, significant Originally, much of this testing was done manually. However, significant
effort has been made to automate the tests so that more people can use effort has been made to automate the tests so that more people can use
them and the Yocto Project development team can run them faster and more them and the Yocto Project development team can run them faster and more
efficiently. efficiently.
The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) The Yocto Project's main Autobuilder (&YOCTO_AB_URL;) publicly tests each Yocto
publicly tests each Yocto Project release's code in the Project release's code in the :oe_git:`openembedded-core </openembedded-core>`,
:term:`OpenEmbedded-Core (OE-Core)`, Poky, and BitBake repositories. The testing :yocto_git:`poky </poky>` and :oe_git:`bitbake </bitbake>` repositories. The
occurs for both the current state of the "master" branch and also for testing occurs for both the current state of the "master" branch and also for
submitted patches. Testing for submitted patches usually occurs in the submitted patches. Testing for submitted patches usually occurs in the
"ross/mut" branch in the ``poky-contrib`` repository (i.e. the in the "master-next" branch in the :yocto_git:`poky </poky>` repository.
master-under-test branch) or in the "master-next" branch in the ``poky``
repository.
.. note:: .. note::