diff options
Diffstat (limited to 'documentation/sdk-manual/extensible.rst')
-rw-r--r-- | documentation/sdk-manual/extensible.rst | 6 |
1 files changed, 3 insertions, 3 deletions
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 |