summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2024-02-24 16:13:28 +0000
commit025386d53ceef681d7e829ad184b6850af55619c (patch)
tree720a253731442d2b84ed443c8b143fdc23dfc493 /documentation/ref-manual/variables.rst
parent67efdd63c2b1d94bdc4a8da2895b3f7186e7a7c4 (diff)
downloadpoky-025386d53ceef681d7e829ad184b6850af55619c.tar.gz
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: 52ba6bb16c73cbc2c0e77496d5226c49bce786f5) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst
index 6f7d6ff01e..f4beecf0d2 100644
--- a/documentation/ref-manual/variables.rst
+++ b/documentation/ref-manual/variables.rst
@@ -311,7 +311,7 @@ system and gives an overview of their function and contents.
311 311
312 :term:`BB_ALLOWED_NETWORKS` 312 :term:`BB_ALLOWED_NETWORKS`
313 Specifies a space-delimited list of hosts that the fetcher is allowed 313 Specifies a space-delimited list of hosts that the fetcher is allowed
314 to use to obtain the required source code. Following are 314 to use to obtain the required source code. Here are
315 considerations surrounding this variable: 315 considerations surrounding this variable:
316 316
317 - This host list is only used if :term:`BB_NO_NETWORK` is either not set 317 - This host list is only used if :term:`BB_NO_NETWORK` is either not set
@@ -6557,7 +6557,7 @@ system and gives an overview of their function and contents.
6557 The :term:`PREFERRED_PROVIDER` variable is set with the name (:term:`PN`) of 6557 The :term:`PREFERRED_PROVIDER` variable is set with the name (:term:`PN`) of
6558 the recipe you prefer to provide "virtual/kernel". 6558 the recipe you prefer to provide "virtual/kernel".
6559 6559
6560 Following are more examples:: 6560 Here are more examples::
6561 6561
6562 PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86" 6562 PREFERRED_PROVIDER_virtual/xserver = "xserver-xf86"
6563 PREFERRED_PROVIDER_virtual/libgl ?= "mesa" 6563 PREFERRED_PROVIDER_virtual/libgl ?= "mesa"
@@ -9391,7 +9391,7 @@ system and gives an overview of their function and contents.
9391 configuration can define the :term:`UBOOT_MACHINE` and optionally the 9391 configuration can define the :term:`UBOOT_MACHINE` and optionally the
9392 :term:`IMAGE_FSTYPES` and the :term:`UBOOT_BINARY`. 9392 :term:`IMAGE_FSTYPES` and the :term:`UBOOT_BINARY`.
9393 9393
9394 Following is an example from the ``meta-freescale`` layer. :: 9394 Here is an example from the ``meta-freescale`` layer. ::
9395 9395
9396 UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor" 9396 UBOOT_CONFIG ??= "sdcard-ifc-secure-boot sdcard-ifc sdcard-qspi lpuart qspi secure-boot nor"
9397 UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig" 9397 UBOOT_CONFIG[nor] = "ls1021atwr_nor_defconfig"
@@ -9929,7 +9929,7 @@ system and gives an overview of their function and contents.
9929 With the :term:`WKS_FILE_DEPENDS` variable, you have the possibility to 9929 With the :term:`WKS_FILE_DEPENDS` variable, you have the possibility to
9930 specify a list of additional dependencies (e.g. native tools, 9930 specify a list of additional dependencies (e.g. native tools,
9931 bootloaders, and so forth), that are required to build Wic images. 9931 bootloaders, and so forth), that are required to build Wic images.
9932 Following is an example:: 9932 Here is an example::
9933 9933
9934 WKS_FILE_DEPENDS = "some-native-tool" 9934 WKS_FILE_DEPENDS = "some-native-tool"
9935 9935