summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-06-10 19:12:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-06-21 20:57:16 +0100
commit9f3ba94bfa5efa43f81b3c6c6b83da9d83f845bf (patch)
tree39fddc50158385ceab8f84c2dfa4779cea7a8988 /documentation
parenta7c0424467c97b3af8f32f0bdf91ca5394d6787e (diff)
downloadpoky-9f3ba94bfa5efa43f81b3c6c6b83da9d83f845bf.tar.gz
dev-manual: fix references to BitBake user manual
Fix a wrong reference no longer tolerated by Sphinx 5.0.1 (missing "bitbake:" prefix) Add missing double quotes in a reference to a chapter title (From yocto-docs rev: 9a797dedf6708da3e7ce789c5c8735e5d891cde4) 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.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst
index d17775f654..50c571b103 100644
--- a/documentation/dev-manual/common-tasks.rst
+++ b/documentation/dev-manual/common-tasks.rst
@@ -2563,7 +2563,7 @@ Recipe Syntax
2563Understanding recipe file syntax is important for writing recipes. The 2563Understanding recipe file syntax is important for writing recipes. The
2564following list overviews the basic items that make up a BitBake recipe 2564following list overviews the basic items that make up a BitBake recipe
2565file. For more complete BitBake syntax descriptions, see the 2565file. For more complete BitBake syntax descriptions, see the
2566":doc:`bitbake-user-manual/bitbake-user-manual-metadata`" 2566":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`"
2567chapter of the BitBake User Manual. 2567chapter of the BitBake User Manual.
2568 2568
2569- *Variable Assignments and Manipulations:* Variable assignments allow 2569- *Variable Assignments and Manipulations:* Variable assignments allow
@@ -2621,7 +2621,7 @@ chapter of the BitBake User Manual.
2621This next list summarizes the most important and most commonly used 2621This next list summarizes the most important and most commonly used
2622parts of the recipe syntax. For more information on these parts of the 2622parts of the recipe syntax. For more information on these parts of the
2623syntax, you can reference the 2623syntax, you can reference the
2624:doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata` chapter 2624":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`" chapter
2625in the BitBake User Manual. 2625in the BitBake User Manual.
2626 2626
2627- *Line Continuation (\\):* Use the backward slash (``\``) character to 2627- *Line Continuation (\\):* Use the backward slash (``\``) character to