diff options
Diffstat (limited to 'documentation/sdk-manual')
-rw-r--r-- | documentation/sdk-manual/sdk-extensible.xml | 12 |
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 "‐‐also-native" option, you | 1324 | Realize though that with the "‐‐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> |