summaryrefslogtreecommitdiffstats
path: root/documentation/bsp-guide
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-01 05:19:54 -1000
commitfa870dfd0fd760ec1ab0342f5c82851c043f3eaf (patch)
treec6993e569b3e007213425a31a1aff8761c413dfc /documentation/bsp-guide
parent74ebddb9219e02cd300630a550353560768ed77e (diff)
downloadpoky-fa870dfd0fd760ec1ab0342f5c82851c043f3eaf.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: 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>
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 6cb35ba6cc..1779f9e208 100644
--- a/documentation/bsp-guide/bsp.rst
+++ b/documentation/bsp-guide/bsp.rst
@@ -853,8 +853,7 @@ Before looking at BSP requirements, you should consider the following:
853 dictating that a specific kernel or kernel version be used in a given 853 dictating that a specific kernel or kernel version be used in a given
854 BSP. 854 BSP.
855 855
856Following are the requirements for a released BSP that conform to the 856The requirements for a released BSP that conform to the Yocto Project are:
857Yocto Project:
858 857
859- *Layer Name:* The BSP must have a layer name that follows the Yocto 858- *Layer Name:* The BSP must have a layer name that follows the Yocto
860 Project standards. For information on BSP layer names, see the 859 Project standards. For information on BSP layer names, see the
@@ -958,7 +957,7 @@ Yocto Project:
958Released BSP Recommendations 957Released BSP Recommendations
959---------------------------- 958----------------------------
960 959
961Following are recommendations for released BSPs that conform to the 960Here are recommendations for released BSPs that conform to the
962Yocto Project: 961Yocto Project:
963 962
964- *Bootable Images:* Released BSPs can contain one or more bootable 963- *Bootable Images:* Released BSPs can contain one or more bootable
@@ -1020,7 +1019,7 @@ the following:
1020 that additional hierarchy and the files would obviously not be able 1019 that additional hierarchy and the files would obviously not be able
1021 to reside in a machine-specific directory. 1020 to reside in a machine-specific directory.
1022 1021
1023Following is a specific example to help you better understand the 1022Here is a specific example to help you better understand the
1024process. This example customizes a recipe by adding a 1023process. This example customizes a recipe by adding a
1025BSP-specific configuration file named ``interfaces`` to the 1024BSP-specific configuration file named ``interfaces`` to the
1026``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer 1025``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer
@@ -1443,7 +1442,7 @@ metadata used to build the kernel. In this case, a kernel append file
1443kernel recipe (i.e. ``linux-yocto_5.15.bb``), which is located in 1442kernel recipe (i.e. ``linux-yocto_5.15.bb``), which is located in
1444:yocto_git:`/poky/tree/meta-yocto-bsp/recipes-kernel/linux`. 1443:yocto_git:`/poky/tree/meta-yocto-bsp/recipes-kernel/linux`.
1445 1444
1446Following is the contents of the append file:: 1445The contents of the append file are::
1447 1446
1448 KBRANCH:genericx86 = "v5.15/standard/base" 1447 KBRANCH:genericx86 = "v5.15/standard/base"
1449 KBRANCH:genericx86-64 = "v5.15/standard/base" 1448 KBRANCH:genericx86-64 = "v5.15/standard/base"