diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-05-04 16:35:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-05-10 12:52:35 +0100 |
commit | cee443ae75fe8160b1c5051895747b20781916b9 (patch) | |
tree | c1a7cc53e1134a2c1da82fce18626bb4ef2e9aa0 | |
parent | 771d574a40ec8be32b5af9c031bddcaa2001716a (diff) | |
download | poky-cee443ae75fe8160b1c5051895747b20781916b9.tar.gz |
manuals: add quoting to references to bitbake.conf
(From yocto-docs rev: 3bf6482e15d1bf00e03c030ac89363e467a8cde1)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | documentation/migration-guides/migration-3.2.rst | 2 | ||||
-rw-r--r-- | documentation/overview-manual/concepts.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/documentation/migration-guides/migration-3.2.rst b/documentation/migration-guides/migration-3.2.rst index 470403a298..a376eced52 100644 --- a/documentation/migration-guides/migration-3.2.rst +++ b/documentation/migration-guides/migration-3.2.rst | |||
@@ -283,7 +283,7 @@ Image artifact name variables now centralised in image-artifact-names class | |||
283 | --------------------------------------------------------------------------- | 283 | --------------------------------------------------------------------------- |
284 | 284 | ||
285 | The defaults for the following image artifact name variables have been moved | 285 | The defaults for the following image artifact name variables have been moved |
286 | from bitbake.conf to a new ``image-artifact-names`` class: | 286 | from ``bitbake.conf`` to a new ``image-artifact-names`` class: |
287 | 287 | ||
288 | - :term:`IMAGE_BASENAME` | 288 | - :term:`IMAGE_BASENAME` |
289 | - :term:`IMAGE_LINK_NAME` | 289 | - :term:`IMAGE_LINK_NAME` |
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 93437856d9..016577e07e 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -2139,7 +2139,7 @@ dependencies, you must manually declare the dependencies. | |||
2139 | 2139 | ||
2140 | By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on | 2140 | By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on |
2141 | ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in | 2141 | ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in |
2142 | bitbake.conf) includes "${PN}". | 2142 | ``bitbake.conf``) includes "${PN}". |
2143 | 2143 | ||
2144 | To ensure that the dependency chain is never broken, ``-dev`` and | 2144 | To ensure that the dependency chain is never broken, ``-dev`` and |
2145 | ``-dbg`` packages are always generated by default, even if the | 2145 | ``-dbg`` packages are always generated by default, even if the |