mirror of
https://git.yoctoproject.org/poky
synced 2026-06-09 03:40:18 +00:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
771d574a40
commit
cee443ae75
@@ -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`
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user