diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-08 15:02:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 14:25:01 +0000 |
commit | d43121dac57d9283ba4fec03744ef9f043e14465 (patch) | |
tree | 505dd6541fb011c083856d80dd9f1ed5830918c4 /documentation/overview-manual/concepts.rst | |
parent | 7f736a56e972ac7a62a4569e3ade7e44e04db339 (diff) | |
download | poky-d43121dac57d9283ba4fec03744ef9f043e14465.tar.gz |
docs: overview-manual: formating fixes
(From yocto-docs rev: c17eb6bb35053ad89e52d41c7da75ccbc3823d1b)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss+yocto@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual/concepts.rst')
-rw-r--r-- | documentation/overview-manual/concepts.rst | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst index 47493786d9..ae35687ee5 100644 --- a/documentation/overview-manual/concepts.rst +++ b/documentation/overview-manual/concepts.rst | |||
@@ -300,13 +300,8 @@ in the ``meta-poky`` layer: | |||
300 | 300 | ||
301 | .. note:: | 301 | .. note:: |
302 | 302 | ||
303 | Configurations set in the | 303 | Configurations set in the ``conf/local.conf`` file can also be set |
304 | conf/local.conf | 304 | in the ``conf/site.conf`` and ``conf/auto.conf`` configuration files. |
305 | file can also be set in the | ||
306 | conf/site.conf | ||
307 | and | ||
308 | conf/auto.conf | ||
309 | configuration files. | ||
310 | 305 | ||
311 | The ``bblayers.conf`` file tells BitBake what layers you want considered | 306 | The ``bblayers.conf`` file tells BitBake what layers you want considered |
312 | during the build. By default, the layers listed in this file include | 307 | during the build. By default, the layers listed in this file include |