diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2018-05-31 10:25:09 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-06-15 11:26:38 +0100 |
commit | 6f5ad8b8d37eb383614715637ba6f9b6e1852424 (patch) | |
tree | ac7fb1fcb16596db62c1710c333d6286093bf187 /documentation | |
parent | 85645c7dc2fa45506cb119949c06451a2a3df466 (diff) | |
download | poky-6f5ad8b8d37eb383614715637ba6f9b6e1852424.tar.gz |
sdk-manual: Edits to "Adding Native Tools"
Added a cross-reference link to the term "bulid host" and removed
the redundant word "system".
(From yocto-docs rev: 258086ab4af3739a845d6031e5875c13084e7eb0)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/documentation/sdk-manual/sdk-extensible.xml b/documentation/sdk-manual/sdk-extensible.xml index 08fdd355a0..ec53cb557a 100644 --- a/documentation/sdk-manual/sdk-extensible.xml +++ b/documentation/sdk-manual/sdk-extensible.xml | |||
@@ -1295,9 +1295,11 @@ | |||
1295 | 1295 | ||
1296 | <para> | 1296 | <para> |
1297 | Often, you need to build additional tools that run on the | 1297 | Often, you need to build additional tools that run on the |
1298 | build host system as opposed to the target. | 1298 | <ulink url='&YOCTO_DOCS_REF_URL;#hardware-build-system-term'>build host</ulink> |
1299 | You should indicate this using one of the following methods | 1299 | as opposed to the target. |
1300 | when you run <filename>devtool add</filename>: | 1300 | You should indicate this requirement by using one of the |
1301 | following methods when you run | ||
1302 | <filename>devtool add</filename>: | ||
1301 | <itemizedlist> | 1303 | <itemizedlist> |
1302 | <listitem><para> | 1304 | <listitem><para> |
1303 | Specify the name of the recipe such that it ends | 1305 | Specify the name of the recipe such that it ends |
@@ -1319,8 +1321,8 @@ | |||
1319 | typically accomplish this by building the native and target | 1321 | typically accomplish this by building the native and target |
1320 | parts separately rather than within the same compilation | 1322 | parts separately rather than within the same compilation |
1321 | process. | 1323 | process. |
1322 | Realize though that with the "‐‐also-native" option, you | 1324 | Realize though that with the "‐‐also-native" |
1323 | can add the tool using just one recipe file. | 1325 | option, you can add the tool using just one recipe file. |
1324 | </note> | 1326 | </note> |
1325 | </para> | 1327 | </para> |
1326 | </section> | 1328 | </section> |