From 795acd093a5185874f8758f5e14f0468cc73fbb5 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: 7ad53da253f6b03b75322ecc53ad6ff8fb1a4809) 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: Richard Purdie --- 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 a6cf586dd5..0b034eb475 100644 --- a/documentation/ref-manual/classes.rst +++ b/documentation/ref-manual/classes.rst @@ -3429,9 +3429,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.