diff options
-rw-r--r-- | documentation/ref-manual/migration-2.2.rst | 2 | ||||
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration-2.2.rst b/documentation/ref-manual/migration-2.2.rst index a9d3cde7b7..a60ce8d52b 100644 --- a/documentation/ref-manual/migration-2.2.rst +++ b/documentation/ref-manual/migration-2.2.rst | |||
@@ -422,7 +422,7 @@ The following miscellaneous changes have occurred: | |||
422 | :term:`SRCREV` by default when fetching from a Git | 422 | :term:`SRCREV` by default when fetching from a Git |
423 | repository. You can override this in either case to use | 423 | repository. You can override this in either case to use |
424 | ``${``\ :term:`AUTOREV`\ ``}`` instead by using the | 424 | ``${``\ :term:`AUTOREV`\ ``}`` instead by using the |
425 | ``-a`` or ``DASHDASHautorev`` command-line option | 425 | ``-a`` or ``--autorev`` command-line option |
426 | 426 | ||
427 | - ``distcc``: GTK+ UI is now disabled by default. | 427 | - ``distcc``: GTK+ UI is now disabled by default. |
428 | 428 | ||
diff --git a/documentation/sdk-manual/extensible.rst b/documentation/sdk-manual/extensible.rst index 04bafaed9e..81727e6f28 100644 --- a/documentation/sdk-manual/extensible.rst +++ b/documentation/sdk-manual/extensible.rst | |||
@@ -953,7 +953,7 @@ following methods when you run ``devtool add``: | |||
953 | Specifying the name like this produces a recipe that only builds for | 953 | Specifying the name like this produces a recipe that only builds for |
954 | the build host. | 954 | the build host. |
955 | 955 | ||
956 | - Specify the "DASHDASHalso-native" option with the ``devtool add`` | 956 | - Specify the "--also-native" option with the ``devtool add`` |
957 | command. Specifying this option creates a recipe file that still | 957 | command. Specifying this option creates a recipe file that still |
958 | builds for the target but also creates a variant with a "-native" | 958 | builds for the target but also creates a variant with a "-native" |
959 | suffix that builds for the build host. | 959 | suffix that builds for the build host. |
@@ -964,7 +964,7 @@ following methods when you run ``devtool add``: | |||
964 | that builds code for the target, you can typically accomplish this by | 964 | that builds code for the target, you can typically accomplish this by |
965 | building the native and target parts separately rather than within | 965 | building the native and target parts separately rather than within |
966 | the same compilation process. Realize though that with the | 966 | the same compilation process. Realize though that with the |
967 | "DASHDASHalso-native" option, you can add the tool using just one | 967 | "--also-native" option, you can add the tool using just one |
968 | recipe file. | 968 | recipe file. |
969 | 969 | ||
970 | Adding Node.js Modules | 970 | Adding Node.js Modules |
@@ -1100,7 +1100,7 @@ arguments listed in the previous paragraph. The command determines the | |||
1100 | exact options being passed, and shows them to you along with any custom | 1100 | exact options being passed, and shows them to you along with any custom |
1101 | arguments specified through ``EXTRA_OECONF`` or | 1101 | arguments specified through ``EXTRA_OECONF`` or |
1102 | ``PACKAGECONFIG_CONFARGS``. If applicable, the command also shows you | 1102 | ``PACKAGECONFIG_CONFARGS``. If applicable, the command also shows you |
1103 | the output of the configure script's "DASHDASHhelp" option as a | 1103 | the output of the configure script's "--help" option as a |
1104 | reference. | 1104 | reference. |
1105 | 1105 | ||
1106 | Sharing Files Between Recipes | 1106 | Sharing Files Between Recipes |