summaryrefslogtreecommitdiffstats
path: root/documentation/overview-manual
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2022-09-02 13:29:30 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-09-12 08:35:17 +0100
commit05270ae200779f6595d5f4b08c6a0bbef2063430 (patch)
treec5ca2b2747e8415f17a8dc7366234a8ccf05000e /documentation/overview-manual
parentf212ad190c065509bb9d65ae3f4a619469a90a85 (diff)
downloadpoky-05270ae200779f6595d5f4b08c6a0bbef2063430.tar.gz
manuals: fix paths to default templates & clean up whitespaces
The templates have recently been moved by meta-yocto's commit [1]. Clean up some whitespace issues along the way. [1] 29608bd03e1b ("meta-poky/conf: move default templates to conf/templates/default/") (From yocto-docs rev: 661c554224dd79e79afd22b84608e248d3336aac) Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/overview-manual')
-rw-r--r--documentation/overview-manual/concepts.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/overview-manual/concepts.rst b/documentation/overview-manual/concepts.rst
index 83339da98f..8e0303f0e0 100644
--- a/documentation/overview-manual/concepts.rst
+++ b/documentation/overview-manual/concepts.rst
@@ -269,7 +269,7 @@ The ``local.conf`` file provides many basic variables that define a
269build environment. Here is a list of a few. To see the default 269build environment. Here is a list of a few. To see the default
270configurations in a ``local.conf`` file created by the build environment 270configurations in a ``local.conf`` file created by the build environment
271script, see the 271script, see the
272:yocto_git:`local.conf.sample </poky/tree/meta-poky/conf/local.conf.sample>` 272:yocto_git:`local.conf.sample </poky/tree/meta-poky/conf/templates/default/local.conf.sample>`
273in the ``meta-poky`` layer: 273in the ``meta-poky`` layer:
274 274
275- *Target Machine Selection:* Controlled by the 275- *Target Machine Selection:* Controlled by the
@@ -1006,7 +1006,7 @@ data files are deleted from the root filesystem. As part of the final
1006stage of package installation, post installation scripts that are part 1006stage of package installation, post installation scripts that are part
1007of the packages are run. Any scripts that fail to run on the build host 1007of the packages are run. Any scripts that fail to run on the build host
1008are run on the target when the target system is first booted. If you are 1008are run on the target when the target system is first booted. If you are
1009using a 1009using a
1010:ref:`read-only root filesystem <dev-manual/common-tasks:creating a read-only root filesystem>`, 1010:ref:`read-only root filesystem <dev-manual/common-tasks:creating a read-only root filesystem>`,
1011all the post installation scripts must succeed on the build host during 1011all the post installation scripts must succeed on the build host during
1012the package installation phase since the root filesystem on the target 1012the package installation phase since the root filesystem on the target