summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-06 11:47:35 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-11 21:57:53 +0100
commit90a6f6a110ab14890e2f6a1616e74ee259fc0f8f (patch)
treef1942478e131d60aba6e24a6a40598d6fd44024c
parent7f9b7f912e13451a4cd03b10a8090a5def68dc39 (diff)
downloadpoky-90a6f6a110ab14890e2f6a1616e74ee259fc0f8f.tar.gz
dev-manual: fix reference to BitBake user manual
Fix a wrong reference no longer tolerated by Sphinx 5.x (missing "bitbake:" prefix) (From yocto-docs rev: 2359aff814f5faccffbf3cb2cd180979c248fc3c) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.rst b/documentation/dev-manual/dev-manual-common-tasks.rst
index 7c0fc662bd..9dcafb2783 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.rst
+++ b/documentation/dev-manual/dev-manual-common-tasks.rst
@@ -2628,7 +2628,7 @@ Recipe Syntax
2628Understanding recipe file syntax is important for writing recipes. The 2628Understanding recipe file syntax is important for writing recipes. The
2629following list overviews the basic items that make up a BitBake recipe 2629following list overviews the basic items that make up a BitBake recipe
2630file. For more complete BitBake syntax descriptions, see the 2630file. For more complete BitBake syntax descriptions, see the
2631":doc:`bitbake-user-manual/bitbake-user-manual-metadata`" 2631":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`"
2632chapter of the BitBake User Manual. 2632chapter of the BitBake User Manual.
2633 2633
2634- *Variable Assignments and Manipulations:* Variable assignments allow 2634- *Variable Assignments and Manipulations:* Variable assignments allow