summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/layers.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2024-02-09 17:48:06 +0100
committerSteve Sakoman <steve@sakoman.com>2024-03-13 03:59:26 -1000
commitd241202fa1f02e537c29e4ec5bbba945f957ede5 (patch)
tree416c32f0e92c44436b30a38303653d487cfc0560 /documentation/dev-manual/layers.rst
parent74ed43b221c8459613112714cb1e137712a661b5 (diff)
downloadpoky-d241202fa1f02e537c29e4ec5bbba945f957ede5.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: da1cbd7083238657aaeaea16841b24531c86298e) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> CC: Daniel Ammann <daniel.ammann@bytesatwork.ch> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'documentation/dev-manual/layers.rst')
-rw-r--r--documentation/dev-manual/layers.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/layers.rst b/documentation/dev-manual/layers.rst
index b3ccf633df..f7929e630e 100644
--- a/documentation/dev-manual/layers.rst
+++ b/documentation/dev-manual/layers.rst
@@ -82,7 +82,7 @@ Follow these general steps to create your layer without using tools:
82 LAYERVERSION_yoctobsp = "4" 82 LAYERVERSION_yoctobsp = "4"
83 LAYERSERIES_COMPAT_yoctobsp = "dunfell" 83 LAYERSERIES_COMPAT_yoctobsp = "dunfell"
84 84
85 Following is an explanation of the layer configuration file: 85 Here is an explanation of the layer configuration file:
86 86
87 - :term:`BBPATH`: Adds the layer's 87 - :term:`BBPATH`: Adds the layer's
88 root directory to BitBake's search path. Through the use of the 88 root directory to BitBake's search path. Through the use of the
@@ -191,7 +191,7 @@ following list:
191- *Structure Your Layers:* Proper use of overrides within append files 191- *Structure Your Layers:* Proper use of overrides within append files
192 and placement of machine-specific files within your layer can ensure 192 and placement of machine-specific files within your layer can ensure
193 that a build is not using the wrong Metadata and negatively impacting 193 that a build is not using the wrong Metadata and negatively impacting
194 a build for a different machine. Following are some examples: 194 a build for a different machine. Here are some examples:
195 195
196 - *Modify Variables to Support a Different Machine:* Suppose you 196 - *Modify Variables to Support a Different Machine:* Suppose you
197 have a layer named ``meta-one`` that adds support for building 197 have a layer named ``meta-one`` that adds support for building
@@ -513,7 +513,7 @@ In the main recipe, note the :term:`SRC_URI`
513variable, which tells the OpenEmbedded build system where to find files 513variable, which tells the OpenEmbedded build system where to find files
514during the build. 514during the build.
515 515
516Following is the append file, which is named ``formfactor_0.0.bbappend`` 516Here is the append file, which is named ``formfactor_0.0.bbappend``
517and is from the Raspberry Pi BSP Layer named ``meta-raspberrypi``. The 517and is from the Raspberry Pi BSP Layer named ``meta-raspberrypi``. The
518file is in the layer at ``recipes-bsp/formfactor``:: 518file is in the layer at ``recipes-bsp/formfactor``::
519 519
@@ -588,7 +588,7 @@ Directory`. Here is the main ``xserver-xf86-config`` recipe, which is named
588 fi 588 fi
589 } 589 }
590 590
591Following is the append file, which is named ``xserver-xf86-config_%.bbappend`` 591Here is the append file, which is named ``xserver-xf86-config_%.bbappend``
592and is from the Raspberry Pi BSP Layer named ``meta-raspberrypi``. The 592and is from the Raspberry Pi BSP Layer named ``meta-raspberrypi``. The
593file is in the layer at ``recipes-graphics/xorg-xserver``:: 593file is in the layer at ``recipes-graphics/xorg-xserver``::
594 594