summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides/migration-2.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/migration-guides/migration-2.1.rst')
-rw-r--r--documentation/migration-guides/migration-2.1.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.1.rst b/documentation/migration-guides/migration-2.1.rst
index eb29694bb5..ae6268d509 100644
--- a/documentation/migration-guides/migration-2.1.rst
+++ b/documentation/migration-guides/migration-2.1.rst
@@ -281,7 +281,7 @@ The following changes have been made for the Poky distribution:
281 using the Poky distribution can easily include to enable the same 281 using the Poky distribution can easily include to enable the same
282 functionality. 282 functionality.
283 283
284 Any recipe that needs to opt-out of having the "--disable-static" 284 Any recipe that needs to opt-out of having the ``--disable-static``
285 option specified on the configure command line either because it is 285 option specified on the configure command line either because it is
286 not a supported option for the configure script or because static 286 not a supported option for the configure script or because static
287 libraries are needed should set the following variable:: 287 libraries are needed should set the following variable::
@@ -384,9 +384,9 @@ These additional changes exist:
384- The 384- The
385 :ref:`devtool modify <sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component>` 385 :ref:`devtool modify <sdk-manual/extensible:use \`\`devtool modify\`\` to modify the source of an existing component>`
386 command now defaults to extracting the source since that is most 386 command now defaults to extracting the source since that is most
387 commonly expected. The "-x" or "--extract" options are now no-ops. If 387 commonly expected. The ``-x`` or ``--extract`` options are now no-ops. If
388 you wish to provide your own existing source tree, you will now need 388 you wish to provide your own existing source tree, you will now need
389 to specify either the "-n" or "--no-extract" options when running 389 to specify either the ``-n`` or ``--no-extract`` options when running
390 ``devtool modify``. 390 ``devtool modify``.
391 391
392- If the formfactor for a machine is either not supplied or does not 392- If the formfactor for a machine is either not supplied or does not