From 3f354c90dd5cef3f7055d73b3daa913f7589ecd4 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Tue, 30 Jan 2024 09:25:29 +0100 Subject: [PATCH 1/2] docs/integration: fix duplicate reference The are two "Bundle Generation" sections (one generic and one for Yocto), so we need to refer to the correct one. Signed-off-by: Jan Luebbe --- docs/integration.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/integration.rst b/docs/integration.rst index 9256c3844..0378834a3 100644 --- a/docs/integration.rst +++ b/docs/integration.rst @@ -1426,7 +1426,8 @@ The RAUC recipe allows to compile and use RAUC on your host system. Having RAUC available as a host tool is useful for debugging, testing or for creating bundles manually. For the preferred way of creating bundles automatically, see the chapter -`Bundle Generation`_. In order to compile RAUC for your host system, simply run:: +:ref:`sec-integration-yocto-bundle`. +In order to compile RAUC for your host system, simply run:: bitbake rauc-native From 99cde5daf6ac86b5fa41cc0c18a2937f596e3130 Mon Sep 17 00:00:00 2001 From: Jan Luebbe Date: Tue, 30 Jan 2024 09:26:54 +0100 Subject: [PATCH 2/2] docs/reference: fix syntax for definition list Signed-off-by: Jan Luebbe --- docs/reference.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/reference.rst b/docs/reference.rst index bab7683fb..588f2197e 100644 --- a/docs/reference.rst +++ b/docs/reference.rst @@ -562,6 +562,7 @@ a look at :ref:`sec-advanced-event-log`. E.g. if set to ``3``, only ````, ``.1`` and ``.2`` will be kept during rotation. Defaults to 10 if unset. + .. _sec_ref_manifest: Manifest