summaryrefslogtreecommitdiffstats
path: root/documentation/sdk-manual
diff options
context:
space:
mode:
authorDrew Moseley <drew@moseleynet.net>2021-04-30 15:04:32 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-05-13 11:28:34 +0100
commit6591d95eb1d556fc7119d7c825c2017e596a77c5 (patch)
treedbb53de969105216360071b9abf0f9cc13830050 /documentation/sdk-manual
parentf3a66b53bbdc6dfece2e75d6b2451ffbfbbf7d03 (diff)
downloadpoky-6591d95eb1d556fc7119d7c825c2017e596a77c5.tar.gz
manuals: fix a few incorrect option specifications.
(From yocto-docs rev: b6b218de3629d1f8fb61137e8bdcf84739cfaf67) Signed-off-by: Drew Moseley <drew@moseleynet.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r--documentation/sdk-manual/extensible.rst6
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
970Adding Node.js Modules 970Adding Node.js Modules
@@ -1100,7 +1100,7 @@ arguments listed in the previous paragraph. The command determines the
1100exact options being passed, and shows them to you along with any custom 1100exact options being passed, and shows them to you along with any custom
1101arguments specified through ``EXTRA_OECONF`` or 1101arguments 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
1103the output of the configure script's "DASHDASHhelp" option as a 1103the output of the configure script's "--help" option as a
1104reference. 1104reference.
1105 1105
1106Sharing Files Between Recipes 1106Sharing Files Between Recipes