summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-08-11 22:06:01 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-08-14 12:04:23 +0100
commit3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f (patch)
tree58769f99fa5ac2af2bbff9fe2fc829ee7132023d /documentation/overview-manual
parented6482821c1cc04d3cd35f6b30631a4d09b594d1 (diff)
downloadpoky-3d93ddf9e8867ca3f331fc9d3f4eb658a2b7810f.tar.gz
docs: fix new override syntax migration
Fix bits missed by the migration script. (From yocto-docs rev: 452e0c5067476fd2ce81f09e6c73da84ced4bbd0) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst4
-rw-r--r--documentation/overview-manual/yp-intro.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 4f8e6cb041..b06a73e5fc 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -1768,7 +1768,7 @@ It is also worth noting that the end result of these signature
1768generators is to make some dependency and hash information available to 1768generators is to make some dependency and hash information available to
1769the build. This information includes: 1769the build. This information includes:
1770 1770
1771- ``BB_BASEHASH_task-``\ taskname: The base hashes for each task in the 1771- ``BB_BASEHASH:task-``\ taskname: The base hashes for each task in the
1772 recipe. 1772 recipe.
1773 1773
1774- ``BB_BASEHASH_``\ filename\ ``:``\ taskname: The base hashes for each 1774- ``BB_BASEHASH_``\ filename\ ``:``\ taskname: The base hashes for each
@@ -2027,7 +2027,7 @@ dependencies, you must manually declare the dependencies.
2027 .. note:: 2027 .. note::
2028 2028
2029 By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on 2029 By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on
2030 ``foo``, because the default value of ``RDEPENDS_${PN}-dev`` (set in 2030 ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in
2031 bitbake.conf) includes "${PN}". 2031 bitbake.conf) includes "${PN}".
2032 2032
2033 To ensure that the dependency chain is never broken, ``-dev`` and 2033 To ensure that the dependency chain is never broken, ``-dev`` and
diff --git a/documentation/overview-manual/yp-intro.rst b/documentation/overview-manual/yp-intro.rst
index d20a4ab09f..7aee9db04f 100644
--- a/documentation/overview-manual/yp-intro.rst
+++ b/documentation/overview-manual/yp-intro.rst
@@ -738,7 +738,7 @@ other build process, in which case the basic functionality can be
738defined by the classes it inherits from the OE-Core layer's class 738defined by the classes it inherits from the OE-Core layer's class
739definitions in ``./meta/classes``. Within a recipe you can also define 739definitions in ``./meta/classes``. Within a recipe you can also define
740additional tasks as well as task prerequisites. Recipe syntax through 740additional tasks as well as task prerequisites. Recipe syntax through
741BitBake also supports both ``_prepend`` and ``_append`` operators as a 741BitBake also supports both ``:prepend`` and ``:append`` operators as a
742method of extending task functionality. These operators inject code into 742method of extending task functionality. These operators inject code into
743the beginning or end of a task. For information on these BitBake 743the beginning or end of a task. For information on these BitBake
744operators, see the 744operators, see the