diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2021-04-16 18:27:05 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-04-23 16:39:03 +0100 |
| commit | c3c6de21876aad811e08538544c8fe76d22ccd09 (patch) | |
| tree | e22ee00a9c1ec588965f32050a42e05946bc9f71 /documentation/ref-manual/migration-2.5.rst | |
| parent | 773536c333248214f8f41eff698d8bfd3c687249 (diff) | |
| download | poky-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.5.rst')
| -rw-r--r-- | documentation/ref-manual/migration-2.5.rst | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration-2.5.rst b/documentation/ref-manual/migration-2.5.rst index fd5f2f88e0..86a0da9c40 100644 --- a/documentation/ref-manual/migration-2.5.rst +++ b/documentation/ref-manual/migration-2.5.rst | |||
| @@ -138,13 +138,11 @@ The following are BitBake changes: | |||
| 138 | tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``, | 138 | tree" tasks have been removed (e.g. ``fetchall``, ``checkuriall``, |
| 139 | and the ``*all`` tasks provided by the ``distrodata`` and | 139 | and the ``*all`` tasks provided by the ``distrodata`` and |
| 140 | ``archiver`` classes). There is a BitBake option to complete this for | 140 | ``archiver`` classes). There is a BitBake option to complete this for |
| 141 | any arbitrary task. For example: | 141 | any arbitrary task. For example:: |
| 142 | :: | ||
| 143 | 142 | ||
| 144 | bitbake <target> -c fetchall | 143 | bitbake <target> -c fetchall |
| 145 | 144 | ||
| 146 | should now be replaced with: | 145 | should now be replaced with:: |
| 147 | :: | ||
| 148 | 146 | ||
| 149 | bitbake <target> --runall=fetch | 147 | bitbake <target> --runall=fetch |
| 150 | 148 | ||
