diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-03-29 15:17:52 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-06 22:29:49 +0100 |
commit | 44d0532c8930d4c9bcdefebb15837acf1fd839d4 (patch) | |
tree | 0b355b250994a53aa57c0327c5e9b1da9b0ba277 /documentation/bsp-guide | |
parent | 5480a85f016474371fe249b58e48b4de1971296b (diff) | |
download | poky-44d0532c8930d4c9bcdefebb15837acf1fd839d4.tar.gz |
manuals: Fix typos and spacing
Fix double words, punctuation spacing issues, spacing issues,
"its" instead of "it's", and other trivial issues.
(From yocto-docs rev: 56eb1f340a7af112e62c1d8ad02d4bec0ad88313)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/bsp-guide')
-rw-r--r-- | documentation/bsp-guide/bsp.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index c24ab28ea2..89f1564422 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst | |||
@@ -250,7 +250,7 @@ standardization of software support for hardware. | |||
250 | The proposed form described in this section does have elements that are | 250 | The proposed form described in this section does have elements that are |
251 | specific to the OpenEmbedded build system. It is intended that | 251 | specific to the OpenEmbedded build system. It is intended that |
252 | developers can use this structure with other build systems besides the | 252 | developers can use this structure with other build systems besides the |
253 | OpenEmbedded build system. It is also intended that it will be be simple | 253 | OpenEmbedded build system. It is also intended that it will be simple |
254 | to extract information and convert it to other formats if required. The | 254 | to extract information and convert it to other formats if required. The |
255 | OpenEmbedded build system, through its standard :ref:`layers mechanism | 255 | OpenEmbedded build system, through its standard :ref:`layers mechanism |
256 | <overview-manual/yp-intro:the yocto project layer model>`, can | 256 | <overview-manual/yp-intro:the yocto project layer model>`, can |
@@ -1036,7 +1036,7 @@ the following: | |||
1036 | to reside in a machine-specific directory. | 1036 | to reside in a machine-specific directory. |
1037 | 1037 | ||
1038 | Following is a specific example to help you better understand the | 1038 | Following is a specific example to help you better understand the |
1039 | process. This example customizes customizes a recipe by adding a | 1039 | process. This example customizes a recipe by adding a |
1040 | BSP-specific configuration file named ``interfaces`` to the | 1040 | BSP-specific configuration file named ``interfaces`` to the |
1041 | ``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer | 1041 | ``init-ifupdown_1.0.bb`` recipe for machine "xyz" where the BSP layer |
1042 | also supports several other machines: | 1042 | also supports several other machines: |