From a07ff0dcdce648ec91da9668c99441d78c40d3a9 Mon Sep 17 00:00:00 2001 From: Antonin Godard Date: Fri, 11 Apr 2025 15:31:26 +0200 Subject: [PATCH] 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 (From yocto-docs rev: a7000370ca9c1c623cd9272738f1a252e6556951) Signed-off-by: Antonin Godard (cherry picked from commit 1ed64dbdf4a60b000305cdc2c67dc24f4bc97ef7) Signed-off-by: Antonin Godard Signed-off-by: Steve Sakoman --- documentation/test-manual/intro.rst | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/documentation/test-manual/intro.rst b/documentation/test-manual/intro.rst index 5d451b6c28..caa0a8a792 100644 --- a/documentation/test-manual/intro.rst +++ b/documentation/test-manual/intro.rst @@ -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 targets and runs all the tests. -The Yocto Project uses now uses standard upstream -Buildbot (`version 3.8 `__) to -drive its integration and testing. Buildbot has a plug-in interface -that the Yocto Project customizes using code from the -``yocto-autobuilder2`` repository, adding its own console UI plugin. The -resulting UI plug-in allows you to visualize builds in a way suited to -the project's needs. +The Yocto Project uses standard upstream Buildbot to drive its integration and +testing. Buildbot has a plug-in interface that the Yocto Project customizes +using code from the :yocto_git:`yocto-autobuilder2 ` +repository, adding its own console UI plugin. The 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 scripts found in the ``yocto-autobuilder-helper`` repository. The