mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
a7c0424467
commit
9f3ba94bfa
@@ -2563,7 +2563,7 @@ Recipe Syntax
|
|||||||
Understanding recipe file syntax is important for writing recipes. The
|
Understanding recipe file syntax is important for writing recipes. The
|
||||||
following list overviews the basic items that make up a BitBake recipe
|
following list overviews the basic items that make up a BitBake recipe
|
||||||
file. For more complete BitBake syntax descriptions, see the
|
file. For more complete BitBake syntax descriptions, see the
|
||||||
":doc:`bitbake-user-manual/bitbake-user-manual-metadata`"
|
":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`"
|
||||||
chapter of the BitBake User Manual.
|
chapter of the BitBake User Manual.
|
||||||
|
|
||||||
- *Variable Assignments and Manipulations:* Variable assignments allow
|
- *Variable Assignments and Manipulations:* Variable assignments allow
|
||||||
@@ -2621,7 +2621,7 @@ chapter of the BitBake User Manual.
|
|||||||
This next list summarizes the most important and most commonly used
|
This next list summarizes the most important and most commonly used
|
||||||
parts of the recipe syntax. For more information on these parts of the
|
parts of the recipe syntax. For more information on these parts of the
|
||||||
syntax, you can reference the
|
syntax, you can reference the
|
||||||
:doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata` chapter
|
":doc:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata`" chapter
|
||||||
in the BitBake User Manual.
|
in the BitBake User Manual.
|
||||||
|
|
||||||
- *Line Continuation (\\):* Use the backward slash (``\``) character to
|
- *Line Continuation (\\):* Use the backward slash (``\``) character to
|
||||||
|
|||||||
Reference in New Issue
Block a user