mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
manuals: font fixes
This fixes font inconsistencies, mixing a ``text`` string with another string with the regular font, where the whole string makes more sense with a single font. The result is also much simpler and will make future searches easier. (From yocto-docs rev: e6d1c166a97a1b6bb42ca49dfcbd3d39f8eadc16) 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
2e78ec95be
commit
f7a8e145e9
@@ -730,7 +730,7 @@ system and gives an overview of their function and contents.
|
||||
Each configuration file you
|
||||
use must reside in the :term:`Build Directory`
|
||||
``conf/multiconfig`` directory (e.g.
|
||||
build_directory\ ``/conf/multiconfig/configA.conf``).
|
||||
``build_directory/conf/multiconfig/configA.conf``).
|
||||
|
||||
For information on how to use :term:`BBMULTICONFIG` in an environment
|
||||
that supports building targets with multiple configurations, see the
|
||||
@@ -5364,7 +5364,7 @@ system and gives an overview of their function and contents.
|
||||
so one of two ways:
|
||||
|
||||
- *Append file:* Create an append file named
|
||||
recipename\ ``.bbappend`` in your layer and override the value of
|
||||
``recipename.bbappend`` in your layer and override the value of
|
||||
:term:`PACKAGECONFIG`. You can either completely override the
|
||||
variable::
|
||||
|
||||
@@ -8745,7 +8745,7 @@ system and gives an overview of their function and contents.
|
||||
:term:`WKS_FILE`
|
||||
Specifies the location of the Wic kickstart file that is used by the
|
||||
OpenEmbedded build system to create a partitioned image
|
||||
(image\ ``.wic``). For information on how to create a partitioned
|
||||
(``image.wic``). For information on how to create a partitioned
|
||||
image, see the
|
||||
":ref:`dev-manual/common-tasks:creating partitioned images using wic`"
|
||||
section in the Yocto Project Development Tasks Manual. For details on
|
||||
|
||||
Reference in New Issue
Block a user