summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration-2.3.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/migration-2.3.rst')
-rw-r--r--documentation/ref-manual/migration-2.3.rst16
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
114The following changes to scripts took place: 114The 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