summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-06 14:25:16 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-11 21:57:49 +0100
commiteaf8ce9d39a2c0d9c42b32fb6596ab4302f93a1a (patch)
tree2809c2aa21f15747b61f61399eba3796e5ab92c7 /documentation
parent67e4012e6261b3e8c7e980dd546acc65c038341d (diff)
downloadpoky-eaf8ce9d39a2c0d9c42b32fb6596ab4302f93a1a.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: 8c2f9f54e29781f4ee72e81eeaa12ceaa82dc2d3) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/common-tasks.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index b228c75aab..fbe8a29896 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2562,7 +2562,7 @@ Recipe Syntax
2562Understanding recipe file syntax is important for writing recipes. The 2562Understanding recipe file syntax is important for writing recipes. The
2563following list overviews the basic items that make up a BitBake recipe 2563following list overviews the basic items that make up a BitBake recipe
2564file. For more complete BitBake syntax descriptions, see the 2564file. For more complete BitBake syntax descriptions, see the
2565":doc:`bitbake-user-manual/bitbake-user-manual-metadata`" 2565":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`"
2566chapter of the BitBake User Manual. 2566chapter of the BitBake User Manual.
2567 2567
2568- *Variable Assignments and Manipulations:* Variable assignments allow 2568- *Variable Assignments and Manipulations:* Variable assignments allow