summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-2.0.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/ref-manual/migration-2.0.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/ref-manual/migration-2.0.rst')
-rw-r--r--documentation/ref-manual/migration-2.0.rst9
1 files changed, 3 insertions, 6 deletions
diff --git a/documentation/ref-manual/migration-2.0.rst b/documentation/ref-manual/migration-2.0.rst
index 9da60dfdcb..8319b0ee36 100644
--- a/documentation/ref-manual/migration-2.0.rst
+++ b/documentation/ref-manual/migration-2.0.rst
@@ -25,8 +25,7 @@ and the porting guide at
25https://gcc.gnu.org/gcc-5/porting_to.html. 25https://gcc.gnu.org/gcc-5/porting_to.html.
26 26
27Alternatively, you can switch back to GCC 4.9 or 4.8 by setting 27Alternatively, you can switch back to GCC 4.9 or 4.8 by setting
28``GCCVERSION`` in your configuration, as follows: 28``GCCVERSION`` in your configuration, as follows::
29::
30 29
31 GCCVERSION = "4.9%" 30 GCCVERSION = "4.9%"
32 31
@@ -91,8 +90,7 @@ unlikely to require any changes to Metadata. However, these minor
91changes in behavior exist: 90changes in behavior exist:
92 91
93- All potential overrides are now visible in the variable history as 92- All potential overrides are now visible in the variable history as
94 seen when you run the following: 93 seen when you run the following::
95 ::
96 94
97 $ bitbake -e 95 $ bitbake -e
98 96
@@ -200,8 +198,7 @@ changes.
200 198
201Additionally, work directories for old versions of recipes are now 199Additionally, work directories for old versions of recipes are now
202pruned. If you wish to disable pruning old work directories, you can set 200pruned. If you wish to disable pruning old work directories, you can set
203the following variable in your configuration: 201the following variable in your configuration::
204::
205 202
206 SSTATE_PRUNE_OBSOLETEWORKDIR = "0" 203 SSTATE_PRUNE_OBSOLETEWORKDIR = "0"
207 204