From cee443ae75fe8160b1c5051895747b20781916b9 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Wed, 4 May 2022 16:35:37 +0200 Subject: [PATCH] manuals: add quoting to references to bitbake.conf (From yocto-docs rev: 3bf6482e15d1bf00e03c030ac89363e467a8cde1) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/migration-guides/migration-3.2.rst | 2 +- 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 --------------------------------------------------------------------------- The defaults for the following image artifact name variables have been moved -from bitbake.conf to a new ``image-artifact-names`` class: +from ``bitbake.conf`` to a new ``image-artifact-names`` class: - :term:`IMAGE_BASENAME` - :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. By default, ``foo-dev`` also has an :term:`RDEPENDS`-style dependency on ``foo``, because the default value of ``RDEPENDS:${PN}-dev`` (set in - bitbake.conf) includes "${PN}". + ``bitbake.conf``) includes "${PN}". To ensure that the dependency chain is never broken, ``-dev`` and ``-dbg`` packages are always generated by default, even if the