diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-05-05 15:25:20 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-05-13 11:28:34 +0100 |
commit | f3540fc691c12aca637ddea71bd0090ddcc40e19 (patch) | |
tree | 32557407d52c70bff8490b53cde12b3314e97307 /documentation/ref-manual/structure.rst | |
parent | e145129aaa7aefd057ba7551445965602447045c (diff) | |
download | poky-f3540fc691c12aca637ddea71bd0090ddcc40e19.tar.gz |
manuals: reduce verbosity with "worry about" expression
(From yocto-docs rev: 6c65f5f350cdc79a435deb20c48d861d9f4c5c14)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/structure.rst')
-rw-r--r-- | documentation/ref-manual/structure.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/structure.rst b/documentation/ref-manual/structure.rst index 6bcb6359f2..2106a8083b 100644 --- a/documentation/ref-manual/structure.rst +++ b/documentation/ref-manual/structure.rst | |||
@@ -38,7 +38,7 @@ usually matches the current stable BitBake release from the BitBake | |||
38 | project. BitBake, a :term:`Metadata` interpreter, reads the | 38 | project. BitBake, a :term:`Metadata` interpreter, reads the |
39 | Yocto Project Metadata and runs the tasks defined by that data. Failures | 39 | Yocto Project Metadata and runs the tasks defined by that data. Failures |
40 | are usually caused by errors in your Metadata and not from BitBake | 40 | are usually caused by errors in your Metadata and not from BitBake |
41 | itself; consequently, most users do not need to worry about BitBake. | 41 | itself. |
42 | 42 | ||
43 | When you run the ``bitbake`` command, the main BitBake executable (which | 43 | When you run the ``bitbake`` command, the main BitBake executable (which |
44 | resides in the ``bitbake/bin/`` directory) starts. Sourcing the | 44 | resides in the ``bitbake/bin/`` directory) starts. Sourcing the |