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.3.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.3.rst')
| -rw-r--r-- | documentation/ref-manual/migration-2.3.rst | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/documentation/ref-manual/migration-2.3.rst b/documentation/ref-manual/migration-2.3.rst index 0541eb3e74..dfbda612ae 100644 --- a/documentation/ref-manual/migration-2.3.rst +++ b/documentation/ref-manual/migration-2.3.rst | |||
| @@ -114,8 +114,7 @@ Changes to Scripts | |||
| 114 | The following changes to scripts took place: | 114 | The following changes to scripts took place: |
| 115 | 115 | ||
| 116 | - ``oe-find-native-sysroot``: The usage for the | 116 | - ``oe-find-native-sysroot``: The usage for the |
| 117 | ``oe-find-native-sysroot`` script has changed to the following: | 117 | ``oe-find-native-sysroot`` script has changed to the following:: |
| 118 | :: | ||
| 119 | 118 | ||
| 120 | $ . oe-find-native-sysroot recipe | 119 | $ . oe-find-native-sysroot recipe |
| 121 | 120 | ||
| @@ -124,8 +123,7 @@ The following changes to scripts took place: | |||
| 124 | was not necessary to provide the script with the command. | 123 | was not necessary to provide the script with the command. |
| 125 | 124 | ||
| 126 | - ``oe-run-native``: The usage for the ``oe-run-native`` script has | 125 | - ``oe-run-native``: The usage for the ``oe-run-native`` script has |
| 127 | changed to the following: | 126 | changed to the following:: |
| 128 | :: | ||
| 129 | 127 | ||
| 130 | $ oe-run-native native_recipe tool | 128 | $ oe-run-native native_recipe tool |
| 131 | 129 | ||
| @@ -453,14 +451,11 @@ The following miscellaneous changes have occurred: | |||
| 453 | tools. | 451 | tools. |
| 454 | 452 | ||
| 455 | - The ``USE_LDCONFIG`` variable has been replaced with the "ldconfig" | 453 | - The ``USE_LDCONFIG`` variable has been replaced with the "ldconfig" |
| 456 | ``DISTRO_FEATURES`` feature. Distributions that previously set: | 454 | ``DISTRO_FEATURES`` feature. Distributions that previously set:: |
| 457 | :: | ||
| 458 | 455 | ||
| 459 | USE_LDCONFIG = "0" | 456 | USE_LDCONFIG = "0" |
| 460 | 457 | ||
| 461 | should now instead use the following: | 458 | should now instead use the following:: |
| 462 | |||
| 463 | :: | ||
| 464 | 459 | ||
| 465 | DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " ldconfig" | 460 | DISTRO_FEATURES_BACKFILL_CONSIDERED_append = " ldconfig" |
| 466 | 461 | ||
| @@ -478,8 +473,7 @@ The following miscellaneous changes have occurred: | |||
| 478 | order to allow module packages from multiple kernel versions to | 473 | order to allow module packages from multiple kernel versions to |
| 479 | co-exist on a target system. If you wish to return to the previous | 474 | co-exist on a target system. If you wish to return to the previous |
| 480 | naming scheme that does not include the version suffix, use the | 475 | naming scheme that does not include the version suffix, use the |
| 481 | following: | 476 | following:: |
| 482 | :: | ||
| 483 | 477 | ||
| 484 | KERNEL_MODULE_PACKAGE_SUFFIX = "" | 478 | KERNEL_MODULE_PACKAGE_SUFFIX = "" |
| 485 | 479 | ||
