summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
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/bsp-guide
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/bsp-guide')
-rw-r--r--documentation/bsp-guide/bsp.rst9
1 files changed, 4 insertions, 5 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst
index 29c69a9305..11ca5d8b76 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -851,8 +851,7 @@ Before looking at BSP requirements, you should consider the following:
851 dictating that a specific kernel or kernel version be used in a given 851 dictating that a specific kernel or kernel version be used in a given
852 BSP. 852 BSP.
853 853
854Following are the requirements for a released BSP that conform to the 854The requirements for a released BSP that conform to the Yocto Project are:
855Yocto Project:
856 855
857- *Layer Name:* The BSP must have a layer name that follows the Yocto 856- *Layer Name:* The BSP must have a layer name that follows the Yocto
858 Project standards. For information on BSP layer names, see the 857 Project standards. For information on BSP layer names, see the
@@ -956,7 +955,7 @@ Yocto Project:
956Released BSP Recommendations 955Released BSP Recommendations
957---------------------------- 956----------------------------
958 957
959Following are recommendations for released BSPs that conform to the 958Here are recommendations for released BSPs that conform to the
960Yocto Project: 959Yocto Project:
961 960
962- *Bootable Images:* Released BSPs can contain one or more bootable 961- *Bootable Images:* Released BSPs can contain one or more bootable
@@ -1018,7 +1017,7 @@ the following:
1018 that additional hierarchy and the files would obviously not be able 1017 that additional hierarchy and the files would obviously not be able
1019 to reside in a machine-specific directory. 1018 to reside in a machine-specific directory.
1020 1019
1021Following is a specific example to help you better understand the 1020Here is a specific example to help you better understand the
1022process. This example customizes a recipe by adding a 1021process. This example customizes a recipe by adding a
1023BSP-specific configuration file named ``interfaces`` to the 1022BSP-specific configuration file named ``interfaces`` to the
1024``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer 1023``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer
@@ -1448,7 +1447,7 @@ metadata used to build the kernel. In this case, a kernel append file
1448kernel recipe (i.e. ``linux-yocto_6.1.bb``), which is located in 1447kernel recipe (i.e. ``linux-yocto_6.1.bb``), which is located in
1449:yocto_git:`/poky/tree/meta/recipes-kernel/linux`. 1448:yocto_git:`/poky/tree/meta/recipes-kernel/linux`.
1450 1449
1451Following is the contents of the append file:: 1450The contents of the append file are::
1452 1451
1453 KBRANCH:genericx86 = "v6.1/standard/base" 1452 KBRANCH:genericx86 = "v6.1/standard/base"
1454 KBRANCH:genericx86-64 = "v6.1/standard/base" 1453 KBRANCH:genericx86-64 = "v6.1/standard/base"