From 5479a272a7bf882cdab242c9eb36c835587ef84c Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 16 Feb 2026 11:15:08 +0000 Subject: [PATCH] ref-manual/classes.rst: fix broken links to U-Boot documentation In the chapter describing the "uboot-sign" class (From yocto-docs rev: 72024530cefd4265036f83ead61030862a13b245) Signed-off-by: Michael Opdenacker Reviewed-by: Quentin Schulz Signed-off-by: Antonin Godard (cherry picked from commit 7d1caa1d3229fb49d6d08ca4952b046c3164e628) Signed-off-by: Antonin Godard Signed-off-by: Paul Barker --- documentation/ref-manual/classes.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/ref-manual/classes.rst b/documentation/ref-manual/classes.rst index 149ece1dec..b16fe0400b 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -3280,9 +3280,9 @@ The variables used by this class are: rebuilding the FIT image containing the kernel. See U-Boot's documentation for details about `verified boot -`__ +`__ and the `signature process -`__. +`__. See also the description of :ref:`ref-classes-kernel-fitimage` class, which this class imitates.