From 54e3cdcc2742a6335b2577412c8975ac64c3d37c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Thu, 31 May 2018 10:25:09 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 12 +++++++----- 1 file 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 @@ 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 devtool add: + build host + as opposed to the target. + You should indicate this requirement by using one of the + following methods when you run + devtool add: 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 "‐‐also-native" option, you - can add the tool using just one recipe file. + Realize though that with the "‐‐also-native" + option, you can add the tool using just one recipe file. -- cgit v1.2.3-54-g00ecf