summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-05-31 10:25:09 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-06-15 11:26:46 +0100
commit54e3cdcc2742a6335b2577412c8975ac64c3d37c (patch)
tree7488e289fbbd51e372844e4b968476065d38843d /documentation
parent54609b038f175063bfafc7b0820f570a04c4e0c8 (diff)
downloadpoky-54e3cdcc2742a6335b2577412c8975ac64c3d37c.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: 205d6fb6030cecb02301ec9cdc92ac908d250160) 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.xml12
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 "&dash;&dash;also-native" option, you 1324 Realize though that with the "&dash;&dash;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>