test-manual/intro: remove Buildbot version used

The version has changed now (3.10.12 as of writing). Avoid having to
maintain this information by removing the version info from the intro.
Also fix a typo ("uses now uses") and give a link to yocto-autobuilder2.

Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
(From yocto-docs rev: c404868285bfeb64600e70650483c664a8eb9574)

Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
(cherry picked from commit 1ed64dbdf4a60b000305cdc2c67dc24f4bc97ef7)
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Antonin Godard 2025-04-11 15:31:26 +02:00 committed by Steve Sakoman
parent ce1cefc347
commit 72c9483d9d

View File

@ -51,13 +51,11 @@ fashion. Basically, during the development of a Yocto Project release,
the Autobuilder tests if things work. The Autobuilder builds all test the Autobuilder tests if things work. The Autobuilder builds all test
targets and runs all the tests. targets and runs all the tests.
The Yocto Project uses now uses standard upstream The Yocto Project uses standard upstream Buildbot to drive its integration and
Buildbot (`version 3.8 <https://docs.buildbot.net/3.8.0/>`__) to testing. Buildbot has a plug-in interface that the Yocto Project customizes
drive its integration and testing. Buildbot has a plug-in interface using code from the :yocto_git:`yocto-autobuilder2 </yocto-autobuilder2>`
that the Yocto Project customizes using code from the repository, adding its own console UI plugin. The resulting UI plug-in allows
``yocto-autobuilder2`` repository, adding its own console UI plugin. The you to visualize builds in a way suited to the project's needs.
resulting UI plug-in allows you to visualize builds in a way suited to
the project's needs.
A ``helper`` layer provides configuration and job management through A ``helper`` layer provides configuration and job management through
scripts found in the ``yocto-autobuilder-helper`` repository. The scripts found in the ``yocto-autobuilder-helper`` repository. The