diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-12 11:32:35 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-22 12:16:41 +0100 |
commit | 5871eeea6e10844b8e7141cf24efa26d1412c5c7 (patch) | |
tree | 6270fbf680a1c559226e4b88225e919be8906d1f /documentation/brief-yoctoprojectqs/index.rst | |
parent | 31f1d4d331993d830e2bb8c8e718bb409a2624f0 (diff) | |
download | poky-5871eeea6e10844b8e7141cf24efa26d1412c5c7.tar.gz |
manuals: simplify style
(From yocto-docs rev: 3332ee547cde0f2f8718f83d526b21339b0a8901)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs/index.rst')
-rw-r--r-- | documentation/brief-yoctoprojectqs/index.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/documentation/brief-yoctoprojectqs/index.rst b/documentation/brief-yoctoprojectqs/index.rst index 6a12b19ca0..7ae4526c42 100644 --- a/documentation/brief-yoctoprojectqs/index.rst +++ b/documentation/brief-yoctoprojectqs/index.rst | |||
@@ -297,7 +297,7 @@ modular development and makes it easier to reuse the layer metadata. | |||
297 | 297 | ||
298 | Follow these steps to add a hardware layer: | 298 | Follow these steps to add a hardware layer: |
299 | 299 | ||
300 | #. **Find a Layer:** Lots of hardware layers exist. The Yocto Project | 300 | #. **Find a Layer:** Many hardware layers are available. The Yocto Project |
301 | :yocto_git:`Source Repositories <>` has many hardware layers. | 301 | :yocto_git:`Source Repositories <>` has many hardware layers. |
302 | This example adds the | 302 | This example adds the |
303 | `meta-altera <https://github.com/kraj/meta-altera>`__ hardware layer. | 303 | `meta-altera <https://github.com/kraj/meta-altera>`__ hardware layer. |
@@ -318,8 +318,8 @@ Follow these steps to add a hardware layer: | |||
318 | Resolving deltas: 100% (13385/13385), done. | 318 | Resolving deltas: 100% (13385/13385), done. |
319 | Checking connectivity... done. | 319 | Checking connectivity... done. |
320 | 320 | ||
321 | The hardware layer now exists | 321 | The hardware layer is now available |
322 | with other layers inside the Poky reference repository on your build | 322 | next to other layers inside the Poky reference repository on your build |
323 | host as ``meta-altera`` and contains all the metadata needed to | 323 | host as ``meta-altera`` and contains all the metadata needed to |
324 | support hardware from Altera, which is owned by Intel. | 324 | support hardware from Altera, which is owned by Intel. |
325 | 325 | ||
@@ -431,8 +431,8 @@ information including the website, wiki pages, and user manuals: | |||
431 | information. | 431 | information. |
432 | 432 | ||
433 | - **Yocto Project Mailing Lists:** Related mailing lists provide a forum | 433 | - **Yocto Project Mailing Lists:** Related mailing lists provide a forum |
434 | for discussion, patch submission and announcements. Several mailing | 434 | for discussion, patch submission and announcements. There are several |
435 | lists exist and are grouped according to areas of concern. See the | 435 | mailing lists grouped by topic. See the |
436 | :ref:`ref-manual/resources:mailing lists` | 436 | :ref:`ref-manual/resources:mailing lists` |
437 | section in the Yocto Project Reference Manual for a complete list of | 437 | section in the Yocto Project Reference Manual for a complete list of |
438 | Yocto Project mailing lists. | 438 | Yocto Project mailing lists. |