summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual/using.rst
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-04-16 18:27:05 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-04-23 16:39:03 +0100
commitc3c6de21876aad811e08538544c8fe76d22ccd09 (patch)
treee22ee00a9c1ec588965f32050a42e05946bc9f71 /documentation/sdk-manual/using.rst
parent773536c333248214f8f41eff698d8bfd3c687249 (diff)
downloadpoky-c3c6de21876aad811e08538544c8fe76d22ccd09.tar.gz
manuals: code insertion simplification over two lines
This simplifies paragraphs ending with a colon and followed by code insertion. Automatically substituted through the command: sed -i -z "s/:\n\s*::/::/g" file.rst This generates identical HTML output. (From yocto-docs rev: 28e2192a7c12d64b68061138a9f6c796453eebb1) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual/using.rst')
-rw-r--r--documentation/sdk-manual/using.rst6
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/sdk-manual/using.rst b/documentation/sdk-manual/using.rst
index 62967f5572..fa0e8d4098 100644
--- a/documentation/sdk-manual/using.rst
+++ b/documentation/sdk-manual/using.rst
@@ -77,8 +77,7 @@ immediately followed by a string representing the target architecture.
77 77
78For example, the following SDK installer is for a 64-bit 78For example, the following SDK installer is for a 64-bit
79development host system and a i586-tuned target architecture based off 79development host system and a i586-tuned target architecture based off
80the SDK for ``core-image-sato`` and using the current DISTRO snapshot: 80the SDK for ``core-image-sato`` and using the current DISTRO snapshot::
81::
82 81
83 poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh 82 poky-glibc-x86_64-core-image-sato-i586-toolchain-DISTRO.sh
84 83
@@ -141,8 +140,7 @@ begin with the string "``environment-setup``" and include as part of
141their name the tuned target architecture. As an example, the following 140their name the tuned target architecture. As an example, the following
142commands set the working directory to where the SDK was installed and 141commands set the working directory to where the SDK was installed and
143then source the environment setup script. In this example, the setup 142then source the environment setup script. In this example, the setup
144script is for an IA-based target machine using i586 tuning: 143script is for an IA-based target machine using i586 tuning::
145::
146 144
147 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux 145 $ source /opt/poky/&DISTRO;/environment-setup-i586-poky-linux
148 146