mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
manuals: suppress excess use of "following" word
To simplify the style, replace "Following is" and "Following are" by "here is" and "here are", sounding more natural. In some cases, also go further by simplifying "Here are/is xxx" by "xxx are/is" when the "are" or "is" are not two far at the end of the sentence. In some cases too, completely remove the sentence, when it's redundant with the preceding title. (From yocto-docs rev: 2539f1b9cbf9bdd40eff93c6522dc76133debed7) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
committed by
Steve Sakoman
parent
74ebddb921
commit
fa870dfd0f
@@ -318,7 +318,7 @@ system and gives an overview of their function and contents.
|
||||
|
||||
:term:`BB_ALLOWED_NETWORKS`
|
||||
Specifies a space-delimited list of hosts that the fetcher is allowed
|
||||
to use to obtain the required source code. Following are
|
||||
to use to obtain the required source code. Here are
|
||||
considerations surrounding this variable:
|
||||
|
||||
- This host list is only used if :term:`BB_NO_NETWORK` is either not set
|
||||
@@ -6174,7 +6174,7 @@ system and gives an overview of their function and contents.
|
||||
The :term:`PREFERRED_PROVIDER` variable is set with the name (:term:`PN`) of
|
||||
the recipe you prefer to provide "virtual/kernel".
|
||||
|
||||
Following are more examples::
|
||||
Here are more examples::
|
||||
|
||||
PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
|
||||
PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
|
||||
@@ -8940,7 +8940,7 @@ system and gives an overview of their function and contents.
|
||||
configuration can define the :term:`UBOOT_MACHINE` and optionally the
|
||||
:term:`IMAGE_FSTYPES` and the :term:`UBOOT_BINARY`.
|
||||
|
||||
Following is an example from the ``meta-freescale`` layer. ::
|
||||
Here is an example from the ``meta-freescale`` layer. ::
|
||||
|
||||
UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
|
||||
UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig"
|
||||
@@ -9413,7 +9413,7 @@ system and gives an overview of their function and contents.
|
||||
With the :term:`WKS_FILE_DEPENDS` variable, you have the possibility to
|
||||
specify a list of additional dependencies (e.g. native tools,
|
||||
bootloaders, and so forth), that are required to build Wic images.
|
||||
Following is an example::
|
||||
Here is an example::
|
||||
|
||||
WKS_FILE_DEPENDS = "some-native-tool"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user