1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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>
This commit is contained in:
Scott Rifenbark
2018-05-31 10:25:09 -07:00
committed by Richard Purdie
parent 54609b038f
commit 54e3cdcc27
+7 -5
View File
@@ -1295,9 +1295,11 @@
<para>
Often, you need to build additional tools that run on the
build host system as opposed to the target.
You should indicate this using one of the following methods
when you run <filename>devtool add</filename>:
<ulink url='&YOCTO_DOCS_REF_URL;#hardware-build-system-term'>build host</ulink>
as opposed to the target.
You should indicate this requirement by using one of the
following methods when you run
<filename>devtool add</filename>:
<itemizedlist>
<listitem><para>
Specify the name of the recipe such that it ends
@@ -1319,8 +1321,8 @@
typically accomplish this by building the native and target
parts separately rather than within the same compilation
process.
Realize though that with the "&dash;&dash;also-native" option, you
can add the tool using just one recipe file.
Realize though that with the "&dash;&dash;also-native"
option, you can add the tool using just one recipe file.
</note>
</para>
</section>