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.