From 6f5ad8b8d37eb383614715637ba6f9b6e1852424 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: 258086ab4af3739a845d6031e5875c13084e7eb0) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/sdk-manual/sdk-extensible.xml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'documentation') 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